Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/submodule-update-dot-branch' | Junio C Hamano | 2016-08-10 | 1 | -2/+54 |
|\ | |||||
| * | submodule update: allow '.' for branch value | Stefan Beller | 2016-08-03 | 1 | -0/+18 |
| * | submodule--helper: add remote-branch helper | Stefan Beller | 2016-08-03 | 1 | -1/+35 |
| * | submodule--helper: fix usage string for relative-path | Stefan Beller | 2016-08-01 | 1 | -1/+1 |
* | | Merge branch 'js/am-3-merge-recursive-direct' | Junio C Hamano | 2016-08-10 | 5 | -43/+31 |
|\ \ | |||||
| * | | merge_trees(): ensure that the callers release output buffer | Johannes Schindelin | 2016-08-01 | 1 | -0/+1 |
| * | | am -3: use merge_recursive() directly again | Johannes Schindelin | 2016-07-26 | 1 | -40/+22 |
| * | | prepare the builtins for a libified merge_recursive() | Johannes Schindelin | 2016-07-26 | 2 | -1/+5 |
| * | | die("bug"): report bugs consistently | Johannes Schindelin | 2016-07-26 | 2 | -2/+3 |
* | | | Merge branch 'js/commit-slab-decl-fix' | Junio C Hamano | 2016-08-10 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | config.c: avoid duplicated global static variables | Johannes Sixt | 2016-08-09 | 1 | -1/+0 |
* | | | | Merge branch 'jt/format-patch-from-config' | Junio C Hamano | 2016-08-10 | 1 | -1/+12 |
|\ \ \ \ | |||||
| * | | | | format-patch: format.from gives the default for --fromjt/format-patch-from-config | Josh Triplett | 2016-08-01 | 1 | -1/+12 |
* | | | | | Merge branch 'jk/reset-ident-time-per-commit' | Junio C Hamano | 2016-08-10 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | am: reset cached ident date for each patchjk/reset-ident-time-per-commit | Jeff King | 2016-08-01 | 1 | -0/+2 |
* | | | | | | Merge branch 'jk/parseopt-string-list' | Junio C Hamano | 2016-08-08 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | blame: drop strdup of string literaljk/parseopt-string-list | Eric Sunshine | 2016-08-03 | 1 | -1/+1 |
* | | | | | | | Merge branch 'rs/use-strbuf-addstr' | Junio C Hamano | 2016-08-08 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | use strbuf_addstr() instead of strbuf_addf() with "%s"rs/use-strbuf-addstr | René Scharfe | 2016-08-05 | 1 | -1/+1 |
| * | | | | | | | use strbuf_addstr() for adding constant strings to a strbuf | René Scharfe | 2016-08-01 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'dk/blame-move-no-reason-for-1-line-context' into maint | Junio C Hamano | 2016-07-28 | 1 | -4/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'js/am-call-theirs-theirs-in-fallback-3way' into maint | Junio C Hamano | 2016-07-28 | 1 | -8/+8 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'ew/gc-auto-pack-limit-fix' into maint | Junio C Hamano | 2016-07-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'nd/ita-cleanup' into maint | Junio C Hamano | 2016-07-28 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maint | Junio C Hamano | 2016-07-28 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/pack-objects-optim' | Junio C Hamano | 2016-08-08 | 1 | -0/+40 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | pack-objects: compute local/ignore_pack_keep earlyjk/pack-objects-optim | Jeff King | 2016-07-29 | 1 | -1/+25 |
| * | | | | | | | | | | | | pack-objects: break out of want_object loop early | Jeff King | 2016-07-29 | 1 | -0/+16 |
* | | | | | | | | | | | | | Merge branch 'va/i18n' | Junio C Hamano | 2016-08-08 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | i18n: notes: mark comment for translation | Vasco Almeida | 2016-07-28 | 1 | -2/+3 |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'jk/reflog-date' | Junio C Hamano | 2016-08-08 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | date: add "unix" format | Jeff King | 2016-07-27 | 1 | -0/+3 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'sb/clone-shallow-passthru' into maint | Junio C Hamano | 2016-07-11 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'km/fetch-do-not-free-remote-name' into maint | Junio C Hamano | 2016-07-11 | 1 | -4/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/deref-tag' into maint | Junio C Hamano | 2016-07-06 | 1 | -4/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'et/add-chmod-x' into maint | Junio C Hamano | 2016-07-06 | 3 | -11/+26 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/rev-list-count-with-bitmap' into maint | Junio C Hamano | 2016-06-27 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sb/submodule-clone-retry' | Junio C Hamano | 2016-08-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | submodule-helper: fix indexing in clone retry error reporting path | Johannes Sixt | 2016-07-22 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/push-progress' | Junio C Hamano | 2016-08-03 | 5 | -17/+128 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | receive-pack: send keepalives during quiet periodsjk/push-progress | Jeff King | 2016-07-20 | 2 | -1/+72 |
| * | | | | | | | | | | | | | | | | | | | receive-pack: turn on connectivity progress | Jeff King | 2016-07-20 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | | | | receive-pack: relay connectivity errors to sideband | Jeff King | 2016-07-20 | 1 | -1/+17 |
| * | | | | | | | | | | | | | | | | | | | receive-pack: turn on index-pack resolving progress | Jeff King | 2016-07-20 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | | | | | | index-pack: add flag for showing delta-resolution progress | Jeff King | 2016-07-20 | 1 | -1/+4 |
| * | | | | | | | | | | | | | | | | | | | clone: use a real progress meter for connectivity check | Jeff King | 2016-07-20 | 1 | -4/+1 |
| * | | | | | | | | | | | | | | | | | | | check_everything_connected: use a struct with named options | Jeff King | 2016-07-20 | 3 | -11/+15 |
| * | | | | | | | | | | | | | | | | | | | rev-list: add optional progress reporting | Jeff King | 2016-07-20 | 1 | -0/+17 |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/parse-options-concat' | Junio C Hamano | 2016-08-03 | 1 | -9/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | parse_options: allocate a new array when concatenatingjk/parse-options-concat | Jeff King | 2016-07-06 | 1 | -9/+4 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | |