summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-12-06name-rev: extract creating/updating a 'struct name_rev' into a helperLibravatar SZEDER Gábor1-13/+27
2019-12-06name-rev: use sizeof(*ptr) instead of sizeof(type) in allocationLibravatar SZEDER Gábor1-1/+1
2019-12-06name-rev: avoid unnecessary cast in name_ref()Libravatar SZEDER Gábor1-1/+1
2019-12-06name-rev: use strbuf_strip_suffix() in get_rev_name()Libravatar René Scharfe1-4/+3
2019-12-06range-diff: clear `other_arg` at end of functionLibravatar Denton Liu1-0/+1
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-05rebase: fix format.useAutoBase breakageLibravatar Denton Liu1-1/+2
2019-12-05format-patch: teach --no-baseLibravatar Denton Liu1-2/+5
2019-12-05format-patch: fix indentationLibravatar Denton Liu1-1/+1
2019-12-04checkout, restore: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-4/+27
2019-12-04add: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-4/+26
2019-12-04cmd_add: prepare for next patchLibravatar Alexandr Miloslavskiy1-17/+17
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsLibravatar Johannes Schindelin2-2/+13
2019-12-03submodule--helper: advise on fatal alternate errorLibravatar Jonathan Tan1-0/+10
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-30gpg-interface: prefer check_signature() for GPG verificationLibravatar Hans Jerry Illikainen1-4/+7
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-25rebase -i: finishing touches to --reset-author-dateLibravatar Junio C Hamano1-3/+3
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryLibravatar Manish Goregaokar1-1/+2
2019-11-25rebase: fill `squash_onto' in get_replay_opts()Libravatar Alban Gruin1-0/+5