summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-08-20Merge branch 'nd/cherry-pick-quit-fix'Junio C Hamano
2018-08-20Merge branch 'sb/submodule-cleanup'Junio C Hamano
2018-08-20Merge branch 'jt/repack-promisor-packs'Junio C Hamano
2018-08-20Merge branch 'js/range-diff'Junio C Hamano
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano
2018-08-17Merge branch 'js/pull-rebase-type-shorthand'Junio C Hamano
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-16builtin/submodule--helper: remove stray new lineStefan Beller
2018-08-16cherry-pick: fix --quit not deleting CHERRY_PICK_HEADNguyễn Thái Ngọc Duy
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-08-15Merge branch 'rs/remote-mv-leakfix'Junio C Hamano
2018-08-15Merge branch 'nd/pack-objects-threading-doc'Junio C Hamano
2018-08-15Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano
2018-08-15Merge branch 'jk/size-t'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-15Merge branch 'bw/clone-ref-prefixes'Junio C Hamano
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-14for_each_*_object: move declarations to object-store.hJeff King
2018-08-14cat-file: use a single strbuf for all outputJeff King
2018-08-14cat-file: split batch "buf" into two variablesJeff King
2018-08-14cat-file: use oidset check-and-insertJeff King
2018-08-13blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2018-08-13grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy
2018-08-13cat-file: support "unordered" output for --batch-all-objectsJeff King
2018-08-13cat-file: rename batch_{loose,packed}_object callbacksJeff King
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin
2018-08-13range-diff: offer to dual-color the diffsJohannes Schindelin
2018-08-13range-diff: suppress the diff headersJohannes Schindelin
2018-08-13range-diff: indent the diffs just like tbdiffJohannes Schindelin
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin
2018-08-09repack: repack promisor objects if -a or -A is setJonathan Tan
2018-08-09repack: refactor setup of pack-objects cmdJonathan Tan
2018-08-06pull --rebase=<type>: allow single-letter abbreviations for the typeJohannes Schindelin
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-08-03shortlog: correct option help for -wRené Scharfe
2018-08-03send-pack: specify --force-with-lease argument help explicitlyRené Scharfe
2018-08-03pack-objects: specify --index-version argument help explicitlyRené Scharfe
2018-08-03difftool: remove angular brackets from argument helpRené Scharfe