summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-12-06commit: encapsulate determine_whence() for sequencerLibravatar Phillip Wood1-4/+1
2019-12-06commit: use enum value for multiple cherry-picksLibravatar Phillip Wood1-14/+11
2019-12-05Merge branch 'mg/submodule-status-from-a-subdirectory'Libravatar Junio C Hamano1-1/+2
2019-12-05Merge branch 'nl/reset-patch-takes-a-tree'Libravatar Junio C Hamano1-1/+1
2019-12-05Merge branch 'jk/fail-show-toplevel-outside-working-tree'Libravatar Junio C Hamano1-0/+2
2019-12-05Merge branch 'sg/unpack-progress-throughput'Libravatar Junio C Hamano1-1/+2
2019-12-05Merge branch 'dl/range-diff-with-notes'Libravatar Junio C Hamano2-2/+28
2019-12-05Merge branch 'js/builtin-add-i'Libravatar Junio C Hamano1-0/+12
2019-12-01Merge branch 'ds/test-read-graph'Libravatar Junio C Hamano1-68/+0
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Libravatar Junio C Hamano2-6/+2
2019-12-01Merge branch 'tg/stash-refresh-index'Libravatar Junio C Hamano1-4/+3
2019-12-01Merge branch 'rj/bundle-ui-updates'Libravatar Junio C Hamano1-45/+172
2019-12-01Merge branch 'en/doc-typofix'Libravatar Junio C Hamano3-4/+4
2019-12-01Merge branch 'js/fetch-multi-lockfix'Libravatar Junio C Hamano1-2/+8
2019-12-01Merge branch 'rt/fetch-message-fix'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Libravatar Junio C Hamano1-8/+0
2019-12-01Merge branch 'mr/clone-dir-exists-to-path-exists'Libravatar Junio C Hamano1-4/+4
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Libravatar Junio C Hamano1-71/+55
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryLibravatar Manish Goregaokar1-1/+2
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-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-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