Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/for-each-object-iteration' | Junio C Hamano | 2018-08-20 | 2 | -28/+82 |
|\ | |||||
| * | for_each_*_object: move declarations to object-store.h | Jeff King | 2018-08-14 | 1 | -0/+1 |
| * | cat-file: use a single strbuf for all output | Jeff King | 2018-08-14 | 1 | -11/+17 |
| * | cat-file: split batch "buf" into two variables | Jeff King | 2018-08-14 | 1 | -6/+8 |
| * | cat-file: use oidset check-and-insert | Jeff King | 2018-08-14 | 1 | -2/+1 |
| * | cat-file: support "unordered" output for --batch-all-objects | Jeff King | 2018-08-13 | 1 | -5/+51 |
| * | cat-file: rename batch_{loose,packed}_object callbacks | Jeff King | 2018-08-13 | 1 | -9/+9 |
* | | Merge branch 'js/pull-rebase-type-shorthand' | Junio C Hamano | 2018-08-17 | 1 | -3/+3 |
|\ \ | |||||
| * | | pull --rebase=<type>: allow single-letter abbreviations for the type | Johannes Schindelin | 2018-08-06 | 1 | -3/+3 |
* | | | Merge branch 'rs/parse-opt-lithelp' | Junio C Hamano | 2018-08-17 | 10 | -16/+17 |
|\ \ \ | |||||
| * | | | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP | René Scharfe | 2018-08-03 | 8 | -14/+10 |
| * | | | shortlog: correct option help for -w | René Scharfe | 2018-08-03 | 1 | -2/+4 |
| * | | | send-pack: specify --force-with-lease argument help explicitly | René Scharfe | 2018-08-03 | 1 | -2/+3 |
| * | | | pack-objects: specify --index-version argument help explicitly | René Scharfe | 2018-08-03 | 1 | -2/+2 |
| * | | | difftool: remove angular brackets from argument help | René Scharfe | 2018-08-03 | 1 | -2/+2 |
| * | | | add, update-index: fix --chmod argument help | René Scharfe | 2018-08-03 | 2 | -2/+4 |
| * | | | push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced brackets | Ævar Arnfjörð Bjarmason | 2018-08-03 | 1 | -2/+2 |
* | | | | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 2018-08-15 | 2 | -26/+6 |
|\ \ \ \ | |||||
| * | | | | fetch-pack: unify ref in and out param | Jonathan Tan | 2018-08-01 | 2 | -26/+6 |
* | | | | | Merge branch 'rs/remote-mv-leakfix' | Junio C Hamano | 2018-08-15 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | remote: clear string_list after use in mv() | René Scharfe | 2018-08-01 | 1 | -2/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'nd/pack-objects-threading-doc' | Junio C Hamano | 2018-08-15 | 1 | -0/+19 |
|\ \ \ \ \ | |||||
| * | | | | | pack-objects: document about thread synchronization | Nguyễn Thái Ngọc Duy | 2018-07-30 | 1 | -0/+19 |
| |/ / / / | |||||
* | | | | | Merge branch 'jt/tag-following-with-proto-v2-fix' | Junio C Hamano | 2018-08-15 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fetch: send "refs/tags/" prefix upon CLI refspecs | Jonathan Tan | 2018-07-24 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'jk/size-t' | Junio C Hamano | 2018-08-15 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | pass st.st_size as hint for strbuf_readlink() | Jeff King | 2018-07-24 | 1 | -1/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-15 | 12 | -158/+169 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/replace.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -37/+37 |
| * | | | | | builtin/pack-objects.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -50/+52 |
| * | | | | | builtin/grep.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -1/+1 |
| * | | | | | builtin/config.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -24/+24 |
| * | | | | | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 12 | -68/+77 |
* | | | | | | Merge branch 'bw/clone-ref-prefixes' | Junio C Hamano | 2018-08-15 | 1 | -5/+15 |
|\ \ \ \ \ \ | |||||
| * | | | | | | clone: send ref-prefixes when using protocol v2 | Brandon Williams | 2018-07-20 | 1 | -5/+15 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 2018-08-15 | 7 | -7/+7 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | check_replace_refs: rename to read_replace_refs | Jeff King | 2018-07-18 | 7 | -7/+7 |
* | | | | | | Merge branch 'jt/commit-graph-per-object-store' | Junio C Hamano | 2018-08-02 | 2 | -1/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | commit-graph: add repo arg to graph readers | Jonathan Tan | 2018-07-17 | 1 | -1/+1 |
| * | | | | | | commit-graph: add free_commit_graph | Jonathan Tan | 2018-07-17 | 1 | -0/+2 |
| * | | | | | | Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store | Junio C Hamano | 2018-07-17 | 3 | -31/+95 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'en/dirty-merge-fixes' | Junio C Hamano | 2018-08-02 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | merge-recursive: fix assumption that head tree being merged is HEAD | Elijah Newren | 2018-07-11 | 1 | -3/+4 |
| * | | | | | | | | index_has_changes(): avoid assuming operating on the_index | Elijah Newren | 2018-07-03 | 1 | -3/+3 |
* | | | | | | | | | Merge branch 'js/rebase-merge-octopus' | Junio C Hamano | 2018-08-02 | 1 | -0/+32 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | merge: allow reading the merge commit message from a file | Johannes Schindelin | 2018-07-11 | 1 | -0/+32 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'tb/grep-only-matching' | Junio C Hamano | 2018-08-02 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | grep.c: teach 'git grep --only-matching' | Taylor Blau | 2018-07-09 | 1 | -0/+6 |
* | | | | | | | | | | Merge branch 'kg/gc-auto-windows-workaround' | Junio C Hamano | 2018-08-02 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | gc --auto: release pack files before auto packing | Kim Gybels | 2018-07-09 | 1 | -0/+1 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | |