summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-23git-checkout -m: fix merge caseLibravatar Junio C Hamano2-11/+32
2007-01-22reflog gc: a tag that does not point at a commit is not a crime.Libravatar Junio C Hamano1-3/+0
2007-01-22contrib/vim: update syntax for changed commit templateLibravatar Jeff King1-2/+2
2007-01-22format-patch: fix bug with --stdout in a subdirectoryLibravatar Jeff King1-1/+1
2007-01-22[PATCH] honor --author even with --amend, -C, and -c.Libravatar Junio C Hamano1-9/+10
2007-01-22.mailmap: fix screw-ups in Uwe's nameLibravatar Junio C Hamano1-0/+2
2007-01-22git-svn: remove leading slash when printing removed directoriesLibravatar Eric Wong1-1/+1
2007-01-22sha1_file.c: Avoid multiple calls to find_pack_entry().Libravatar Peter Eriksen1-10/+9
2007-01-22Documentation/config.txt: Document config file syntax betterLibravatar Jakub Narebski1-7/+69
2007-01-22cvsimport: activate -a option, really.Libravatar Junio C Hamano1-1/+1
2007-01-22Cleanup uninitialized value in chompLibravatar Alex Riesen1-1/+1
2007-01-22Force Activestate Perl to tie git command pipe handle to a handle classLibravatar Alex Riesen1-1/+7
2007-01-22Insert ACTIVESTATE_STRING in Git.pmLibravatar Alex Riesen1-3/+4
2007-01-21fsck-objects: refactor checking for connectivityLibravatar Linus Torvalds1-38/+95
2007-01-21git-gc: do not run git-prune by default.Libravatar Junio C Hamano2-3/+32
2007-01-21shallow repository: disable unsupported operations for now.Libravatar Junio C Hamano2-1/+5
2007-01-21is_repository_shallow(): prototype fix.Libravatar Junio C Hamano2-2/+2
2007-01-21Make sure git_connect() always give two file descriptors.Libravatar Junio C Hamano2-1/+2
2007-01-21Revert "prune: --grace=time"Libravatar Junio C Hamano6-48/+12
2007-01-21Documentation/tutorial-2: Fix interesting typo in an example.Libravatar Junio C Hamano1-2/+2
2007-01-20GIT v1.5.0-rc2Libravatar Junio C Hamano1-1/+1
2007-01-20prune: --grace=timeLibravatar Matthias Lederhofer6-12/+48
2007-01-20--walk-reflogs: do not crash with cyclic reflog ancestryLibravatar Johannes Schindelin1-2/+5
2007-01-20--walk-reflogs: actually find the right commit by date.Libravatar Johannes Schindelin1-1/+1
2007-01-20Fix --walk-reflog with --pretty=onelineLibravatar Junio C Hamano4-14/+28
2007-01-20reflog-walk: build fixesLibravatar Junio C Hamano2-1/+2
2007-01-20log --walk-reflog: documentationLibravatar Junio C Hamano1-0/+15
2007-01-20--walk-reflogs: disallow uninteresting commitsLibravatar Johannes Schindelin1-0/+3
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsLibravatar Johannes Schindelin6-1/+263
2007-01-20git-rebase: allow rebasing a detached HEAD.Libravatar Junio C Hamano1-2/+6
2007-01-20branch -f: no reason to forbid updating the current branch in a bare repo.Libravatar Junio C Hamano1-1/+1
2007-01-20git-tag -d: allow deleting multiple tags at once.Libravatar Junio C Hamano2-10/+19
2007-01-20Do not verify filenames in a bare repositoryLibravatar Johannes Schindelin3-0/+56
2007-01-20Stop ignoring Documentation/READMELibravatar Junio C Hamano1-1/+0
2007-01-20apply --cached: fix crash in subdirectoryLibravatar Johannes Schindelin1-1/+1
2007-01-20show-branch --reflog: fix show_date() callLibravatar Junio C Hamano1-1/+1
2007-01-20show_date(): fix relative datesLibravatar Johannes Schindelin1-3/+2
2007-01-19show-branch --reflog: tighten input validation.Libravatar Junio C Hamano1-4/+11
2007-01-19show-branch --reflog: show the reflog message at the top.Libravatar Junio C Hamano3-33/+109
2007-01-19Extend read_ref_at() to be usable from places other than sha1_name.Libravatar Junio C Hamano4-13/+52
2007-01-19dwim_ref(): Separate name-to-ref DWIM code out.Libravatar Junio C Hamano2-14/+26
2007-01-19config_set_multivar(): disallow newlines in keysLibravatar Johannes Schindelin2-0/+11
2007-01-19rename --exec to --receive-pack for push and send-packLibravatar Uwe Kleine-König4-18/+32
2007-01-19make --exec=... option to git-push configurableLibravatar Uwe Kleine-König2-0/+15
2007-01-19Update documentation of fetch-pack, push and send-packLibravatar Uwe Kleine-König6-13/+33
2007-01-19Documentation/git.txt: command re-classificationLibravatar Junio C Hamano3-48/+86
2007-01-19Documentation: generated cmds-*.txt does not depend on git.txtLibravatar Junio C Hamano1-1/+1
2007-01-19refs.c::read_ref_at(): fix bogus munmap() call.Libravatar Junio C Hamano1-3/+5
2007-01-18for_each_reflog_ent: do not leak FILE *Libravatar Junio C Hamano1-3/+4
2007-01-18Documentation: Generate command lists.Libravatar Junio C Hamano9-379/+196