Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | format-patch: use default diff format even with patch options | Jeff King | 2008-08-26 | 2 | -1/+27 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Install git-shell in bindir, too | Tommi Virtanen | 2008-08-24 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'jc/no-slim-shell' | Junio C Hamano | 2008-08-24 | 4 | -19/+7 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Build-in "git-shell" | Junio C Hamano | 2008-08-20 | 4 | -3/+6 | |
| * | | | | | | | shell: do not play duplicated definition games to shrink the executable | Junio C Hamano | 2008-08-19 | 2 | -16/+1 | |
* | | | | | | | | Merge branch 'maint' to sync with 1.6.0.1 | Junio C Hamano | 2008-08-24 | 11 | -52/+126 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | GIT 1.6.0.1v1.6.0.1 | Junio C Hamano | 2008-08-24 | 1 | -6/+11 | |
| * | | | | | | | Merge branch 'ag/maint-combine-diff-fix' into maint | Junio C Hamano | 2008-08-24 | 2 | -0/+28 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Respect core.autocrlf in combined diff | Alexander Gavrilov | 2008-08-23 | 2 | -0/+28 | |
| * | | | | | | | | Merge branch 'mv/maint-merge-fix' into maint | Junio C Hamano | 2008-08-24 | 4 | -8/+32 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | merge: fix numerus bugs around "trivial merge" area | Junio C Hamano | 2008-08-23 | 4 | -8/+32 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Documentation: clarify pager configuration | Jonathan Nieder | 2008-08-24 | 2 | -3/+9 | |
| * | | | | | | | | Documentation: clarify pager.<cmd> configuration | Jonathan Nieder | 2008-08-24 | 1 | -3/+5 | |
| * | | | | | | | | Clean up the git-p4 documentation | Simon Hausmann | 2008-08-24 | 1 | -31/+38 | |
| * | | | | | | | | Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UX | Miklos Vajna | 2008-08-23 | 1 | -0/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | git-submodule - Use "get_default_remote" from git-parse-remote | Mark Levedahl | 2008-08-24 | 1 | -3/+2 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-23 | 6 | -5/+10 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | unpack_trees(): protect the handcrafted in-core index from read_cache() | Junio C Hamano | 2008-08-23 | 3 | -2/+6 | |
| * | | | | | | | git-p4: Fix one-liner in p4_write_pipe function. | Tor Arvid Lund | 2008-08-22 | 1 | -1/+1 | |
| * | | | | | | | Completion: add missing '=' for 'diff --diff-filter' | Eric Raible | 2008-08-22 | 1 | -1/+1 | |
| * | | | | | | | Fix 'git help help' | Miklos Vajna | 2008-08-21 | 1 | -1/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | git-submodule: replace duplicated code with a module_list function | David Aguilar | 2008-08-22 | 1 | -4/+13 | |
* | | | | | | | git-merge documentation: more details about resolving conflicts | Dan Hensgen | 2008-08-22 | 1 | -6/+18 | |
* | | | | | | | Extend "checkout --track" DWIM to support more cases | Alex Riesen | 2008-08-22 | 4 | -17/+46 | |
* | | | | | | | Revert "Convert output messages in merge-recursive to past tense." | Jonathan del Strother | 2008-08-22 | 1 | -18/+18 | |
* | | | | | | | templates/Makefile: install is unnecessary, just use mkdir -p | Junio C Hamano | 2008-08-22 | 1 | -2/+2 | |
* | | | | | | | remote.c: add a function for deleting a refspec array and use it (twice) | Brandon Casey | 2008-08-22 | 2 | -2/+28 | |
* | | | | | | | filter-branch: Grok special characters in tag names | Johannes Sixt | 2008-08-21 | 2 | -5/+15 | |
* | | | | | | | test-lib: do not remove trash_directory if called with --debug | Johannes Schindelin | 2008-08-21 | 1 | -1/+1 | |
* | | | | | | | provide more errors for the "merge into empty head" case | Paolo Bonzini | 2008-08-21 | 1 | -0/+5 | |
* | | | | | | | Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}' | Shawn O. Pearce | 2008-08-21 | 1 | -1/+4 | |
* | | | | | | | config.mak.in: Pass on LDFLAGS from configure | Neil Roberts | 2008-08-21 | 1 | -0/+1 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-21 | 3 | -4/+10 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | compat/snprintf.c: handle snprintf's that always return the # chars transmitted | Brandon Casey | 2008-08-21 | 1 | -0/+4 | |
| * | | | | | | git-svn: fix dcommit to urls with embedded usernames | Eric Wong | 2008-08-20 | 1 | -3/+5 | |
| * | | | | | | revision.h: make show_early_output an extern which is defined in revision.c | Brandon Casey | 2008-08-20 | 1 | -1/+1 | |
* | | | | | | | Teach "git diff -p" HTML funcname patterns | Johan Herland | 2008-08-20 | 2 | -2/+5 | |
* | | | | | | | Teach "git diff -p" Python funcname patterns | Kirill Smelkov | 2008-08-20 | 2 | -0/+3 | |
* | | | | | | | Merge branch 'ml/submodule-foreach' | Junio C Hamano | 2008-08-20 | 2 | -2/+39 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | git-submodule - Add 'foreach' subcommand | Mark Levedahl | 2008-08-17 | 2 | -2/+39 | |
* | | | | | | | | Merge branch 'pm/log-exit-code' | Junio C Hamano | 2008-08-20 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Teach git log --exit-code to return an appropriate exit code | Peter Valdemar Mørch | 2008-08-17 | 2 | -5/+5 | |
| * | | | | | | | | Teach git log --check to return an appropriate exit code | Peter Valdemar Mørch | 2008-08-17 | 1 | -0/+9 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'sb/commit-tree-minileak' | Junio C Hamano | 2008-08-20 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix commit_tree() buffer leak | Stephan Beyer | 2008-08-17 | 1 | -1/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'pb/reflog-dwim' | Junio C Hamano | 2008-08-20 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | builtin-reflog: Allow reflog expire to name partial ref | Pieter de Bie | 2008-08-17 | 1 | -4/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'jc/add-stop-at-symlink' | Junio C Hamano | 2008-08-20 | 4 | -3/+45 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add: refuse to add working tree items beyond symlinks | Junio C Hamano | 2008-08-04 | 3 | -3/+22 | |
| * | | | | | | | | update-index: refuse to add working tree items beyond symlinks | Junio C Hamano | 2008-08-04 | 2 | -1/+24 |