summaryrefslogtreecommitdiffstats
path: root/Documentation/pretty-formats.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-13Makefile: make PERL_DEFINES recursively expandedÆvar Arnfjörð Bjarmason1-1/+1
2021-05-12remote-curl: fix clone on sha256 reposEric Wong1-0/+2
2021-05-12ref-filter: fix read invalid union member bugZheNing Hu2-1/+20
2021-05-12maintenance: fix two memory leaksLénaïc Huard1-2/+8
2021-05-11The sixteenth batchJunio C Hamano1-0/+26
2021-05-11refs: cleanup directories when deleting packed refWill Chandler2-6/+15
2021-05-11merge-ort: split "distinct types" message into two translatable messagesAlex Henrie1-6/+15
2021-05-10The fifteenth batchJunio C Hamano1-0/+5
2021-05-10am: learn to process quoted lines that ends with CRLFĐoàn Trần Công Danh6-0/+110
2021-05-10mailinfo: allow stripping quoted CR without warningĐoàn Trần Công Danh4-0/+15
2021-05-10mailinfo: allow squelching quoted CRLF warningĐoàn Trần Công Danh5-3/+62
2021-05-10mailinfo: warn if CRLF found in decoded base64/QP emailĐoàn Trần Công Danh7-0/+121
2021-05-10pretty-formats.txt: add missing spaceMartin Ågren1-1/+1
2021-05-10git-repack.txt: remove spurious ")"Martin Ågren1-1/+1
2021-05-07The fourteenth batchJunio C Hamano1-0/+53
2021-05-07clean: remove unnecessary variableMatheus Tavares1-3/+1
2021-05-06mailinfo: stop parsing options manuallyĐoàn Trần Công Danh1-30/+45
2021-05-06mailinfo: load default metainfo_charset lazilyĐoàn Trần Công Danh1-9/+31
2021-05-06add: die if both --dry-run and --interactive are givenØystein Walle2-0/+6
2021-05-06perl: use mock i18n functions under NO_GETTEXT=YÆvar Arnfjörð Bjarmason2-0/+13
2021-05-06Makefile: regenerate *.pm on NO_PERL_CPAN_FALLBACKS changeÆvar Arnfjörð Bjarmason1-0/+1
2021-05-06Makefile: regenerate perl/build/* if GIT-PERL-DEFINES changesÆvar Arnfjörð Bjarmason1-1/+1
2021-05-06Makefile: don't re-define PERL_DEFINESÆvar Arnfjörð Bjarmason1-3/+4
2021-05-06streaming.c: move {open,close,read} from vtable to "struct git_istream"Ævar Arnfjörð Bjarmason1-43/+29
2021-05-06streaming.c: stop passing around "object_info *" to open()Ævar Arnfjörð Bjarmason1-22/+20
2021-05-06streaming.c: remove {open,close,read}_method_decl() macrosÆvar Arnfjörð Bjarmason1-25/+22
2021-05-06streaming.c: remove enum/function/vtbl indirectionÆvar Arnfjörð Bjarmason1-25/+11
2021-05-06streaming.c: avoid forward declarationsÆvar Arnfjörð Bjarmason1-88/+83
2021-05-06sparse-index.c: remove set_index_sparse_config()Ævar Arnfjörð Bjarmason1-10/+1
2021-05-06git-p4: speed up search for branch parentJoachim Kuebart1-11/+10
2021-05-06git-p4: ensure complex branches are cloned correctlyJoachim Kuebart1-0/+2
2021-05-05patience diff: remove unused variablePhillip Wood1-3/+0
2021-05-05patience diff: remove unnecessary string comparisonsPhillip Wood1-8/+3
2021-05-05word diff: handle zero length matchesPhillip Wood2-3/+12
2021-05-05ci: run test round with parallel-checkout enabledMatheus Tavares4-0/+22
2021-05-05parallel-checkout: add tests for basic operationsMatheus Tavares2-0/+271