summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-12-10Merge branch 'hi/gpg-use-check-signature'Libravatar Junio C Hamano1-4/+7
2019-12-10Merge branch 'jt/clone-recursesub-ref-advise'Libravatar Junio C Hamano1-0/+10
2019-12-10Merge branch 'am/pathspec-from-file'Libravatar Junio C Hamano2-8/+42
2019-12-10Merge branch 'ra/rebase-i-more-options'Libravatar Junio C Hamano1-12/+36
2019-12-09Sync with Git 2.24.1Libravatar Junio C Hamano2-3/+19
2019-12-09format-patch: move git_config() before repo_init_revisions()Libravatar Denton Liu1-4/+7
2019-12-09format-patch: use --notes behavior for format.notesLibravatar Denton Liu1-12/+1
2019-12-09notes: rename to load_display_notes()Libravatar Denton Liu1-2/+2
2019-12-09name-rev: cleanup name_ref()Libravatar SZEDER Gábor1-15/+16
2019-12-09name-rev: eliminate recursion in name_rev()Libravatar SZEDER Gábor1-38/+64
2019-12-09name-rev: use 'name->tip_name' instead of 'tip_name'Libravatar SZEDER Gábor1-4/+7
2019-12-09l10n: minor case fix in 'git branch' '--unset-upstream' descriptionLibravatar Dimitriy Ryazantcev1-1/+1
2019-12-09patch-id: use oid_to_hex() to print multiple object IDsLibravatar René Scharfe1-7/+2
2019-12-09commit: use strbuf_add() to add a length-limited stringLibravatar René Scharfe1-1/+1
2019-12-06Merge branch 'rs/use-skip-prefix-more'Libravatar Junio C Hamano4-20/+14
2019-12-06name-rev: drop name_rev()'s 'generation' and 'distance' parametersLibravatar SZEDER Gábor1-12/+13
2019-12-06name-rev: restructure creating/updating 'struct rev_name' instancesLibravatar SZEDER Gábor1-14/+21
2019-12-06name-rev: restructure parsing commits and applying date cutoffLibravatar SZEDER Gábor1-13/+16
2019-12-06name-rev: pull out deref handling from the recursionLibravatar SZEDER Gábor1-17/+10
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