| Commit message (Expand) | Author | Age | Files | Lines |
* | builtin-add.c: restructure the code for maintainability | Junio C Hamano | 2008-07-25 | 3 | -57/+62 |
* | git-reset: Let -q hush "locally modified" messages | Stephan Beyer | 2008-07-25 | 1 | -6/+9 |
* | git-svn: teach dcommit about svn auto-props | Brad King | 2008-07-25 | 2 | -0/+139 |
* | Windows: Do not compile git-shell | Johannes Sixt | 2008-07-25 | 1 | -2/+2 |
* | Windows: Make sure argv[0] has a path | Johannes Sixt | 2008-07-25 | 1 | -0/+12 |
* | Windows: Make $(gitexecdir) relative | Johannes Sixt | 2008-07-25 | 1 | -0/+1 |
* | Allow add_path() to add non-existent directories to the path | Johannes Sixt | 2008-07-25 | 3 | -37/+37 |
* | Allow the built-in exec path to be relative to the command invocation path | Johannes Sixt | 2008-07-25 | 2 | -42/+26 |
* | Fix relative built-in paths to be relative to the command invocation | Johannes Sixt | 2008-07-25 | 2 | -3/+3 |
* | Record the command invocation path early | Johannes Sixt | 2008-07-25 | 6 | -10/+16 |
* | Makefile: Normalize $(bindir) and $(gitexecdir) before comparing | Johannes Sixt | 2008-07-25 | 1 | -10/+10 |
* | Makefile: Do not install a copy of 'git' in $(gitexecdir) | Johannes Sixt | 2008-07-25 | 1 | -0/+1 |
* | archive: allow --exec and --remote without equal sign | Rene Scharfe | 2008-07-25 | 1 | -3/+17 |
* | archive: declare struct archiver where it's needed | Rene Scharfe | 2008-07-25 | 2 | -7/+5 |
* | archive: define MAX_ARGS where it's needed | Rene Scharfe | 2008-07-25 | 2 | -4/+2 |
* | archive: move parameter parsing code to archive.c | Rene Scharfe | 2008-07-25 | 3 | -145/+137 |
* | archive: add write_archive() | Rene Scharfe | 2008-07-25 | 4 | -21/+21 |
* | 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 |