summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-13read-cache.c: refactor set_new_index_sparsity() for subsequent commitÆvar Arnfjörð Bjarmason1-6/+6
2023-01-13sparse-index API: BUG() out on NULL ensure_full_index()Ævar Arnfjörð Bjarmason2-2/+5
2023-01-13sparse-index.c: expand_to_path() can assume non-NULL "istate"Ævar Arnfjörð Bjarmason1-1/+1
2023-01-13builtin/difftool.c: { 0 }-initialize rather than using memset()Ævar Arnfjörð Bjarmason1-3/+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-08Merge branch 'cw/ci-whitespace'Junio C Hamano1-11/+46
2023-01-08Merge branch 'js/drop-mingw-test-cmp'Junio C Hamano2-67/+1
2023-01-08Merge branch 'js/ci-disable-cmake-by-default'Junio C Hamano1-1/+1
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
2023-01-08object-file: inline calls to read_object()Jeff King2-29/+18
2023-01-08convert trivial uses of strncmp() to skip_prefix()Jeff King2-5/+8
2023-01-08convert trivial uses of strncmp() to starts_with()Jeff King4-6/+6
2023-01-08*: fix typos which duplicate a wordAndrei Rybak9-15/+14
2023-01-08use enhanced basic regular expressions on macOSRené Scharfe4-0/+24
2023-01-07features: feature.manyFiles implies fast index writesDerrick Stolee6-1/+22
2023-01-07test-lib-functions: add helper for trailing hashDerrick Stolee2-0/+13
2023-01-07read-cache: add index.skipHash config optionDerrick Stolee3-1/+37
2023-01-07hashfile: allow skipping the hash functionDerrick Stolee2-3/+18
2023-01-06diff: drop "name" parameter from prepare_temp_file()Jeff King1-11/+10
2023-01-06diff: clean up external-diff argv setupJeff King1-6/+3
2023-01-06diff: use filespec path to set up tempfiles for ext-diffJeff King2-1/+30
2023-01-06test-bundle-uri: drop unused variablesJeff King1-7/+0
2023-01-05The fifth batchJunio C Hamano1-0/+17
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano20-180/+230
2023-01-05Merge branch 'ab/bundle-wo-args'Junio C Hamano2-5/+11
2023-01-05Merge branch 'km/doc-branch-start-point'Junio C Hamano1-1/+1
2023-01-05Merge branch 'ar/typofix-gitattributes-doc'Junio C Hamano1-1/+1
2023-01-05Merge branch 'sg/test-oid-wo-incomplete-line'Junio C Hamano6-9/+10
2023-01-05Merge branch 'dh/mingw-ownership-check-typofix'Junio C Hamano1-1/+1
2023-01-05Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano3-61/+69
2023-01-05Merge branch 'sa/cat-file-mailmap--batch-check'Junio C Hamano3-14/+132