summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-26run-command: add pre-exec callbackJeff King
2008-07-26git-reset: Let -q hush "locally modified" messagesStephan Beyer
2008-07-26git-svn: teach dcommit about svn auto-propsBrad King
2008-07-26Windows: Do not compile git-shellJohannes Sixt
2008-07-26Windows: Make sure argv[0] has a pathJohannes Sixt
2008-07-26Windows: Make $(gitexecdir) relativeJohannes Sixt
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt
2008-07-26Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt
2008-07-26Fix relative built-in paths to be relative to the command invocationJohannes Sixt
2008-07-26Record the command invocation path earlyJohannes Sixt
2008-07-26Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt
2008-07-26Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt
2008-07-26archive: allow --exec and --remote without equal signRene Scharfe
2008-07-26archive: declare struct archiver where it's neededRene Scharfe
2008-07-26archive: define MAX_ARGS where it's neededRene Scharfe
2008-07-26archive: move parameter parsing code to archive.cRene Scharfe
2008-07-26archive: add write_archive()Rene Scharfe
2008-07-26Remove references to git-fetch-pack from "git clone" documentation.Steve Haslam
2008-07-26git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer
2008-07-26Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam
2008-07-26editor.c: Libify launch_editor()Stephan Beyer
2008-07-26Move launch_editor() from builtin-tag.c to editor.cStephan Beyer
2008-07-25Merge branch 'maint'Junio C Hamano
2008-07-25Documentation: clarify how to disable elements in core.whitespaceJunio C Hamano
2008-07-25Makefile: fix shell quotingJunio C Hamano
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink
2008-07-25send-email: find body-encoding correctlyPeter Valdemar Mørch
2008-07-25document that git-tag can tag more than headsJonathan Nieder
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey
2008-07-25bash: offer only paths after '--' for 'git checkout'SZEDER Gábor
2008-07-25checkout: mention '--' in the docsSZEDER Gábor
2008-07-25Merge branch 'ph/checkout'Junio C Hamano
2008-07-25git-checkout: improve error messages, detect ambiguities.Pierre Habouzit
2008-07-25update test case to protect am --skip behaviourOlivier Marin
2008-07-25Teach fsck and prune about the new location of temporary objectsBrandon Casey
2008-07-24Merge branch 'maint' into ph/checkoutJunio C Hamano
2008-07-24Make non-static functions, that may be static, staticStephan Beyer
2008-07-24ignore non-existent refs in dwim_log()Junio C Hamano
2008-07-24git-completion.bash: provide completion for 'show-branch'Thomas Rast
2008-07-24bash completion: Add long options for 'git rm'Lee Marlow
2008-07-23svnimport: newer libsvn wants us to ask for the root with "", not "/"P. Christeas
2008-07-23Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Petr Baudis
2008-07-23git daemon: avoid waking up too oftenJohannes Schindelin
2008-07-23builtin-commit: Two trivial style-cleanupsJohannes Schindelin
2008-07-23Documentation: clarify diff --ccJunio C Hamano
2008-07-23am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis
2008-07-23builtin-branch.c: optimize --merged and --no-mergedJunio C Hamano
2008-07-23builtin-branch.c: remove unused code in append_ref() callback functionJunio C Hamano