Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/unpack-trees-super-prefix' | Junio C Hamano | 2017-02-03 | 1 | -18/+18 |
|\ | |||||
| * | read-tree: use OPT_BOOL instead of OPT_SET_INT | Stefan Beller | 2017-01-11 | 1 | -18/+18 |
* | | Merge branch 'ep/commit-static-buf-cleanup' | Junio C Hamano | 2017-02-02 | 1 | -17/+14 |
|\ \ | |||||
| * | | builtin/commit.c: switch to strbuf, instead of snprintf() | Elia Pinto | 2017-01-31 | 1 | -6/+4 |
| * | | builtin/commit.c: remove the PATH_MAX limitation via dynamic allocation | Elia Pinto | 2017-01-13 | 1 | -11/+10 |
| |/ | |||||
* | | Merge branch 'rs/receive-pack-cleanup' | Junio C Hamano | 2017-02-02 | 1 | -2/+1 |
|\ \ | |||||
| * | | receive-pack: call string_list_clear() unconditionally | René Scharfe | 2017-01-31 | 1 | -2/+1 |
| * | | Merge branch 'jt/fetch-no-redundant-tag-fetch-map' into maint | Junio C Hamano | 2017-01-18 | 1 | -3/+0 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/push-default-explicit' into maint | Junio C Hamano | 2017-01-18 | 1 | -2/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/index-pack-wo-repo-from-stdin' into maint | Junio C Hamano | 2017-01-18 | 1 | -4/+8 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'sb/sequencer-abort-safety' into maint | Junio C Hamano | 2017-01-18 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jc/pull-rebase-ff' into maint | Junio C Hamano | 2017-01-18 | 1 | -4/+18 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'ak/commit-only-allow-empty' into maint | Junio C Hamano | 2017-01-18 | 1 | -3/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'nd/worktree-list-fixup' into maint | Junio C Hamano | 2017-01-17 | 2 | -7/+9 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jk/rev-parse-symbolic-parents-fix' into maint | Junio C Hamano | 2017-01-17 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 2017-02-02 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | use absolute_pathdup() | René Scharfe | 2017-01-27 | 2 | -3/+3 |
* | | | | | | | | | | | | Merge branch 'jk/fsck-connectivity-check-fix' | Junio C Hamano | 2017-01-31 | 1 | -37/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | fsck: lazily load types under --connectivity-only | Jeff King | 2017-01-26 | 1 | -51/+7 |
| * | | | | | | | | | | | | fsck: move typename() printing to its own function | Jeff King | 2017-01-26 | 1 | -9/+20 |
| * | | | | | | | | | | | | fsck: check HAS_OBJ more consistently | Jeff King | 2017-01-17 | 1 | -2/+2 |
| * | | | | | | | | | | | | fsck: do not fallback "git fsck <bogus>" to "git fsck" | Jeff King | 2017-01-17 | 1 | -1/+1 |
| * | | | | | | | | | | | | fsck: tighten error-checks of "git fsck <head>" | Jeff King | 2017-01-17 | 1 | -2/+5 |
| * | | | | | | | | | | | | fsck: prepare dummy objects for --connectivity-check | Jeff King | 2017-01-17 | 1 | -23/+97 |
| * | | | | | | | | | | | | fsck: report trees as dangling | Jeff King | 2017-01-17 | 1 | -1/+1 |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'js/difftool-builtin' | Junio C Hamano | 2017-01-31 | 1 | -0/+692 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | difftool: hack around -Wzero-length-format warning | Jeff King | 2017-01-25 | 1 | -1/+1 |
| * | | | | | | | | | | | | difftool: retire the scripted version | Johannes Schindelin | 2017-01-19 | 1 | -41/+0 |
| * | | | | | | | | | | | | difftool: implement the functionality in the builtin | Johannes Schindelin | 2017-01-19 | 1 | -1/+671 |
| * | | | | | | | | | | | | difftool: add a skeleton for the upcoming builtin | Johannes Schindelin | 2017-01-17 | 1 | -0/+63 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'vp/show-ref-verify-head' | Junio C Hamano | 2017-01-31 | 1 | -28/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | show-ref: remove a stale comment | Junio C Hamano | 2017-01-24 | 1 | -4/+0 |
| * | | | | | | | | | | | | show-ref: remove dead `if (verify)' check | Vladimir Panteleev | 2017-01-23 | 1 | -3/+0 |
| * | | | | | | | | | | | | show-ref: detect dangling refs under --verify as well | Vladimir Panteleev | 2017-01-23 | 1 | -8/+8 |
| * | | | | | | | | | | | | show-ref: move --quiet handling into show_one() | Vladimir Panteleev | 2017-01-23 | 1 | -5/+4 |
| * | | | | | | | | | | | | show-ref: allow -d to work with --verify | Vladimir Panteleev | 2017-01-23 | 1 | -11/+12 |
| * | | | | | | | | | | | | show-ref: accept HEAD with --verify | Vladimir Panteleev | 2017-01-23 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'js/remote-rename-with-half-configured-remote' | Junio C Hamano | 2017-01-31 | 2 | -8/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | remote rename: more carefully determine whether a remote is configured | Johannes Schindelin | 2017-01-19 | 2 | -8/+8 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'st/verify-tag' | Junio C Hamano | 2017-01-31 | 2 | -13/+46 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | builtin/tag: add --format argument for tag -v | Lukas Puehringer | 2017-01-18 | 1 | -10/+27 |
| * | | | | | | | | | | | | | builtin/verify-tag: add --format to verify-tag | Santiago Torres | 2017-01-18 | 1 | -3/+19 |
* | | | | | | | | | | | | | | Merge branch 'jk/loose-object-fsck' | Junio C Hamano | 2017-01-31 | 1 | -13/+33 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | fsck: parse loose object paths directly | Jeff King | 2017-01-16 | 1 | -13/+33 |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'bw/push-submodule-only' | Junio C Hamano | 2017-01-31 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | push: add option to push only submodules | Brandon Williams | 2016-12-20 | 1 | -0/+2 |
* | | | | | | | | | | | | | | | Merge branch 'sb/submodule-init' | Junio C Hamano | 2017-01-24 | 1 | -6/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | submodule update --init: display correct path from submodule | Stefan Beller | 2017-01-12 | 1 | -6/+7 |
* | | | | | | | | | | | | | | | Merge branch 'bw/pathspec-cleanup' | Junio C Hamano | 2017-01-19 | 2 | -28/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | ls-tree: convert show_recursive to use the pathspec struct interface | Brandon Williams | 2017-01-09 | 1 | -9/+7 |