Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit93342d9591f463085b945a03244da242f757b990
authorJakub Narebski <jnareb@gmail.com>
Mon, 22 Jan 2007 16:15:20 +0000 (22 17:15 +0100)
committerJakub Narebski <jnareb@gmail.com>
Mon, 22 Jan 2007 16:15:20 +0000 (22 17:15 +0100)
tree47caf5390aca6ebabfd6118758c20315f999ca90
parent90d90728cfbe6ec64d27965ddfaa8aa49cf95fab
parent18af29f247f79b6fb61335f98a21daea67f5632f
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (36 commits)
  fsck-objects: refactor checking for connectivity
  git-gc: do not run git-prune by default.
  shallow repository: disable unsupported operations for now.
  is_repository_shallow(): prototype fix.
  Make sure git_connect() always give two file descriptors.
  Revert "prune: --grace=time"
  Documentation/tutorial-2: Fix interesting typo in an example.
  GIT v1.5.0-rc2
  prune: --grace=time
  --walk-reflogs: do not crash with cyclic reflog ancestry
  --walk-reflogs: actually find the right commit by date.
  Fix --walk-reflog with --pretty=oneline
  reflog-walk: build fixes
  log --walk-reflog: documentation
  --walk-reflogs: disallow uninteresting commits
  Teach the revision walker to walk by reflogs with --walk-reflogs
  git-rebase: allow rebasing a detached HEAD.
  branch -f: no reason to forbid updating the current branch in a bare repo.
  git-tag -d: allow deleting multiple tags at once.
  Do not verify filenames in a bare repository
  ...