summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/no-the-index'Junio C Hamano2018-08-2019-32/+38
|\
| * blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-0/+1
| * apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy2018-08-132-2/+2
| * archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy2018-08-132-2/+3
| * grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-2/+2
| * attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-131-1/+1
| * entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-0/+1
| * ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy2018-08-131-8/+9
| * dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-139-15/+15
| * convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-132-2/+2
| * attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-132-3/+3
| * diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy2018-08-131-3/+5
* | 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
|\ \ \ \ \ \