summaryrefslogtreecommitdiffstats
path: root/refs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-07apply docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason1-7/+3
2022-09-07send-email docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2-37/+39
2022-09-07grep docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason2-29/+7
2022-09-07docs: add and use include template for config/* includesÆvar Arnfjörð Bjarmason9-3/+21
2022-07-27Downmerge a handful of fixes for 2.37.x maintenance trackJunio C Hamano2-1/+48
2022-07-27The seventh batchJunio C Hamano1-0/+29
2022-07-23The sixth batchJunio C Hamano1-1/+16
2022-07-20git-p4: fix error handling in P4Unshelve.renameBranch()Moritz Baumann1-5/+2
2022-07-20git-p4: fix typo in P4Submit.applyCommit()Moritz Baumann1-1/+1
2022-07-20git-p4: fix CR LF handling for utf16 filesMoritz Baumann1-1/+1
2022-07-20The fifth batchJunio C Hamano1-0/+24
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-18The fourth batchJunio C Hamano1-0/+34
2022-07-18pack-bitmap.c: continue looping when first MIDX bitmap is foundTeng Long1-2/+3
2022-07-18pack-bitmap.c: using error() instead of silently returning -1Teng Long1-1/+5
2022-07-18pack-bitmap.c: do not ignore error when opening a bitmap fileTeng Long1-5/+12
2022-07-18pack-bitmap.c: rename "idx_name" to "bitmap_name"Teng Long1-7/+7
2022-07-18pack-bitmap.c: mark more strings for translationsTeng Long1-24/+24
2022-07-18pack-bitmap.c: fix formatting of error messagesTeng Long1-23/+24
2022-07-18scalar: convert README.md into a technical design docVictoria Dye2-82/+127
2022-07-18scalar: reword command documentation to clarify purposeVictoria Dye1-5/+4
2022-07-18t4200: drop irrelevant codeMartin Ågren1-3/+0
2022-07-18trace2: only include "fsync" events if we git_fsync()Ævar Arnfjörð Bjarmason3-9/+42
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-15mingw: avoid mktemp() in mkstemp() implementationRené Scharfe1-4/+1
2022-07-15commit-graph: pass repo_settings instead of repositoryTaylor Blau5-10/+33
2022-07-15setup.c: create `safe.bareRepository`Glen Choo3-1/+129
2022-07-15safe.directory: use git_protected_config()Glen Choo3-18/+14
2022-07-15config: learn `git_protected_config()`Glen Choo4-11/+82
2022-07-15Documentation: define protected configurationGlen Choo2-3/+16
2022-07-15Documentation/git-config.txt: add SCOPES sectionGlen Choo1-23/+59
2022-07-15The third batchJunio C Hamano1-2/+22
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-14tests: fix incorrect --write-junit-xml codeJohannes Schindelin1-5/+5
2022-07-13The second batchJunio C Hamano1-0/+35
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-12The first batch after Git 2.37Junio C Hamano1-0/+31
2022-07-11ref-filter: disable save_commit_buffer while traversingJeff King1-0/+5
2022-07-11clone: move unborn head creation to update_head()Jeff King1-12/+15