summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-19ci: build and run minimal fuzzers in GitHub CIJosh Steadmon3-0/+33
2024-01-19fuzz: fix fuzz test build rulesJosh Steadmon2-6/+22
2024-01-19Documentation: add "special refs" to the glossaryPatrick Steinhardt1-0/+14
2024-01-19refs: redefine special refsPatrick Steinhardt1-26/+7
2024-01-19refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt8-21/+15
2024-01-19sequencer: introduce functions to handle autostashes via refsPatrick Steinhardt2-5/+64
2024-01-19refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt9-18/+23
2024-01-19sequencer: delete REBASE_HEAD in correct repo when picking commitsPatrick Steinhardt1-1/+2
2024-01-19sequencer: clean up pseudo refs with REF_NO_DEREFPatrick Steinhardt1-7/+7
2024-01-19submodule-config.c: strengthen URL fsck checkVictoria Dye2-15/+12
2024-01-19t7450: test submodule urlsVictoria Dye2-4/+66
2024-01-18diffcore-delta: avoid ignoring final 'line' of fileElijah Newren2-0/+28
2024-01-18maintenance: use XDG config if it existsKristoffer Haugsbakk2-14/+58
2024-01-18config: factor out global config file retrievalKristoffer Haugsbakk3-22/+24
2024-01-18config: rename global config functionKristoffer Haugsbakk5-7/+7
2024-01-18config: format newlinesKristoffer Haugsbakk2-3/+0
2024-01-18reftable/stack: fix race in up-to-date checkPatrick Steinhardt3-9/+95
2024-01-18reftable/stack: unconditionally reload stack after commitPatrick Steinhardt1-1/+1
2024-01-18ci: add macOS jobs to GitLab CIPatrick Steinhardt2-2/+41
2024-01-18ci: make p4 setup on macOS more robustPatrick Steinhardt2-6/+7
2024-01-18ci: handle TEST_OUTPUT_DIRECTORY when printing test failuresPatrick Steinhardt1-1/+1
2024-01-18Makefile: detect new Homebrew location for ARM-based MacsPatrick Steinhardt1-0/+13
2024-01-18t7527: decrease likelihood of racing with fsmonitor daemonPatrick Steinhardt1-1/+1
2024-01-18builtin/show-ref: treat directory as non-existing in --existsToon Claes2-3/+3
2024-01-18test-submodule: remove command line handling for check-nameVictoria Dye1-20/+9
2024-01-18submodule-config.h: move check_submodule_urlVictoria Dye3-133/+137
2024-01-17rebase: fix documentation about used shell in -xNikolay Borisov1-4/+3
2024-01-17t7501: add tests for --amend --signoffGhanshyam Thakkar1-2/+23
2024-01-17t7501: add tests for --include and --onlyGhanshyam Thakkar1-1/+74
2024-01-16Merge branch 'ps/gitlab-ci-static-analysis' into ps/gitlab-ci-macosJunio C Hamano2-1/+16
2024-01-16advice: allow disabling the automatic hint in advise_if_enabled()Rubén Justo3-53/+62
2024-01-16Merge branch 'rj/advice-delete-branch-not-fully-merged' into rj/advice-disabl...Junio C Hamano4-95/+99
2024-01-16The eighth batchJunio C Hamano1-0/+9
2024-01-16Merge branch 'ib/rebase-reschedule-doc'Junio C Hamano1-7/+10
2024-01-16Merge branch 'jk/commit-graph-slab-clear-fix'Junio C Hamano2-1/+5
2024-01-16Merge branch 'jk/index-pack-lsan-false-positive-fix'Junio C Hamano1-0/+2
2024-01-16Merge branch 'cp/sideband-array-index-comment-fix'Junio C Hamano1-1/+4
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano29-35/+335
2024-01-16Merge branch 'ps/reftable-fixes-and-optims'Junio C Hamano10-75/+117
2024-01-16completion: treat dangling symrefs as existing pseudorefsPatrick Steinhardt2-1/+5
2024-01-16completion: silence pseudoref existence checkPatrick Steinhardt2-1/+32
2024-01-16completion: improve existence check for pseudo-refsPatrick Steinhardt1-3/+3
2024-01-16t9902: verify that completion does not print anythingPatrick Steinhardt1-2/+10
2024-01-16completion: discover repo path in `__git_pseudoref_exists ()`Patrick Steinhardt1-3/+2
2024-01-16rev-list-options: fix off-by-one in '--filter=blob:limit=<n>' explainerNikolay Edigaryev1-4/+4
2024-01-16unit-tests: rewrite t/helper/test-ctype.c as a unit testAchu Luma6-77/+81
2024-01-15commit-graph: fix memory leak when not writing graphPatrick Steinhardt1-11/+8
2024-01-12The seventh batchJunio C Hamano1-1/+18
2024-01-12Merge branch 'cp/git-flush-is-an-env-bool'Junio C Hamano2-14/+10
2024-01-12Merge branch 'ms/rebase-insnformat-doc-fix'Junio C Hamano2-2/+2