summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-11-25reset: parse rev as tree-ish in patch modeLibravatar Nika Layzell1-1/+1
2019-11-21format-patch: pass notes configuration to range-diffLibravatar Denton Liu1-1/+23
2019-11-21range-diff: pass through --notes to `git log`Libravatar Denton Liu2-2/+6
2019-11-20commit: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-4/+21
2019-11-20reset: support the `--pathspec-from-file` optionLibravatar Alexandr Miloslavskiy1-2/+19
2019-11-20doc: reset: synchronize <pathspec> descriptionLibravatar Alexandr Miloslavskiy1-2/+2
2019-11-20builtin/unpack-objects.c: show throughput progressLibravatar SZEDER Gábor1-1/+2
2019-11-20rev-parse: make --show-toplevel without a worktree an errorLibravatar Jeff King1-0/+2
2019-11-14Start to implement a built-in version of `git add --interactive`Libravatar Johannes Schindelin1-0/+12
2019-11-14stash: make sure we have a valid index before writing itLibravatar Thomas Gummerer1-4/+3
2019-11-13clone: remove fetch_if_missing=0Libravatar Jonathan Tan1-3/+0
2019-11-13test-tool: use 'read-graph' helperLibravatar Derrick Stolee1-68/+0
2019-11-11bundle-verify: add --quietLibravatar Robin H. Johnson1-3/+6
2019-11-11bundle-create: progress output controlLibravatar Robin H. Johnson1-3/+27
2019-11-11bundle: framework for options before bundle fileLibravatar Robin H. Johnson1-45/+145
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Libravatar Junio C Hamano1-0/+11
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Libravatar Junio C Hamano2-3/+8
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Libravatar Junio C Hamano1-1/+0
2019-11-10Merge branch 'wb/midx-progress'Libravatar Junio C Hamano2-6/+14
2019-11-10Merge branch 'js/rebase-deprecate-preserve-merges'Libravatar Junio C Hamano1-3/+4
2019-11-10Merge branch 'hv/bitshift-constants-in-blame'Libravatar Junio C Hamano1-12/+12
2019-11-10Merge branch 'dd/notes-copy-default-dst-to-head'Libravatar Junio C Hamano1-1/+1
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Libravatar Junio C Hamano1-22/+0
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Libravatar Junio C Hamano1-33/+92
2019-11-10Merge branch 'jt/fetch-pack-record-refs-in-the-dot-promisor'Libravatar Junio C Hamano1-0/+7
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren3-4/+4
2019-11-08fetch: remove fetch_if_missing=0Libravatar Jonathan Tan1-3/+2
2019-11-06fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraphLibravatar Johannes Schindelin1-1/+2
2019-11-06fetch: add the command-line option `--write-commit-graph`Libravatar Johannes Schindelin1-1/+6
2019-11-02rebase: add --reset-author-dateLibravatar Rohit Ashiwal1-0/+2
2019-11-02rebase -i: support --ignore-dateLibravatar Rohit Ashiwal1-5/+9
2019-11-02rebase -i: support --committer-date-is-author-dateLibravatar Rohit Ashiwal1-5/+12
2019-11-02rebase -i: add --ignore-whitespace flagLibravatar Rohit Ashiwal1-4/+15
2019-11-02stash: handle staged changes in skip-worktree files correctlyLibravatar Johannes Schindelin1-2/+3
2019-11-02update-index: optionally leave skip-worktree entries aloneLibravatar Johannes Schindelin1-1/+5
2019-11-02fetch.c: fix typo in a warning messageLibravatar Ralf Thielow1-1/+1
2019-10-30worktree: teach "add" to ignore submodule.recurse configLibravatar Philippe Blain1-1/+1
2019-10-29builtin/blame.c: remove '--indent-heuristic' from usage stringLibravatar SZEDER Gábor1-8/+0
2019-10-29clone: rename static function `dir_exists()`.Libravatar Miriam Rubio1-4/+4
2019-10-28fsck: only provide oid/type in fsck_error callbackLibravatar Jeff King1-7/+10
2019-10-28fsck: don't require object structs for display functionsLibravatar Jeff King1-32/+37
2019-10-28fsck: use oids rather than objects for object_name APILibravatar Jeff King1-6/+6
2019-10-28fsck: unify object-name codeLibravatar Jeff King1-37/+13
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringLibravatar SZEDER Gábor1-1/+0
2019-10-28rev-parse: add a --show-object-format optionLibravatar brian m. carlson1-0/+11
2019-10-24fetch: delay fetch_if_missing=0 until after configLibravatar Jonathan Tan1-2/+2
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Libravatar Junio C Hamano1-0/+1
2019-10-23multi-pack-index: add [--[no-]progress] option.Libravatar William Baker1-5/+13
2019-10-23midx: add MIDX_PROGRESS flagLibravatar William Baker2-5/+5
2019-10-21builtin/blame.c: constants into bit shift formatLibravatar Hariom Verma1-12/+12