summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-20merge-ort: handle interactions of caching and rename/rename(1to1) casesLibravatar Elijah Newren1-1/+29
2021-05-20merge-ort: add helper functions for using cached renamesLibravatar Elijah Newren1-0/+47
2021-05-20merge-ort: preserve cached renames for the appropriate sideLibravatar Elijah Newren1-9/+11
2021-05-20merge-ort: avoid accidental API mis-useLibravatar Elijah Newren2-0/+9
2021-05-20merge-ort: add code to check for whether cached renames can be reusedLibravatar Elijah Newren1-2/+64
2021-05-20merge-ort: populate caches of rename detection resultsLibravatar Elijah Newren1-1/+72
2021-05-20merge-ort: add data structures for in-memory caching of rename detectionLibravatar Elijah Newren1-0/+53
2021-05-20t6429: testcases for remembering renamesLibravatar Elijah Newren2-6/+700
2021-05-20fast-rebase: write conflict state to working tree, index, and HEADLibravatar Elijah Newren1-19/+32
2021-05-20fast-rebase: change assert() to BUG()Libravatar Elijah Newren1-1/+2
2021-05-20Documentation/technical: describe remembering renames optimizationLibravatar Elijah Newren1-0/+669
2021-05-20doc: explain the use of color.pagerLibravatar Jeff King1-2/+3
2021-05-20l10n: fix typos in po/TEAMSLibravatar Jiang Xin1-2/+2
2021-05-20setup: split "extensions found" messages into singular and pluralLibravatar Alex Henrie1-2/+6
2021-05-20fetch: improve grammar of "shallow roots" messageLibravatar Alex Henrie1-1/+1
2021-05-20A handful more topics before -rc1Libravatar Junio C Hamano1-0/+19
2021-05-20Merge branch 'jk/test-chainlint-softer'Libravatar Junio C Hamano4-3/+21
2021-05-20Merge branch 'en/prompt-under-set-u'Libravatar Junio C Hamano1-3/+3
2021-05-20Merge branch 'zh/ref-filter-push-remote-fix'Libravatar Junio C Hamano2-1/+20
2021-05-20Merge branch 'ew/sha256-clone-remote-curl-fix'Libravatar Junio C Hamano1-0/+2
2021-05-20Merge branch 'en/dir-traversal'Libravatar Junio C Hamano18-172/+298
2021-05-20Merge branch 'ab/perl-makefile-cleanup'Libravatar Junio C Hamano2-4/+19
2021-05-20fetch-pack: signal v2 server that we are done making requestsLibravatar Jeff King2-2/+13
2021-05-19l10n: fr: v2.32.0 round 1Libravatar Jean-Noël Avila1-5526/+4574
2021-05-19clone: clean up directory after transport_fetch_refs() failureLibravatar Jeff King2-7/+11
2021-05-19docs: improve fast-forward in glossary contentLibravatar Reuven Y1-2/+2
2021-05-19read-cache: delete unused hashing methodsLibravatar Derrick Stolee1-64/+0
2021-05-19read-cache: use hashfile instead of git_hash_ctxLibravatar Derrick Stolee1-71/+66
2021-05-19csum-file.h: increase hashfile buffer sizeLibravatar Derrick Stolee3-25/+68
2021-05-19xsize_t: avoid implementation defined behavior when len < 0Libravatar Jonathan Nieder1-4/+2
2021-05-19Revert "remote-curl: fall back to basic auth if Negotiate fails"Libravatar Jeff King2-9/+8
2021-05-19t5551: test http interaction with credential helpersLibravatar Jeff King1-0/+41
2021-05-18revisions(7): clarify that most commands take a single revision rangeLibravatar Junio C Hamano1-0/+23
2021-05-18hashfile: use write_in_full()Libravatar Derrick Stolee1-12/+5
2021-05-18sparse-index: fix uninitialized jumpLibravatar Derrick Stolee1-1/+1
2021-05-18parallel-checkout: send the new object_id algo field to the workersLibravatar Matheus Tavares2-7/+22
2021-05-18t7500: remove non-existant C_LOCALE_OUTPUT prereqLibravatar Todd Zullinger1-1/+1
2021-05-17l10n: tr: v2.32.0-r1Libravatar Emir Sarı1-3177/+3642
2021-05-17l10n: fr: fixed inconsistenciesLibravatar rlespinasse1-1/+1
2021-05-17l10n: fr.po fixed inconsistenciesLibravatar Vincent Tam1-1/+1
2021-05-17rev-parse: mark die() messages for translationLibravatar Wolfgang Müller1-15/+15
2021-05-17rev-parse: fix segfault with missing --path-format argumentLibravatar Wolfgang Müller2-0/+6
2021-05-17l10n: pt_PT: add Portuguese translations part 2Libravatar Daniel Santos1-625/+592
2021-05-17l10n: git.pot: v2.32.0 round 1 (126 new, 26 removed)Libravatar Jiang Xin1-3141/+3590
2021-05-17describe-doc: clarify default length of abbreviationLibravatar Anders Höckersten1-5/+9
2021-05-17mailinfo: don't discard names under 3 charactersLibravatar edef1-1/+1
2021-05-17submodule: use the imperative mood to describe the --files optionLibravatar Alex Henrie1-1/+1
2021-05-17stash: don't translate literal commandsLibravatar Alex Henrie1-2/+2
2021-05-17git-send-email: add option to specify sendmail commandLibravatar Gregory Anders3-14/+76
2021-05-16Git 2.32-rc0Libravatar Junio C Hamano2-1/+17