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