summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-24Documentation: --amend cannot be combined with -c/-C/-F.Peter Eriksen
2007-01-24Documentation/config.txt: Correct info about subsection nameJakub Narebski
2007-01-24git-daemon documentation on enabling services.Junio C Hamano
2007-01-24reflog inspection: introduce shortcut "-g"Johannes Schindelin
2007-01-24annotate: use pagerJohannes Schindelin
2007-01-24t/t1300-repo-config.sh: value continued on next lineJakub Narebski
2007-01-24git-checkout -m: fix merge caseJunio C Hamano
2007-01-23reflog gc: a tag that does not point at a commit is not a crime.Junio C Hamano
2007-01-23contrib/vim: update syntax for changed commit templateJeff King
2007-01-23format-patch: fix bug with --stdout in a subdirectoryJeff King
2007-01-23[PATCH] honor --author even with --amend, -C, and -c.Junio C Hamano
2007-01-23.mailmap: fix screw-ups in Uwe's nameJunio C Hamano
2007-01-22git-svn: remove leading slash when printing removed directoriesEric Wong
2007-01-22sha1_file.c: Avoid multiple calls to find_pack_entry().Peter Eriksen
2007-01-22Documentation/config.txt: Document config file syntax betterJakub Narebski
2007-01-22cvsimport: activate -a option, really.Junio C Hamano
2007-01-22Cleanup uninitialized value in chompAlex Riesen
2007-01-22Force Activestate Perl to tie git command pipe handle to a handle classAlex Riesen
2007-01-22Insert ACTIVESTATE_STRING in Git.pmAlex Riesen
2007-01-22fsck-objects: refactor checking for connectivityLinus Torvalds
2007-01-22git-gc: do not run git-prune by default.Junio C Hamano
2007-01-22shallow repository: disable unsupported operations for now.Junio C Hamano
2007-01-22is_repository_shallow(): prototype fix.Junio C Hamano
2007-01-22Make sure git_connect() always give two file descriptors.Junio C Hamano
2007-01-22Revert "prune: --grace=time"Junio C Hamano
2007-01-22Documentation/tutorial-2: Fix interesting typo in an example.Junio C Hamano
2007-01-21GIT v1.5.0-rc2v1.5.0-rc2Junio C Hamano
2007-01-21prune: --grace=timeMatthias Lederhofer
2007-01-21--walk-reflogs: do not crash with cyclic reflog ancestryJohannes Schindelin
2007-01-21--walk-reflogs: actually find the right commit by date.Johannes Schindelin
2007-01-21Fix --walk-reflog with --pretty=onelineJunio C Hamano
2007-01-21reflog-walk: build fixesJunio C Hamano
2007-01-21log --walk-reflog: documentationJunio C Hamano
2007-01-21--walk-reflogs: disallow uninteresting commitsJohannes Schindelin
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin
2007-01-21git-rebase: allow rebasing a detached HEAD.Junio C Hamano
2007-01-21branch -f: no reason to forbid updating the current branch in a bare repo.Junio C Hamano
2007-01-21git-tag -d: allow deleting multiple tags at once.Junio C Hamano
2007-01-21Do not verify filenames in a bare repositoryJohannes Schindelin
2007-01-21Stop ignoring Documentation/READMEJunio C Hamano
2007-01-21apply --cached: fix crash in subdirectoryJohannes Schindelin
2007-01-21show-branch --reflog: fix show_date() callJunio C Hamano
2007-01-21show_date(): fix relative datesJohannes Schindelin
2007-01-20show-branch --reflog: tighten input validation.Junio C Hamano
2007-01-20show-branch --reflog: show the reflog message at the top.Junio C Hamano
2007-01-20Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano
2007-01-20dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano
2007-01-20config_set_multivar(): disallow newlines in keysJohannes Schindelin
2007-01-20rename --exec to --receive-pack for push and send-packUwe Kleine-König
2007-01-20make --exec=... option to git-push configurableUwe Kleine-König