summaryrefslogtreecommitdiffstats
path: root/git-request-pull.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-20The fifth batchJunio C Hamano1-0/+24
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-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
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao6-8/+51
2022-07-11gpg-interface: add function for converting trust level to stringJaydeep Das3-23/+31
2022-07-10multi-pack-index: simplify handling of unknown --optionsSZEDER Gábor1-4/+4
2022-07-10cocci: avoid normalization rules for memcpyRené Scharfe1-42/+40
2022-07-10sha256: add support for Nettlebrian m. carlson3-1/+44
2022-07-10builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()Junio C Hamano1-9/+7
2022-07-08vimdiff: make layout engine more robust against user vim settingsFernando Ramos1-18/+18
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-06cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason4-6/+57
2022-07-06cocci: add and apply a rule to find "unused" strbufsÆvar Arnfjörð Bjarmason7-10/+119