Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clone --single: limit the fetch refspec to fetched branch | Ralf Thielow | 2012-09-20 | 3 | -18/+218 |
* | Merge branch 'jc/apply-binary-p0' into maint-1.7.11 | Junio C Hamano | 2012-09-12 | 2 | -46/+76 |
|\ | |||||
| * | apply: compute patch->def_name correctly under -p0 | Junio C Hamano | 2012-08-24 | 2 | -46/+76 |
* | | Merge branch 'jc/dotdot-is-parent-directory' into maint-1.7.11 | Junio C Hamano | 2012-09-12 | 5 | -4/+56 |
|\ \ | |||||
| * | | specifying ranges: we did not mean to make ".." an empty set | Junio C Hamano | 2012-08-23 | 5 | -4/+56 |
* | | | Merge branch 'jc/maint-doc-checkout-b-always-takes-branch-name' into maint-1.... | Junio C Hamano | 2012-09-12 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | doc: "git checkout -b/-B/--orphan" always takes a branch name | Junio C Hamano | 2012-08-26 | 1 | -3/+3 |
* | | | | Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11 | Junio C Hamano | 2012-09-12 | 9 | -106/+171 |
|\ \ \ \ | |||||
| * | | | | http: prompt for credentials on failed POST | Jeff King | 2012-08-27 | 2 | -9/+16 |
| * | | | | http: factor out http error code handling | Jeff King | 2012-08-27 | 2 | -23/+29 |
| * | | | | t: test http access to "half-auth" repositories | Jeff King | 2012-08-27 | 3 | -0/+28 |
| * | | | | t: test basic smart-http authentication | Jeff King | 2012-08-27 | 2 | -0/+25 |
| * | | | | t/lib-httpd: recognize */smart/* repos as smart-http | Jeff King | 2012-08-27 | 1 | -9/+7 |
| * | | | | t/lib-httpd: only route auth/dumb to dumb repos | Jeff King | 2012-08-27 | 1 | -1/+1 |
| * | | | | t5550: factor out http auth setup | Jeff King | 2012-08-27 | 3 | -54/+55 |
| * | | | | t5550: put auth-required repo in auth/dumb | Jeff King | 2012-08-27 | 1 | -9/+9 |
* | | | | | Merge branch 'kk/maint-for-each-ref-multi-sort' into maint-1.7.11 | Junio C Hamano | 2012-09-12 | 2 | -1/+13 |
|\ \ \ \ \ | |||||
| * | | | | | for-each-ref: Fix sort with multiple keys | Kacper Kornet | 2012-08-21 | 2 | -2/+4 |
| * | | | | | t6300: test sort with multiple keys | Kacper Kornet | 2012-08-21 | 1 | -0/+10 |
| | |/ / / | |/| | | | |||||
* | | | | | Git 1.7.11.6v1.7.11.6 | Junio C Hamano | 2012-09-11 | 3 | -35/+58 |
* | | | | | Merge branch 'jc/maint-mergetool-style-fix' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -273/+308 |
|\ \ \ \ \ | |||||
| * | | | | | mergetool: style fixes | Junio C Hamano | 2012-08-23 | 1 | -273/+308 |
* | | | | | | Merge branch 'sz/submodule-force-update' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 3 | -2/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Make 'git submodule update --force' always check out submodules. | Stefan Zager | 2012-08-24 | 3 | -2/+21 |
* | | | | | | | Merge branch 'ph/stash-rerere' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 2 | -0/+39 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | stash: invoke rerere in case of conflict | Phil Hord | 2012-08-17 | 2 | -1/+2 |
| * | | | | | | | test: git-stash conflict sets up rerere | Phil Hord | 2012-08-17 | 1 | -0/+38 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jc/maint-sane-execvp-notdir' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | sane_execvp(): ignore non-directory on $PATH | Junio C Hamano | 2012-07-31 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'jc/maint-config-exit-status' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 3 | -6/+11 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | config: "git config baa" should exit with status 1 | Junio C Hamano | 2012-07-30 | 3 | -6/+11 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'mh/maint-config-doc-proxy-command' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 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 'hv/submodule-path-unmatch' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 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 'mz/empty-rebase-test' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -1/+17 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | add tests for 'git rebase --keep-empty' | Martin von Zweigbergk | 2012-08-09 | 1 | -1/+17 |
* | | | | | | | | | | Merge branch 'jk/docs-docbook-monospace-display' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | docs: monospace listings in docbook output | Jeff King | 2012-08-07 | 2 | -3/+3 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'ab/diff-write-incomplete-line' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 2 | -0/+31 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix '\ No newline...' annotation in rewrite diffs | Adam Butcher | 2012-08-05 | 2 | -0/+31 |
* | | | | | | | | | | | Merge branch 'jc/maint-t7406-rev-parse-max-count-huh' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -8/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | t7406: fix misleading "rev-parse --max-count=1 HEAD" | Junio C Hamano | 2012-07-30 | 1 | -8/+8 |
* | | | | | | | | | | | | Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 13 | -32/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | diff_setup_done(): return void | Thomas Rast | 2012-08-03 | 13 | -32/+16 |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'tr/merge-recursive-flush' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -18/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | merge-recursive: eliminate flush_buffer() in favor of write_in_full() | Thomas Rast | 2012-08-03 | 1 | -18/+1 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'nd/index-errno' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -5/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | read_index_from: remove bogus errno assignments | Nguyễn Thái Ngọc Duy | 2012-08-06 | 1 | -5/+1 |