summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-01-13sparse-index.c: expand_to_path() can assume non-NULL "istate"Ævar Arnfjörð Bjarmason-1/+1
2023-01-13builtin/difftool.c: { 0 }-initialize rather than using memset()Ævar Arnfjörð Bjarmason-3/+1
2023-01-13merge: break out of all_strategy loop when strategy is foundSeija Kijin-1/+1
2023-01-13githooks: discuss Git operations in foreign repositoriesEric Sunshine-0/+12
2023-01-13doc: add "git switch -c" as another option on detached HEADYutaro Ohno-3/+3
2023-01-13git-rebase.txt: add a note about 'ORIG_HEAD' being overwrittenPhilippe Blain-0/+7
2023-01-13revisions.txt: be explicit about commands writing 'ORIG_HEAD'Philippe Blain-1/+2
2023-01-13git-merge.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain-1/+2
2023-01-13git-reset.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain-1/+2
2023-01-13git-cherry-pick.txt: do not use 'ORIG_HEAD' in examplePhilippe Blain-1/+1
2023-01-13object-file: fix indent-with-spaceJeff King-1/+1
2023-01-09use DUP_ARRAYRené Scharfe-16/+15
2023-01-09add DUP_ARRAYRené Scharfe-0/+5
2023-01-09do full type check in BARF_UNLESS_COPYABLERené Scharfe-3/+6
2023-01-09factor out BARF_UNLESS_COPYABLERené Scharfe-2/+5
2023-01-09mingw: make argv2 in try_shell_exec() non-constRené Scharfe-5/+2
2023-01-08The sixth batchJunio C Hamano-0/+14
2023-01-08Merge branch 'cw/ci-whitespace'Junio C Hamano-11/+46
2023-01-08Merge branch 'js/drop-mingw-test-cmp'Junio C Hamano-67/+1
2023-01-08Merge branch 'js/ci-disable-cmake-by-default'Junio C Hamano-1/+1
2023-01-08packfile: inline custom read_object()Jeff King-17/+9
2023-01-08repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King-17/+9
2023-01-08read_object_file_extended(): drop lookup_replace optionJeff King-7/+4
2023-01-08streaming: inline call to read_object_file_extended()Jeff King-3/+8
2023-01-08object-file: inline calls to read_object()Jeff King-29/+18
2023-01-08convert trivial uses of strncmp() to skip_prefix()Jeff King-5/+8
2023-01-08convert trivial uses of strncmp() to starts_with()Jeff King-6/+6
2023-01-08*: fix typos which duplicate a wordAndrei Rybak-15/+14
2023-01-08use enhanced basic regular expressions on macOSRené Scharfe-0/+24
2023-01-07features: feature.manyFiles implies fast index writesDerrick Stolee-1/+22
2023-01-07test-lib-functions: add helper for trailing hashDerrick Stolee-0/+13
2023-01-07read-cache: add index.skipHash config optionDerrick Stolee-1/+37
2023-01-07hashfile: allow skipping the hash functionDerrick Stolee-3/+18
2023-01-06diff: drop "name" parameter from prepare_temp_file()Jeff King-11/+10
2023-01-06diff: clean up external-diff argv setupJeff King-6/+3
2023-01-06diff: use filespec path to set up tempfiles for ext-diffJeff King-1/+30
2023-01-06test-bundle-uri: drop unused variablesJeff King-7/+0
2023-01-05The fifth batchJunio C Hamano-0/+17
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano-180/+230
2023-01-05Merge branch 'ab/bundle-wo-args'Junio C Hamano-5/+11
2023-01-05Merge branch 'km/doc-branch-start-point'Junio C Hamano-1/+1
2023-01-05Merge branch 'ar/typofix-gitattributes-doc'Junio C Hamano-1/+1
2023-01-05Merge branch 'sg/test-oid-wo-incomplete-line'Junio C Hamano-9/+10
2023-01-05Merge branch 'dh/mingw-ownership-check-typofix'Junio C Hamano-1/+1
2023-01-05Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano-61/+69
2023-01-05Merge branch 'sa/cat-file-mailmap--batch-check'Junio C Hamano-14/+132
2023-01-05am: allow passing --no-verify flagThierry Reding-4/+47
2023-01-05dir: check for single file cone patternsWilliam Sprent-1/+17
2023-01-04win32: close handles of threads that have been joinedSeija Kijin-0/+3
2023-01-04win32: prepare pthread.c for change by formattingSeija Kijin-11/+11