summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediffLibravatar Junio C Hamano1-21/+61
2018-08-14submodule--helper: introduce new update-module-mode helperLibravatar Stefan Beller1-0/+61
2018-08-14submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktreeLibravatar Stefan Beller1-24/+40
2018-08-14for_each_*_object: move declarations to object-store.hLibravatar Jeff King1-0/+1
2018-08-14cat-file: use a single strbuf for all outputLibravatar Jeff King1-11/+17
2018-08-14cat-file: split batch "buf" into two variablesLibravatar Jeff King1-6/+8
2018-08-14cat-file: use oidset check-and-insertLibravatar Jeff King1-2/+1
2018-08-13blame.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-08-13apply.c: make init_apply_state() take a struct repositoryLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2018-08-13archive.c: avoid access to the_indexLibravatar Nguyễn Thái Ngọc Duy2-2/+3
2018-08-13grep: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13attr: remove index from git_attr_set_direction()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13entry.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Libravatar Nguyễn Thái Ngọc Duy1-8/+9
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy9-15/+15
2018-08-13convert.c: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2018-08-13attr: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy2-3/+3
2018-08-13diff.c: move read_index() code back to the callerLibravatar Nguyễn Thái Ngọc Duy1-3/+5
2018-08-13cat-file: support "unordered" output for --batch-all-objectsLibravatar Jeff King1-5/+51
2018-08-13cat-file: rename batch_{loose,packed}_object callbacksLibravatar Jeff King1-9/+9
2018-08-13range-diff: make --dual-color the default modeLibravatar Johannes Schindelin1-4/+6
2018-08-13range-diff: offer to dual-color the diffsLibravatar Johannes Schindelin1-0/+8
2018-08-13range-diff: suppress the diff headersLibravatar Johannes Schindelin1-0/+1
2018-08-13range-diff: indent the diffs just like tbdiffLibravatar Johannes Schindelin1-0/+10
2018-08-13range-diff: also show the diff between patchesLibravatar Johannes Schindelin1-2/+29
2018-08-13range-diff: first rudimentary implementationLibravatar Johannes Schindelin1-1/+44
2018-08-13Introduce `range-diff` to compare iterations of a topic branchLibravatar Johannes Schindelin1-0/+25
2018-08-10sequencer: change the way skip_unnecessary_picks() returns its resultLibravatar Alban Gruin1-2/+8
2018-08-10sequencer: refactor append_todo_help() to write its message to a bufferLibravatar Alban Gruin1-1/+1
2018-08-10rebase -i: rewrite checkout_onto() in CLibravatar Alban Gruin1-1/+6
2018-08-10rebase -i: rewrite setup_reflog_action() in CLibravatar Alban Gruin1-1/+6
2018-08-10rebase -i: rewrite the edit-todo functionality in CLibravatar Alban Gruin1-5/+8
2018-08-10rebase -i: rewrite append_todo_help() in CLibravatar Alban Gruin1-2/+9
2018-08-09repack: repack promisor objects if -a or -A is setLibravatar Jonathan Tan1-4/+79
2018-08-09repack: refactor setup of pack-objects cmdLibravatar Jonathan Tan1-44/+55
2018-08-06rerere: mark strings for translationLibravatar Thomas Gummerer1-2/+2
2018-08-06builtin/rebase: support running "git rebase <upstream>"Libravatar Pratik Karki1-1/+364
2018-08-06rebase: start implementing it as a builtinLibravatar Pratik Karki1-0/+58
2018-08-06pull --rebase=<type>: allow single-letter abbreviations for the typeLibravatar Johannes Schindelin1-3/+3
2018-08-03builtin/submodule--helper: factor out method to update a single submoduleLibravatar Stefan Beller1-10/+10
2018-08-03builtin/submodule--helper: store update_clone information in a structLibravatar Stefan Beller1-10/+27
2018-08-03builtin/submodule--helper: factor out submodule updatingLibravatar Stefan Beller1-26/+33
2018-08-03git-submodule.sh: rename unused variablesLibravatar Stefan Beller1-3/+2
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPLibravatar René Scharfe8-14/+10
2018-08-03shortlog: correct option help for -wLibravatar René Scharfe1-2/+4
2018-08-03send-pack: specify --force-with-lease argument help explicitlyLibravatar René Scharfe1-2/+3
2018-08-03pack-objects: specify --index-version argument help explicitlyLibravatar René Scharfe1-2/+2
2018-08-03difftool: remove angular brackets from argument helpLibravatar René Scharfe1-2/+2
2018-08-03add, update-index: fix --chmod argument helpLibravatar René Scharfe2-2/+4
2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsLibravatar Ævar Arnfjörð Bjarmason1-2/+2