summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Allow add_path() to add non-existent directories to the pathJohannes Sixt2008-07-253-37/+37
* | | Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt2008-07-252-42/+26
* | | Fix relative built-in paths to be relative to the command invocationJohannes Sixt2008-07-252-3/+3
* | | Record the command invocation path earlyJohannes Sixt2008-07-256-10/+16
* | | Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt2008-07-251-10/+10
* | | Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt2008-07-251-0/+1
* | | archive: allow --exec and --remote without equal signRene Scharfe2008-07-251-3/+17
* | | archive: declare struct archiver where it's neededRene Scharfe2008-07-252-7/+5
* | | archive: define MAX_ARGS where it's neededRene Scharfe2008-07-252-4/+2
* | | archive: move parameter parsing code to archive.cRene Scharfe2008-07-253-145/+137
* | | archive: add write_archive()Rene Scharfe2008-07-254-21/+21
* | | Remove references to git-fetch-pack from "git clone" documentation.Steve Haslam2008-07-251-5/+4
* | | git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer2008-07-251-2/+1
* | | Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2008-07-252-0/+30
* | | editor.c: Libify launch_editor()Stephan Beyer2008-07-254-15/+23
* | | Move launch_editor() from builtin-tag.c to editor.cStephan Beyer2008-07-253-53/+57
* | | Merge branch 'maint'Junio C Hamano2008-07-254-8/+15
|\ \ \ | | |/ | |/|
| * | Makefile: fix shell quotingJunio C Hamano2008-07-252-7/+10
| * | tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano2008-07-252-1/+1
| * | index-pack.c: correctly initialize appended objectsBjörn Steinbrink2008-07-251-0/+4
| * | send-email: find body-encoding correctlyPeter Valdemar Mørch2008-07-251-1/+1
* | | Documentation: clarify how to disable elements in core.whitespaceJunio C Hamano2008-07-251-1/+2
* | | document that git-tag can tag more than headsJonathan Nieder2008-07-251-1/+2
* | | perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey2008-07-251-4/+9
* | | bash: offer only paths after '--' for 'git checkout'SZEDER Gábor2008-07-241-0/+2
* | | checkout: mention '--' in the docsSZEDER Gábor2008-07-241-1/+1
* | | Merge branch 'ph/checkout'Junio C Hamano2008-07-242-18/+117
|\ \ \
| * | | git-checkout: improve error messages, detect ambiguities.Pierre Habouzit2008-07-242-17/+115
| * | | Merge branch 'maint' into ph/checkoutJunio C Hamano2008-07-231-1/+2
| |\ \ \ | | |/ /
| | * | git-checkout: fix command line parsing.Pierre Habouzit2008-07-231-1/+2
* | | | update test case to protect am --skip behaviourOlivier Marin2008-07-241-0/+2
* | | | Teach fsck and prune about the new location of temporary objectsBrandon Casey2008-07-242-17/+28
|/ / /
* | | Make non-static functions, that may be static, staticStephan Beyer2008-07-234-4/+4
* | | ignore non-existent refs in dwim_log()Junio C Hamano2008-07-231-1/+1
* | | git-completion.bash: provide completion for 'show-branch'Thomas Rast2008-07-231-1/+17
* | | bash completion: Add long options for 'git rm'Lee Marlow2008-07-231-0/+15
* | | svnimport: newer libsvn wants us to ask for the root with "", not "/"P. Christeas2008-07-231-1/+1
* | | Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Petr Baudis2008-07-231-1/+1
* | | git daemon: avoid waking up too oftenJohannes Schindelin2008-07-231-14/+11
* | | builtin-commit: Two trivial style-cleanupsJohannes Schindelin2008-07-231-4/+3
* | | Documentation: clarify diff --ccJunio C Hamano2008-07-232-8/+8
* | | am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer2008-07-232-2/+2
* | | git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis2008-07-232-14/+26
* | | builtin-branch.c: optimize --merged and --no-mergedJunio C Hamano2008-07-231-21/+38
* | | builtin-branch.c: remove unused code in append_ref() callback functionJunio C Hamano2008-07-231-7/+3
* | | stash save: fix parameter handlingJunio C Hamano2008-07-231-2/+2
* | | git-am: Add colon before the subject that is printed out as being appliedStephan Beyer2008-07-232-2/+2
* | | rebase -i: When an 'edit' stops, mention the commitJohannes Sixt2008-07-231-1/+1
* | | sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin2008-07-233-10/+8
* | | Add test to show that show-branch misses out the 8th columnJohannes Schindelin2008-07-231-0/+59