summaryrefslogtreecommitdiffstats
path: root/tree-diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-25Allow default core.logallrefupdates to be overridden with template's configAlex Riesen1-1/+3
2007-01-25ls-remote and clone: accept --upload-pack=<path> as well.Junio C Hamano3-6/+15
2007-01-25rename --exec to --upload-pack for fetch-pack and peek-remoteUwe Kleine-König4-12/+26
2007-01-25Documentation: --amend cannot be combined with -c/-C/-F.Peter Eriksen2-5/+5
2007-01-25Documentation/config.txt: Correct info about subsection nameJakub Narebski1-2/+2
2007-01-25git-daemon documentation on enabling services.Junio C Hamano1-2/+2
2007-01-25reflog inspection: introduce shortcut "-g"Johannes Schindelin4-6/+9
2007-01-25annotate: use pagerJohannes Schindelin1-1/+1
2007-01-24t/t1300-repo-config.sh: value continued on next lineJakub Narebski1-0/+20
2007-01-24git-checkout -m: fix merge caseJunio C Hamano2-11/+32
2007-01-23reflog gc: a tag that does not point at a commit is not a crime.Junio C Hamano1-3/+0
2007-01-23contrib/vim: update syntax for changed commit templateJeff King1-2/+2
2007-01-23format-patch: fix bug with --stdout in a subdirectoryJeff King1-1/+1
2007-01-23[PATCH] honor --author even with --amend, -C, and -c.Junio C Hamano1-9/+10
2007-01-23.mailmap: fix screw-ups in Uwe's nameJunio C Hamano1-0/+2
2007-01-22git-svn: remove leading slash when printing removed directoriesEric Wong1-1/+1
2007-01-22sha1_file.c: Avoid multiple calls to find_pack_entry().Peter Eriksen1-10/+9
2007-01-22Documentation/config.txt: Document config file syntax betterJakub Narebski1-7/+69
2007-01-22cvsimport: activate -a option, really.Junio C Hamano1-1/+1
2007-01-22Cleanup uninitialized value in chompAlex Riesen1-1/+1
2007-01-22Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen1-1/+7
2007-01-22Insert ACTIVESTATE_STRING in Git.pmAlex Riesen1-3/+4
2007-01-22fsck-objects: refactor checking for connectivityLinus Torvalds1-38/+95
2007-01-22git-gc: do not run git-prune by default.Junio C Hamano2-3/+32
2007-01-22shallow repository: disable unsupported operations for now.Junio C Hamano2-1/+5
2007-01-22is_repository_shallow(): prototype fix.Junio C Hamano2-2/+2
2007-01-22Make sure git_connect() always give two file descriptors.Junio C Hamano2-1/+2
2007-01-22Revert "prune: --grace=time"Junio C Hamano6-48/+12
2007-01-22Documentation/tutorial-2: Fix interesting typo in an example.Junio C Hamano1-2/+2
2007-01-21GIT v1.5.0-rc2v1.5.0-rc2Junio C Hamano1-1/+1
2007-01-21prune: --grace=timeMatthias Lederhofer6-12/+48
2007-01-21--walk-reflogs: do not crash with cyclic reflog ancestryJohannes Schindelin1-2/+5
2007-01-21--walk-reflogs: actually find the right commit by date.Johannes Schindelin1-1/+1
2007-01-21Fix --walk-reflog with --pretty=onelineJunio C Hamano4-14/+28
2007-01-21reflog-walk: build fixesJunio C Hamano2-1/+2
2007-01-21log --walk-reflog: documentationJunio C Hamano1-0/+15
2007-01-21--walk-reflogs: disallow uninteresting commitsJohannes Schindelin1-0/+3
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin6-1/+263
2007-01-21git-rebase: allow rebasing a detached HEAD.Junio C Hamano1-2/+6
2007-01-21branch -f: no reason to forbid updating the current branch in a bare repo.Junio C Hamano1-1/+1
2007-01-21git-tag -d: allow deleting multiple tags at once.Junio C Hamano2-10/+19
2007-01-21Do not verify filenames in a bare repositoryJohannes Schindelin3-0/+56
2007-01-21Stop ignoring Documentation/READMEJunio C Hamano1-1/+0
2007-01-21apply --cached: fix crash in subdirectoryJohannes Schindelin1-1/+1
2007-01-21show-branch --reflog: fix show_date() callJunio C Hamano1-1/+1
2007-01-21show_date(): fix relative datesJohannes Schindelin1-3/+2
2007-01-20show-branch --reflog: tighten input validation.Junio C Hamano1-4/+11
2007-01-20show-branch --reflog: show the reflog message at the top.Junio C Hamano3-33/+109
2007-01-20Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano4-13/+52
2007-01-20dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano2-14/+26