summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/for-each-object-iteration'Junio C Hamano2018-08-202-28/+82
|\
| * for_each_*_object: move declarations to object-store.hJeff King2018-08-141-0/+1
| * cat-file: use a single strbuf for all outputJeff King2018-08-141-11/+17
| * cat-file: split batch "buf" into two variablesJeff King2018-08-141-6/+8
| * cat-file: use oidset check-and-insertJeff King2018-08-141-2/+1
| * cat-file: support "unordered" output for --batch-all-objectsJeff King2018-08-131-5/+51
| * cat-file: rename batch_{loose,packed}_object callbacksJeff King2018-08-131-9/+9
* | Merge branch 'js/pull-rebase-type-shorthand'Junio C Hamano2018-08-171-3/+3
|\ \
| * | pull --rebase=<type>: allow single-letter abbreviations for the typeJohannes Schindelin2018-08-061-3/+3
* | | Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-1710-16/+17
|\ \ \
| * | | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe2018-08-038-14/+10
| * | | shortlog: correct option help for -wRené Scharfe2018-08-031-2/+4
| * | | send-pack: specify --force-with-lease argument help explicitlyRené Scharfe2018-08-031-2/+3
| * | | pack-objects: specify --index-version argument help explicitlyRené Scharfe2018-08-031-2/+2
| * | | difftool: remove angular brackets from argument helpRené Scharfe2018-08-031-2/+2
| * | | add, update-index: fix --chmod argument helpRené Scharfe2018-08-032-2/+4
| * | | push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsÆvar Arnfjörð Bjarmason2018-08-031-2/+2
* | | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-152-26/+6
|\ \ \ \
| * | | | fetch-pack: unify ref in and out paramJonathan Tan2018-08-012-26/+6
* | | | | Merge branch 'rs/remote-mv-leakfix'Junio C Hamano2018-08-151-2/+3
|\ \ \ \ \
| * | | | | remote: clear string_list after use in mv()René Scharfe2018-08-011-2/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'nd/pack-objects-threading-doc'Junio C Hamano2018-08-151-0/+19
|\ \ \ \ \
| * | | | | pack-objects: document about thread synchronizationNguyễn Thái Ngọc Duy2018-07-301-0/+19
| |/ / / /
* | | | | Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano2018-08-151-1/+1
|\ \ \ \ \
| * | | | | fetch: send "refs/tags/" prefix upon CLI refspecsJonathan Tan2018-07-241-1/+1
| |/ / / /
* | | | | Merge branch 'jk/size-t'Junio C Hamano2018-08-151-1/+2
|\ \ \ \ \
| * | | | | pass st.st_size as hint for strbuf_readlink()Jeff King2018-07-241-1/+2
| |/ / / /
* | | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-1512-158/+169
|\ \ \ \ \
| * | | | | builtin/replace.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-37/+37
| * | | | | builtin/pack-objects.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-50/+52
| * | | | | builtin/grep.c: mark strings for translationNguyễn Thái Ngọc Duy2018-07-231-1/+1
| * | | | | builtin/config.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-24/+24
| * | | | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-2312-68/+77
* | | | | | Merge branch 'bw/clone-ref-prefixes'Junio C Hamano2018-08-151-5/+15
|\ \ \ \ \ \
| * | | | | | clone: send ref-prefixes when using protocol v2Brandon Williams2018-07-201-5/+15
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-157-7/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | check_replace_refs: rename to read_replace_refsJeff King2018-07-187-7/+7
* | | | | | Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-022-1/+3
|\ \ \ \ \ \
| * | | | | | commit-graph: add repo arg to graph readersJonathan Tan2018-07-171-1/+1
| * | | | | | commit-graph: add free_commit_graphJonathan Tan2018-07-171-0/+2
| * | | | | | Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano2018-07-173-31/+95
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'en/dirty-merge-fixes'Junio C Hamano2018-08-021-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | merge-recursive: fix assumption that head tree being merged is HEADElijah Newren2018-07-111-3/+4
| * | | | | | | | index_has_changes(): avoid assuming operating on the_indexElijah Newren2018-07-031-3/+3
* | | | | | | | | Merge branch 'js/rebase-merge-octopus'Junio C Hamano2018-08-021-0/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge: allow reading the merge commit message from a fileJohannes Schindelin2018-07-111-0/+32
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'tb/grep-only-matching'Junio C Hamano2018-08-021-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | grep.c: teach 'git grep --only-matching'Taylor Blau2018-07-091-0/+6
* | | | | | | | | | Merge branch 'kg/gc-auto-windows-workaround'Junio C Hamano2018-08-021-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gc --auto: release pack files before auto packingKim Gybels2018-07-091-0/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |