| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove references to git-fetch-pack from "git clone" documentation. | Steve Haslam | 2008-07-25 | 1 | -5/+4 |
* | git-am: Mention --abort in usage string part of OPTIONS_SPEC | Stephan Beyer | 2008-07-25 | 1 | -2/+1 |
* | Propagate -u/--upload-pack option of "git clone" to transport. | Steve Haslam | 2008-07-25 | 2 | -0/+30 |
* | editor.c: Libify launch_editor() | Stephan Beyer | 2008-07-25 | 4 | -15/+23 |
* | Move launch_editor() from builtin-tag.c to editor.c | Stephan Beyer | 2008-07-25 | 3 | -53/+57 |
* | Merge branch 'maint' | Junio C Hamano | 2008-07-25 | 4 | -8/+15 |
|\ |
|
| * | Makefile: fix shell quoting | Junio C Hamano | 2008-07-25 | 2 | -7/+10 |
| * | tests: propagate $(TAR) down from the toplevel Makefile | Junio C Hamano | 2008-07-25 | 2 | -1/+1 |
| * | index-pack.c: correctly initialize appended objects | Björn Steinbrink | 2008-07-25 | 1 | -0/+4 |
| * | send-email: find body-encoding correctly | Peter Valdemar Mørch | 2008-07-25 | 1 | -1/+1 |
* | | Documentation: clarify how to disable elements in core.whitespace | Junio C Hamano | 2008-07-25 | 1 | -1/+2 |
* | | document that git-tag can tag more than heads | Jonathan Nieder | 2008-07-25 | 1 | -1/+2 |
* | | perl/Makefile: update NO_PERL_MAKEMAKER section | Brandon Casey | 2008-07-25 | 1 | -4/+9 |
* | | bash: offer only paths after '--' for 'git checkout' | SZEDER Gábor | 2008-07-24 | 1 | -0/+2 |
* | | checkout: mention '--' in the docs | SZEDER Gábor | 2008-07-24 | 1 | -1/+1 |
* | | Merge branch 'ph/checkout' | Junio C Hamano | 2008-07-24 | 2 | -18/+117 |
|\ \ |
|
| * | | git-checkout: improve error messages, detect ambiguities. | Pierre Habouzit | 2008-07-24 | 2 | -17/+115 |
| * | | Merge branch 'maint' into ph/checkout | Junio C Hamano | 2008-07-23 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | git-checkout: fix command line parsing. | Pierre Habouzit | 2008-07-23 | 1 | -1/+2 |
* | | | update test case to protect am --skip behaviour | Olivier Marin | 2008-07-24 | 1 | -0/+2 |
* | | | Teach fsck and prune about the new location of temporary objects | Brandon Casey | 2008-07-24 | 2 | -17/+28 |
|/ / |
|
* | | Make non-static functions, that may be static, static | Stephan Beyer | 2008-07-23 | 4 | -4/+4 |
* | | ignore non-existent refs in dwim_log() | Junio C Hamano | 2008-07-23 | 1 | -1/+1 |
* | | git-completion.bash: provide completion for 'show-branch' | Thomas Rast | 2008-07-23 | 1 | -1/+17 |
* | | bash completion: Add long options for 'git rm' | Lee Marlow | 2008-07-23 | 1 | -0/+15 |
* | | svnimport: newer libsvn wants us to ask for the root with "", not "/" | P. Christeas | 2008-07-23 | 1 | -1/+1 |
* | | Documentation/git-filter-branch: teach "rm" instead of "update-index --remove" | Petr Baudis | 2008-07-23 | 1 | -1/+1 |
* | | git daemon: avoid waking up too often | Johannes Schindelin | 2008-07-23 | 1 | -14/+11 |
* | | builtin-commit: Two trivial style-cleanups | Johannes Schindelin | 2008-07-23 | 1 | -4/+3 |
* | | Documentation: clarify diff --cc | Junio C Hamano | 2008-07-23 | 2 | -8/+8 |
* | | am --abort: Add to bash-completion and mention in git-rerere documentation | Stephan Beyer | 2008-07-23 | 2 | -2/+2 |
* | | git-filter-branch.sh: Allow running in bare repositories | Petr Baudis | 2008-07-23 | 2 | -14/+26 |
* | | builtin-branch.c: optimize --merged and --no-merged | Junio C Hamano | 2008-07-23 | 1 | -21/+38 |
* | | builtin-branch.c: remove unused code in append_ref() callback function | Junio C Hamano | 2008-07-23 | 1 | -7/+3 |
* | | stash save: fix parameter handling | Junio C Hamano | 2008-07-23 | 1 | -2/+2 |
* | | git-am: Add colon before the subject that is printed out as being applied | Stephan Beyer | 2008-07-23 | 2 | -2/+2 |
* | | rebase -i: When an 'edit' stops, mention the commit | Johannes Sixt | 2008-07-23 | 1 | -1/+1 |
* | | sort_in_topological_order(): avoid setting a commit flag | Johannes Schindelin | 2008-07-23 | 3 | -10/+8 |
* | | Add test to show that show-branch misses out the 8th column | Johannes Schindelin | 2008-07-23 | 1 | -0/+59 |
* | | Ignore dirty submodule states in "git pull --rebase" | Johannes Schindelin | 2008-07-23 | 1 | -3/+3 |
* | | t/t4202-log.sh: add newline at end of file | Brandon Casey | 2008-07-23 | 1 | -1/+2 |
* | | t7502-commit.sh: rearrange test to make more portable | Brandon Casey | 2008-07-23 | 1 | -3/+5 |
* | | t3200,t7201: replace '!' with test_must_fail | Brandon Casey | 2008-07-23 | 2 | -2/+2 |
* | | t4116-apply-reverse.sh: use $TAR rather than tar | Brandon Casey | 2008-07-23 | 1 | -2/+2 |
* | | t/: Replace diff [-u|-U0] with test_cmp to allow compilation with old diff | Brandon Casey | 2008-07-23 | 3 | -12/+12 |
* | | t7601: extend the 'merge picks up the best result' test | Miklos Vajna | 2008-07-23 | 1 | -0/+15 |
* | | In perforce, RCS keywords are case-sensitive | Daniel Barkalow | 2008-07-23 | 1 | -1/+1 |
* | | Allow pager of diff command be enabled/disabled | Alex Riesen | 2008-07-23 | 2 | -1/+3 |
* | | Fix two leftovers from path_list->string_list | Johannes Schindelin | 2008-07-22 | 1 | -2/+2 |
* | | git am --skip: clean the index while preserving local changes | Olivier Marin | 2008-07-22 | 2 | -5/+18 |