summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-03-17Merge branch 'hi/gpg-use-check-signature' into maintJunio C Hamano1-7/+4
2020-03-17Merge branch 'ds/partial-clone-fixes' into maintJunio C Hamano1-5/+5
2020-03-17Merge branch 'en/check-ignore' into maintJunio C Hamano1-0/+3
2020-03-17Merge branch 'jk/index-pack-dupfix' into maintJunio C Hamano1-1/+3
2020-02-28Revert "gpg-interface: prefer check_signature() for GPG verification"Junio C Hamano1-7/+4
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee1-5/+5
2020-02-18check-ignore: fix documentation and implementation to matchElijah Newren1-0/+3
2020-02-14Merge branch 'pb/do-not-recurse-grep-no-index' into maintJunio C Hamano1-2/+5
2020-02-14Merge branch 'nd/switch-and-restore' into maintJunio C Hamano1-0/+2
2020-02-14Merge branch 'hw/commit-advise-while-rejecting' into maintJunio C Hamano1-0/+1
2020-02-04index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King1-1/+3
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain1-2/+5
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano1-37/+12
2020-01-08restore: invalidate cache-tree when removing entries with --stagedJeff King1-0/+2
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano1-3/+1
2020-01-06Merge branch 'ds/sparse-list-in-cone-mode'Junio C Hamano1-0/+21
2020-01-02commit-graph: prefer default size_mult when given zeroDerrick Stolee1-3/+1
2020-01-02Merge branch 'en/rebase-signoff-fix'Junio C Hamano1-1/+1
2019-12-30sparse-checkout: list directories in cone modeDerrick Stolee1-0/+21
2019-12-25Merge branch 'mr/bisect-save-pointer-to-const-string'Junio C Hamano1-2/+2
2019-12-25Merge branch 'js/add-p-in-c'Junio C Hamano1-5/+10
2019-12-25Merge branch 'rs/ref-read-cleanup'Junio C Hamano1-2/+1
2019-12-25Merge branch 'mr/bisect-use-after-free'Junio C Hamano1-3/+4
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano3-1/+523
2019-12-25Merge branch 'sg/name-rev-wo-recursion'Junio C Hamano1-48/+95
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano1-17/+14
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano2-23/+68
2019-12-25Merge branch 'am/pathspec-from-file'Junio C Hamano1-0/+3
2019-12-20rebase: fix saving of --signoff state for am-based rebasesElijah Newren1-1/+1
2019-12-19commit: honor advice.statusHints when rejecting an empty commitHeba Waly1-0/+1
2019-12-18commit: forbid --pathspec-from-file --allAlexandr Miloslavskiy1-0/+3
2019-12-17bisect--helper: convert `*_warning` char pointers to char arrays.Tanushree Tumane1-2/+2
2019-12-16Merge branch 'rs/patch-id-use-oid-to-hex'Junio C Hamano1-7/+2
2019-12-16Merge branch 'rs/commit-export-env-simplify'Junio C Hamano1-1/+1
2019-12-16Merge branch 'dr/branch-usage-casefix'Junio C Hamano1-1/+1
2019-12-16Merge branch 'dl/range-diff-with-notes'Junio C Hamano1-0/+1
2019-12-16Merge branch 'dl/rebase-with-autobase'Junio C Hamano2-4/+8
2019-12-16Merge branch 'ag/sequencer-todo-updates'Junio C Hamano1-0/+6
2019-12-13built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin1-5/+10
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeDerrick Stolee1-2/+8
2019-12-13notes: break set_display_notes() into smaller functionsDenton Liu1-1/+6
2019-12-11remote: pass NULL to read_ref_full() because object ID is not neededRené Scharfe1-2/+1
2019-12-11bisect--helper: avoid use-after-freeTanushree Tumane1-3/+4
2019-12-10Merge branch 'hi/gpg-use-check-signature'Junio C Hamano1-4/+7
2019-12-10Merge branch 'jt/clone-recursesub-ref-advise'Junio C Hamano1-0/+10
2019-12-10Merge branch 'ra/rebase-i-more-options'Junio C Hamano1-12/+36
2019-12-10Merge branch 'am/pathspec-from-file'Junio C Hamano2-8/+42
2019-12-09Sync with Git 2.24.1Junio C Hamano2-3/+19
2019-12-09format-patch: move git_config() before repo_init_revisions()Denton Liu1-4/+7
2019-12-09format-patch: use --notes behavior for format.notesDenton Liu1-12/+1