summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2019-12-10Merge branch 'am/pathspec-from-file'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Merge branch 'rs/use-skip-prefix-more'Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'mg/submodule-status-from-a-subdirectory'Junio C Hamano
2019-12-05Merge branch 'nl/reset-patch-takes-a-tree'Junio C Hamano
2019-12-05Merge branch 'jk/fail-show-toplevel-outside-working-tree'Junio C Hamano
2019-12-05Merge branch 'sg/unpack-progress-throughput'Junio C Hamano
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-12-05Merge branch 'js/builtin-add-i'Junio C Hamano
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-12-01Merge branch 'ds/test-read-graph'Junio C Hamano
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano
2019-12-01Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-12-01Merge branch 'rj/bundle-ui-updates'Junio C Hamano
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-12-01Merge branch 'js/fetch-multi-lockfix'Junio C Hamano
2019-12-01Merge branch 'rt/fetch-message-fix'Junio C Hamano
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Junio C Hamano
2019-12-01Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Junio C Hamano
2019-12-01Merge branch 'mr/clone-dir-exists-to-path-exists'Junio C Hamano
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano
2019-11-27name-rev: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27push: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27fmt-merge-msg: use skip_prefix() instead of starts_with()René Scharfe
2019-11-27fetch: use skip_prefix() instead of starts_with()René Scharfe
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell
2019-11-21format-patch: pass notes configuration to range-diffDenton Liu
2019-11-21range-diff: pass through --notes to `git log`Denton Liu
2019-11-20commit: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-11-20reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy
2019-11-20doc: reset: synchronize <pathspec> descriptionAlexandr Miloslavskiy
2019-11-20builtin/unpack-objects.c: show throughput progressSZEDER Gábor
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin
2019-11-14stash: make sure we have a valid index before writing itThomas Gummerer
2019-11-13clone: remove fetch_if_missing=0Jonathan Tan
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee