summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-25Fix relative built-in paths to be relative to the command invocationLibravatar Johannes Sixt2-3/+3
2008-07-25Record the command invocation path earlyLibravatar Johannes Sixt6-10/+16
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingLibravatar Johannes Sixt1-10/+10
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Libravatar Johannes Sixt1-0/+1
2008-07-25archive: allow --exec and --remote without equal signLibravatar Rene Scharfe1-3/+17
2008-07-25archive: declare struct archiver where it's neededLibravatar Rene Scharfe2-7/+5
2008-07-25archive: define MAX_ARGS where it's neededLibravatar Rene Scharfe2-4/+2
2008-07-25archive: move parameter parsing code to archive.cLibravatar Rene Scharfe3-145/+137
2008-07-25archive: add write_archive()Libravatar Rene Scharfe4-21/+21
2008-07-25Remove references to git-fetch-pack from "git clone" documentation.Libravatar Steve Haslam1-5/+4
2008-07-25git-am: Mention --abort in usage string part of OPTIONS_SPECLibravatar Stephan Beyer1-2/+1
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Libravatar Steve Haslam2-0/+30
2008-07-25editor.c: Libify launch_editor()Libravatar Stephan Beyer4-15/+23
2008-07-25Move launch_editor() from builtin-tag.c to editor.cLibravatar Stephan Beyer3-53/+57
2008-07-25Merge branch 'maint'Libravatar Junio C Hamano4-8/+15
2008-07-25Documentation: clarify how to disable elements in core.whitespaceLibravatar Junio C Hamano1-1/+2
2008-07-25Makefile: fix shell quotingLibravatar Junio C Hamano2-7/+10
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileLibravatar Junio C Hamano2-1/+1
2008-07-25index-pack.c: correctly initialize appended objectsLibravatar Björn Steinbrink1-0/+4
2008-07-25send-email: find body-encoding correctlyLibravatar Peter Valdemar Mørch1-1/+1
2008-07-25document that git-tag can tag more than headsLibravatar Jonathan Nieder1-1/+2
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionLibravatar Brandon Casey1-4/+9
2008-07-24bash: offer only paths after '--' for 'git checkout'Libravatar SZEDER Gábor1-0/+2
2008-07-24checkout: mention '--' in the docsLibravatar SZEDER Gábor1-1/+1
2008-07-24Merge branch 'ph/checkout'Libravatar Junio C Hamano2-18/+117
2008-07-24git-checkout: improve error messages, detect ambiguities.Libravatar Pierre Habouzit2-17/+115
2008-07-24update test case to protect am --skip behaviourLibravatar Olivier Marin1-0/+2
2008-07-24Teach fsck and prune about the new location of temporary objectsLibravatar Brandon Casey2-17/+28
2008-07-23Merge branch 'maint' into ph/checkoutLibravatar Junio C Hamano1-1/+2
2008-07-23Make non-static functions, that may be static, staticLibravatar Stephan Beyer4-4/+4
2008-07-23ignore non-existent refs in dwim_log()Libravatar Junio C Hamano1-1/+1
2008-07-23git-completion.bash: provide completion for 'show-branch'Libravatar Thomas Rast1-1/+17
2008-07-23bash completion: Add long options for 'git rm'Libravatar Lee Marlow1-0/+15
2008-07-23svnimport: newer libsvn wants us to ask for the root with "", not "/"Libravatar P. Christeas1-1/+1
2008-07-23Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Libravatar Petr Baudis1-1/+1
2008-07-23git daemon: avoid waking up too oftenLibravatar Johannes Schindelin1-14/+11
2008-07-23builtin-commit: Two trivial style-cleanupsLibravatar Johannes Schindelin1-4/+3
2008-07-23Documentation: clarify diff --ccLibravatar Junio C Hamano2-8/+8
2008-07-23am --abort: Add to bash-completion and mention in git-rerere documentationLibravatar Stephan Beyer2-2/+2
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesLibravatar Petr Baudis2-14/+26
2008-07-23builtin-branch.c: optimize --merged and --no-mergedLibravatar Junio C Hamano1-21/+38
2008-07-23builtin-branch.c: remove unused code in append_ref() callback functionLibravatar Junio C Hamano1-7/+3
2008-07-23stash save: fix parameter handlingLibravatar Junio C Hamano1-2/+2
2008-07-23git-am: Add colon before the subject that is printed out as being appliedLibravatar Stephan Beyer2-2/+2
2008-07-23git-checkout: fix command line parsing.Libravatar Pierre Habouzit1-1/+2
2008-07-23rebase -i: When an 'edit' stops, mention the commitLibravatar Johannes Sixt1-1/+1
2008-07-23sort_in_topological_order(): avoid setting a commit flagLibravatar Johannes Schindelin3-10/+8
2008-07-23Add test to show that show-branch misses out the 8th columnLibravatar Johannes Schindelin1-0/+59
2008-07-23Ignore dirty submodule states in "git pull --rebase"Libravatar Johannes Schindelin1-3/+3
2008-07-23t/t4202-log.sh: add newline at end of fileLibravatar Brandon Casey1-1/+2