summaryrefslogtreecommitdiffstats
path: root/pack-mtimes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-06Downmerge a bit more for 2.37.xJunio C Hamano1-0/+17
2022-07-27Downmerge a handful of fixes for 2.37.x maintenance trackJunio C Hamano2-1/+48
2022-07-22read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren2-1/+9
2022-07-22pkt-line.h: move comment closer to the associated codeMatheus Tavares1-8/+8
2022-07-21git-p4: refactoring of p4CmdList()Kilian Kilger1-11/+42
2022-07-21builtin/remote.c: use the right kind of STRING_LIST_INITJunio C Hamano1-2/+1
2022-07-20git-p4: fix CR LF handling for utf16 filesMoritz Baumann1-1/+1
2022-07-19compat/win32: correct for incorrect compiler warningDerrick Stolee1-3/+4
2022-07-19transport.c: avoid "whitelist"Derrick Stolee1-4/+4
2022-07-19t: avoid "whitelist"Derrick Stolee4-8/+7
2022-07-19git.txt: remove redundant languageDerrick Stolee1-3/+1
2022-07-19git-cvsserver: clarify directory listDerrick Stolee3-11/+12
2022-07-19daemon: clarify directory argumentsDerrick Stolee2-14/+15
2022-07-19osx-keychain: fix compiler warningLessley Dennington1-1/+1
2022-07-19contrib/rerere-train: avoid useless gpg sign in trainingCeleste Liu1-1/+1
2022-07-18t4200: drop irrelevant codeMartin Ågren1-3/+0
2022-07-18config/core.txt: fix minor issues for `core.sparseCheckoutCone`Martin Ågren1-2/+2
2022-07-18index-format.txt: remove outdated list of supported extensionsSZEDER Gábor1-2/+0
2022-07-17config.txt: document include, includeIfManuel Boni3-0/+21
2022-07-16commit-graph: fix corrupt upgrade from generation v1 to v2Taylor Blau2-6/+6
2022-07-16commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau2-3/+24
2022-07-16t5318: demonstrate commit-graph generation v2 corruptionTaylor Blau1-0/+27
2022-07-15mingw: avoid mktemp() in mkstemp() implementationRené Scharfe1-4/+1
2022-07-14shortlog: use a stable sortJohannes Schindelin1-1/+1
2022-07-14mergetool(vimdiff): allow paths to contain spaces againJohannes Schindelin1-4/+35
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares9-25/+40
2022-07-14checkout: show bug about failed entries being included in final reportMatheus Tavares2-1/+53
2022-07-14checkout: document bug where delayed checkout counts entries twiceMatheus Tavares1-0/+22
2022-07-14tests: fix incorrect --write-junit-xml codeJohannes Schindelin1-5/+5
2022-07-12t5330: remove run_with_limited_processses()Han Xin1-24/+1
2022-07-12diff-files: move misplaced cleanup labelJeff King1-1/+1
2022-07-12fsck: do not dereference NULL while checking resolve-undo dataJunio C Hamano1-0/+1
2022-07-11clone: move unborn head creation to update_head()Jeff King1-12/+15
2022-07-08vimdiff: make layout engine more robust against user vim settingsFernando Ramos1-18/+18
2022-07-08git-p4: fix bug with encoding of p4 client nameKilian Kilger1-2/+4
2022-07-08clone: use remote branch if it matches default HEADJeff King3-6/+48
2022-07-08clone: propagate empty remote HEAD even with other branchesJeff King2-22/+55
2022-07-08clone: drop extra newline from warning messageJeff King1-1/+1
2022-07-06ls-files: update test styleLi Linchao5-71/+132
2022-07-06merge-ort: fix issue with dual rename and add/add conflictElijah Newren2-3/+9
2022-07-06merge-ort: shuffle the computation and cleanup of potential collisionsElijah Newren1-5/+15
2022-07-06merge-ort: make a separate function for freeing struct collisionsElijah Newren1-16/+22
2022-07-06merge-ort: small cleanups of check_for_directory_renameElijah Newren1-6/+6
2022-07-06t6423: add tests of dual directory rename plus add/add conflictElijah Newren1-0/+105
2022-07-04Git 2.37.1v2.37.1Junio C Hamano3-2/+19
2022-07-01t6429: fix use of non-existent functionElijah Newren1-1/+1
2022-07-01commit-graph.c: no lazy fetch in lookup_commit_in_graph()Han Xin2-1/+71
2022-06-30config tests: fix harmless but broken "rm -r" cleanupÆvar Arnfjörð Bjarmason1-2/+3
2022-06-30test-lib.sh: fix prepend_var() quoting issueÆvar Arnfjörð Bjarmason1-2/+2
2022-06-30tests: add missing double quotes to included library pathsÆvar Arnfjörð Bjarmason3-3/+3