summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2-3/+3
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy1-3/+5
2018-08-13cat-file: support "unordered" output for --batch-all-objectsJeff King1-5/+51
2018-08-13cat-file: rename batch_{loose,packed}_object callbacksJeff King1-9/+9
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin1-4/+6
2018-08-13range-diff: offer to dual-color the diffsJohannes Schindelin1-0/+8
2018-08-13range-diff: suppress the diff headersJohannes Schindelin1-0/+1
2018-08-13range-diff: indent the diffs just like tbdiffJohannes Schindelin1-0/+10
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin1-2/+29
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin1-1/+44
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin1-0/+25
2018-08-10sequencer: change the way skip_unnecessary_picks() returns its resultAlban Gruin1-2/+8
2018-08-10sequencer: refactor append_todo_help() to write its message to a bufferAlban Gruin1-1/+1
2018-08-10rebase -i: rewrite checkout_onto() in CAlban Gruin1-1/+6
2018-08-10rebase -i: rewrite setup_reflog_action() in CAlban Gruin1-1/+6
2018-08-10rebase -i: rewrite the edit-todo functionality in CAlban Gruin1-5/+8
2018-08-10rebase -i: rewrite append_todo_help() in CAlban Gruin1-2/+9
2018-08-09repack: repack promisor objects if -a or -A is setJonathan Tan1-4/+79
2018-08-09repack: refactor setup of pack-objects cmdJonathan Tan1-44/+55
2018-08-06rerere: mark strings for translationThomas Gummerer1-2/+2
2018-08-06builtin/rebase: support running "git rebase <upstream>"Pratik Karki1-1/+364
2018-08-06rebase: start implementing it as a builtinPratik Karki1-0/+58
2018-08-06pull --rebase=<type>: allow single-letter abbreviations for the typeJohannes Schindelin1-3/+3
2018-08-03builtin/submodule--helper: factor out method to update a single submoduleStefan Beller1-10/+10
2018-08-03builtin/submodule--helper: store update_clone information in a structStefan Beller1-10/+27
2018-08-03builtin/submodule--helper: factor out submodule updatingStefan Beller1-26/+33
2018-08-03git-submodule.sh: rename unused variablesStefan Beller1-3/+2
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe8-14/+10
2018-08-03shortlog: correct option help for -wRené Scharfe1-2/+4
2018-08-03send-pack: specify --force-with-lease argument help explicitlyRené Scharfe1-2/+3
2018-08-03pack-objects: specify --index-version argument help explicitlyRené Scharfe1-2/+2
2018-08-03difftool: remove angular brackets from argument helpRené Scharfe1-2/+2
2018-08-03add, update-index: fix --chmod argument helpRené Scharfe2-2/+4
2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsÆvar Arnfjörð Bjarmason1-2/+2
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2-1/+3
2018-08-02Merge branch 'en/dirty-merge-fixes'Junio C Hamano1-3/+4
2018-08-02Merge branch 'js/rebase-merge-octopus'Junio C Hamano1-0/+32
2018-08-02Merge branch 'tb/grep-only-matching'Junio C Hamano1-0/+6
2018-08-02Merge branch 'kg/gc-auto-windows-workaround'Junio C Hamano1-0/+1
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano4-23/+19
2018-08-02Merge branch 'jt/fetch-nego-tip'Junio C Hamano1-0/+43
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano32-94/+139
2018-08-02Merge branch 'is/parsing-line-range'Junio C Hamano1-2/+2
2018-08-02Merge branch 'ab/checkout-default-remote'Junio C Hamano2-10/+35
2018-08-02Merge branch 'ds/commit-graph-fsck'Junio C Hamano3-29/+93
2018-08-02Merge branch 'bc/object-id'Junio C Hamano4-22/+26
2018-08-01fetch-pack: unify ref in and out paramJonathan Tan2-26/+6
2018-08-01remote: clear string_list after use in mv()René Scharfe1-2/+3
2018-07-30pack-objects: document about thread synchronizationNguyễn Thái Ngọc Duy1-0/+19
2018-07-24Merge branch 'sb/blame-color'Junio C Hamano1-1/+3