Merge git://git.bogomips.org/git-svn
authorJunio C Hamano <junkio@cox.net>
Sat, 17 Jun 2006 05:33:28 +0000 (22:33 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 17 Jun 2006 05:33:28 +0000 (22:33 -0700)
commit5b139a66fcac6ebe6a1ca483ced8cc70f65d3a78
tree6b0ed3eb8d2079ab5c82ef657de19f2474f283ad
parentb642d9ef643371990c0a921836f2a074d48ce1b3
parent1a82e79315ed633f6b0b1fc4076054950c5380d3
Merge git://git.bogomips.org/git-svn

* git://git.bogomips.org/git-svn: (25 commits)
  git-svn: rebuild convenience and bugfixes
  git-svn: svn (command-line) 1.0.x compatibility
  git-svn: tests no longer fail if LC_ALL is not a UTF-8 locale
  git-svn: bugfix and optimize the 'log' command
  git-svn: Eliminate temp file usage in libsvn_get_file()
  git-svn: fix several small bugs, enable branch optimization
  git-svn: avoid creating some small files
  git-svn: make the $GIT_DIR/svn/*/revs directory obsolete
  git-svn: add support for Perl SVN::* libraries
  git-svn: add 'log' command, a facsimile of basic `svn log'
  git-svn: add UTF-8 message test
  git-svn: add some functionality to better support branches in svn
  git-svn: add --shared and --template= options to pass to init-db
  git-svn: add --repack and --repack-flags= options
  git-svn: minor cleanups, extra error-checking
  git-svn: Move all git-svn-related paths into $GIT_DIR/svn
  git-svn: support manually placed initial trees from fetch
  git-svn: optimize --branch and --branch-all-ref
  git-svn: --branch-all-refs / -B support
  git-svn: support -C<num> passing to git-diff-tree
  ...