Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | receive-pack: send pack-processing stderr over sideband | Jeff King | 2012-09-21 | 1 | -2/+24 |
* | receive-pack: redirect unpack-objects stdout to /dev/null | Jeff King | 2012-09-21 | 1 | -1/+6 |
* | Merge branch 'jc/mailinfo-RE' into maint | Junio C Hamano | 2012-09-20 | 1 | -1/+3 |
|\ | |||||
| * | mailinfo: strip "RE: " prefix | Junio C Hamano | 2012-09-09 | 1 | -1/+3 |
* | | Merge branch 'sn/ls-remote-get-url-doc' into maint | Junio C Hamano | 2012-09-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | ls-remote: document the '--get-url' option | Stefan Naewe | 2012-09-07 | 1 | -1/+1 |
* | | | Merge branch 'nd/maint-remote-remove' into maint | Junio C Hamano | 2012-09-20 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | remote: prefer subcommand name 'remove' to 'rm' | Nguyễn Thái Ngọc Duy | 2012-09-06 | 1 | -3/+3 |
| | |/ | |/| | |||||
* | | | Merge branch 'jk/config-warn-on-inaccessible-paths' into maint | Junio C Hamano | 2012-09-18 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | config: warn on inaccessible files | Jeff King | 2012-08-21 | 1 | -2/+2 |
| |/ / | |||||
* | | | Add missing -z to git check-attr usage text for consistency with man page | Adam Spiers | 2012-09-17 | 1 | -1/+1 |
* | | | Merge branch 'mz/cherry-pick-cmdline-order' into maint | Junio C Hamano | 2012-09-14 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | cherry-pick/revert: respect order of revisions to pick | Martin von Zweigbergk | 2012-08-30 | 1 | -1/+1 |
| * | | | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 2012-08-30 | 2 | -2/+2 |
* | | | | Sync with 1.7.11.7 | Junio C Hamano | 2012-09-14 | 2 | -2/+17 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' into maint-1.7.11 | Junio C Hamano | 2012-09-14 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | log: fix --quiet synonym for -s | Jeff King | 2012-08-28 | 1 | -1/+1 |
| * | | | | | Merge branch 'jc/maint-ident-missing-human-name' into maint-1.7.11 | Junio C Hamano | 2012-09-14 | 1 | -1/+16 |
| |\ \ \ \ \ | |||||
| | * | | | | | split_ident_line(): make best effort when parsing author/committer line | Junio C Hamano | 2012-08-31 | 1 | -1/+16 |
| | |/ / / / | |||||
* | | | | | | Merge branch 'maint-1.7.11' into maint | Junio C Hamano | 2012-09-12 | 3 | -28/+60 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'jc/apply-binary-p0' into maint-1.7.11 | Junio C Hamano | 2012-09-12 | 1 | -25/+43 |
| |\ \ \ \ \ | |||||
| | * | | | | | apply: compute patch->def_name correctly under -p0 | Junio C Hamano | 2012-08-24 | 1 | -25/+43 |
| * | | | | | | Merge branch 'jc/dotdot-is-parent-directory' into maint-1.7.11 | Junio C Hamano | 2012-09-12 | 1 | -2/+14 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | specifying ranges: we did not mean to make ".." an empty set | Junio C Hamano | 2012-08-23 | 1 | -2/+14 |
| * | | | | | | | Merge branch 'kk/maint-for-each-ref-multi-sort' into maint-1.7.11 | Junio C Hamano | 2012-09-12 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | for-each-ref: Fix sort with multiple keys | Kacper Kornet | 2012-08-21 | 1 | -1/+3 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
* | | | | | | | | Sync with 1.7.11.6 | Junio C Hamano | 2012-09-11 | 6 | -15/+12 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'jc/maint-config-exit-status' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -2/+6 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | config: "git config baa" should exit with status 1 | Junio C Hamano | 2012-07-30 | 1 | -2/+6 |
| * | | | | | | | | Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 4 | -12/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | diff_setup_done(): return void | Thomas Rast | 2012-08-03 | 4 | -12/+6 |
| | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge branch 'pg/maint-apply-remove-unused-variable' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | apply: delete unused deflate_origlen from patch struct | Paul Gortmaker | 2012-08-05 | 1 | -1/+0 |
* | | | | | | | | | | Merge branch 'jc/capabilities' into maint | Junio C Hamano | 2012-09-11 | 3 | -5/+36 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fetch-pack: mention server version with verbose output | Jeff King | 2012-08-13 | 1 | -1/+8 |
| * | | | | | | | | | | 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 | 3 | -4/+11 |
* | | | | | | | | | | | Merge branch 'bc/prune-info' into maint | Junio C Hamano | 2012-09-10 | 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 'maint-1.7.11' into maint | Junio C Hamano | 2012-09-10 | 4 | -8/+14 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'bc/receive-pack-stdout-protection' into maint-1.7.11 | Junio C Hamano | 2012-09-10 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | receive-pack: do not leak output from auto-gc to standard output | Junio C Hamano | 2012-08-06 | 1 | -1/+2 |
| | | |_|/ / / / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11 | Junio C Hamano | 2012-09-10 | 3 | -7/+12 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| | * | | | | | | | | diff: do not use null sha1 as a sentinel value | Jeff King | 2012-07-29 | 3 | -7/+12 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge branch 'jk/maint-commit-check-committer-early' into maint-1.7.11 | Junio C Hamano | 2012-08-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'jk/maint-checkout-orphan-check-fix' into maint | Junio C Hamano | 2012-08-06 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'kk/maint-commit-tree' into maint | Junio C Hamano | 2012-07-30 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'ar/clone-honor-umask-at-top' into maint | Junio C Hamano | 2012-07-22 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ |