summaryrefslogtreecommitdiffstats
path: root/config.mak.in (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-22The ninth batchJunio C Hamano1-0/+12
2023-01-21The eighth batchJunio C Hamano1-0/+3
2023-01-19attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-17http: support CURLOPT_PROTOCOLS_STRJeff King2-13/+54
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King5-30/+26
2023-01-17http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-01-17attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-16The seventh batchJunio C Hamano1-0/+21
2023-01-16fsck: document the new `gitattributes` message IDsJohannes Schindelin1-0/+12
2023-01-14doc: fix non-existent config nameYukai Chou1-4/+4
2023-01-14t3104: remove shift code in 'test_ls_tree_format'Teng Long1-1/+0
2023-01-14ls-tree: cleanup the redundant SPACETeng Long1-1/+1
2023-01-14ls-tree: make "line_termination" less genericÆvar Arnfjörð Bjarmason1-14/+44
2023-01-14ls-tree: fold "show_tree_data" into "cb" structÆvar Arnfjörð Bjarmason1-13/+5
2023-01-14ls-tree: use a "struct options"Ævar Arnfjörð Bjarmason1-87/+116
2023-01-14ls-tree: don't use "show_tree_data" for "fast" callbacksÆvar Arnfjörð Bjarmason1-26/+18
2023-01-13bisect: no longer try to clean up left-over `.git/head-name` filesJohannes Schindelin2-4/+0
2023-01-13bisect: remove Cogito-related codeJohannes Schindelin1-8/+0
2023-01-13bisect run: fix the error messageJohannes Schindelin2-1/+11
2023-01-13bisect: verify that a bogus option won't try to start a bisectionJohannes Schindelin1-0/+10
2023-01-13bisect--helper: make the order consistently `argc, argv`Ævar Arnfjörð Bjarmason1-15/+18
2023-01-13bisect--helper: simplify exit code computationJohannes Schindelin1-8/+1
2023-01-13docs: link generating patch sectionsJohn Cai2-1/+8
2023-01-13rebase: cleanup "--exec" option handlingPhillip Wood2-36/+13
2023-01-13t7527: use test_when_finished in 'case insensitive+preserving'Andrei Rybak1-1/+1
2023-01-13t6422: drop commented out codeAndrei Rybak1-2/+0
2023-01-13t6003: uncomment test '--max-age=c3, --topo-order'Andrei Rybak1-13/+10
2023-01-13git-bisect-lk2009: update nist report linkAndrei Rybak1-1/+1
2023-01-13git-bisect-lk2009: update java code conventions linkAndrei Rybak1-1/+1
2023-01-13date.c: allow ISO 8601 reduced precision timesĐoàn Trần Công Danh2-0/+45
2023-01-13t/interop: report which vanilla git command failedJeff King1-1/+1
2023-01-13merge: break out of all_strategy loop when strategy is foundSeija Kijin1-1/+1
2023-01-13githooks: discuss Git operations in foreign repositoriesEric Sunshine1-0/+12
2023-01-13doc: add "git switch -c" as another option on detached HEADYutaro Ohno1-3/+3
2023-01-13git-rebase.txt: add a note about 'ORIG_HEAD' being overwrittenPhilippe Blain1-0/+7
2023-01-13revisions.txt: be explicit about commands writing 'ORIG_HEAD'Philippe Blain1-1/+2
2023-01-13git-merge.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain1-1/+2
2023-01-13git-reset.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain1-1/+2
2023-01-13git-cherry-pick.txt: do not use 'ORIG_HEAD' in examplePhilippe Blain1-1/+1
2023-01-13object-file: fix indent-with-spaceJeff King1-1/+1
2023-01-09use DUP_ARRAYRené Scharfe8-16/+15
2023-01-09add DUP_ARRAYRené Scharfe1-0/+5
2023-01-09do full type check in BARF_UNLESS_COPYABLERené Scharfe1-3/+6
2023-01-09factor out BARF_UNLESS_COPYABLERené Scharfe1-2/+5
2023-01-09mingw: make argv2 in try_shell_exec() non-constRené Scharfe1-5/+2
2023-01-08The sixth batchJunio C Hamano1-0/+14
2023-01-08packfile: inline custom read_object()Jeff King1-17/+9
2023-01-08repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King2-17/+9
2023-01-08read_object_file_extended(): drop lookup_replace optionJeff King2-7/+4
2023-01-08streaming: inline call to read_object_file_extended()Jeff King1-3/+8