summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-12-10Merge branch 'am/pathspec-from-file'Libravatar Junio C Hamano2-8/+42
2019-12-09Sync with Git 2.24.1Libravatar Junio C Hamano2-3/+19
2019-12-06Merge branch 'rs/use-skip-prefix-more'Libravatar Junio C Hamano4-20/+14
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin2-3/+19
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin2-3/+19
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin2-3/+19
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin2-3/+19
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder1-0/+2
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin2-3/+17
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin2-3/+17
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin2-3/+17
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin2-2/+17
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin2-2/+17
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin2-2/+17
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-05Disallow dubiously-nested submodule git directoriesLibravatar Johannes Schindelin1-0/+4
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsLibravatar Johannes Schindelin2-2/+13
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-27name-rev: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-4/+4
2019-11-27push: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-2/+3
2019-11-27fmt-merge-msg: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-5/+4
2019-11-27fetch: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-9/+3
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-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