Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/maint-config-exit-status' | Junio C Hamano | 2012-09-03 | 3 | -6/+11 |
|\ | |||||
| * | config: "git config baa" should exit with status 1 | Junio C Hamano | 2012-07-30 | 3 | -6/+11 |
* | | Latter half of the second batch for 1.8.0 | Junio C Hamano | 2012-08-29 | 1 | -1/+30 |
* | | Merge branch 'rr/precompose-utf8-cleanup' | Junio C Hamano | 2012-08-29 | 1 | -25/+19 |
|\ \ | |||||
| * | | precompose-utf8: do not call checks for non-ascii "utf8" | Junio C Hamano | 2012-08-20 | 1 | -8/+8 |
| * | | cleanup precompose_utf8 | Robin Rosenberg | 2012-08-17 | 1 | -20/+14 |
* | | | Merge branch 'mh/maint-config-doc-proxy-command' | Junio C Hamano | 2012-08-29 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | git-config doc: unconfuse an example | Junio C Hamano | 2012-08-18 | 1 | -1/+1 |
| * | | | git-config.txt: fix example | Michael Haggerty | 2012-08-18 | 1 | -1/+1 |
* | | | | Merge branch 'ef/win32-cred-helper' | Junio C Hamano | 2012-08-29 | 3 | -0/+375 |
|\ \ \ \ | |||||
| * | | | | contrib: add win32 credential-helper | Erik Faye-Lund | 2012-08-16 | 3 | -0/+375 |
* | | | | | Merge branch 'hv/submodule-path-unmatch' | Junio C Hamano | 2012-08-29 | 2 | -7/+52 |
|\ \ \ \ \ | |||||
| * | | | | | Let submodule command exit with error status if path does not exist | Heiko Voigt | 2012-08-14 | 2 | -7/+52 |
* | | | | | | Merge branch 'jc/capabilities' | Junio C Hamano | 2012-08-29 | 8 | -17/+102 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fetch-pack: mention server version with verbose output | Jeff King | 2012-08-13 | 1 | -1/+8 |
| * | | | | | | parse_feature_request: make it easier to see feature values | Jeff King | 2012-08-13 | 2 | -10/+39 |
| * | | | | | | fetch-pack: do not ask for unadvertised capabilities | Junio C Hamano | 2012-08-10 | 1 | -0/+6 |
| * | | | | | | do not send client agent unless server does first | Jeff King | 2012-08-10 | 2 | -4/+15 |
| * | | | | | | send-pack: fix capability-sending logic | Jeff King | 2012-08-10 | 1 | -1/+1 |
| * | | | | | | include agent identifier in capability string | Jeff King | 2012-08-03 | 6 | -6/+38 |
* | | | | | | | Merge branch 'mg/rebase-i-onto-reflog-in-full' | Junio C Hamano | 2012-08-29 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rebase -i: use full onto sha1 in reflog | Michael J Gruber | 2012-08-10 | 1 | -2/+1 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'mz/empty-rebase-test' | Junio C Hamano | 2012-08-29 | 1 | -1/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | add tests for 'git rebase --keep-empty' | Martin von Zweigbergk | 2012-08-09 | 1 | -1/+17 |
* | | | | | | | | Merge branch 'jc/maint-protect-sh-from-ifs' | Junio C Hamano | 2012-08-29 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sh-setup: protect from exported IFS | Junio C Hamano | 2012-08-08 | 1 | -0/+4 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bc/prune-info' | Junio C Hamano | 2012-08-29 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | prune.c: only print informational message in show_only or verbose mode | Brandon Casey | 2012-08-07 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'mz/cherry-code-cleanup' | Junio C Hamano | 2012-08-29 | 1 | -16/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cherry: remove redundant check for merge commit | Martin von Zweigbergk | 2012-07-29 | 1 | -8/+2 |
| * | | | | | | | | | cherry: don't set ignored rev_info options | Martin von Zweigbergk | 2012-07-29 | 1 | -4/+0 |
| * | | | | | | | | | remove unnecessary parameter from get_patch_ids() | Martin von Zweigbergk | 2012-07-29 | 1 | -4/+4 |
* | | | | | | | | | | First half of the second batch for 1.8.0 | Junio C Hamano | 2012-08-27 | 1 | -0/+37 |
* | | | | | | | | | | Merge branch 'jk/docs-docbook-monospace-display' | Junio C Hamano | 2012-08-27 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | docs: monospace listings in docbook output | Jeff King | 2012-08-07 | 2 | -3/+3 |
* | | | | | | | | | | | Merge branch 'da/difftool-updates' | Junio C Hamano | 2012-08-27 | 6 | -101/+244 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | difftool: silence warning | Ross Lagerwall | 2012-08-21 | 1 | -1/+1 |
| * | | | | | | | | | | | Add Code Compare v2.80.4 as a merge / diff tool for Windows | Sebastian Schuberth | 2012-08-10 | 3 | -2/+27 |
| * | | | | | | | | | | | mergetool,difftool: Document --tool-help consistently | David Aguilar | 2012-08-10 | 2 | -3/+6 |
| * | | | | | | | | | | | difftool: Disable --symlinks on cygwin | David Aguilar | 2012-07-26 | 1 | -1/+2 |
| * | | | | | | | | | | | difftool: Handle compare() returning -1 | David Aguilar | 2012-07-26 | 1 | -31/+68 |
| * | | | | | | | | | | | difftool: Wrap long lines for readability | David Aguilar | 2012-07-26 | 1 | -14/+32 |
| * | | | | | | | | | | | difftool: Check all return codes from compare() | David Aguilar | 2012-07-25 | 1 | -1/+10 |
| * | | | | | | | | | | | difftool: Handle finding mergetools/ in a path with spaces | David Aguilar | 2012-07-25 | 1 | -6/+21 |
| * | | | | | | | | | | | difftool: Use symlinks when diffing against the worktree | David Aguilar | 2012-07-23 | 2 | -10/+31 |
| * | | | | | | | | | | | difftool: Call the temp directory "git-difftool" | David Aguilar | 2012-07-22 | 1 | -1/+1 |
| * | | | | | | | | | | | difftool: Move option values into a hash | David Aguilar | 2012-07-22 | 1 | -24/+31 |
| * | | | | | | | | | | | difftool: Eliminate global variables | David Aguilar | 2012-07-22 | 1 | -53/+75 |
| * | | | | | | | | | | | difftool: Simplify print_tool_help() | David Aguilar | 2012-07-22 | 1 | -20/+5 |
* | | | | | | | | | | | | Merge branch 'js/grep-patterntype-config' | Junio C Hamano | 2012-08-27 | 5 | -42/+281 |
|\ \ \ \ \ \ \ \ \ \ \ \ |