summaryrefslogtreecommitdiffstats
path: root/line-log.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-20The sixth batchJunio C Hamano1-0/+8
2024-05-17t/t9001-send-email.sh: sed - remove the i flag for sMarcel Telka1-1/+1
2024-05-17t/t9118-git-svn-funky-branch-names.sh: sed needs semicolonMarcel Telka1-1/+1
2024-05-17t/t1700-split-index.sh: mv -v is not portableMarcel Telka1-1/+1
2024-05-17t/t4202-log.sh: fix misspelled variableMarcel Telka1-1/+1
2024-05-17t/t0600-reffiles-backend.sh: rm -v is not portableMarcel Telka1-1/+1
2024-05-17t/t9902-completion.sh: backslashes in echoMarcel Telka1-1/+1
2024-05-17Switch grep from non-portable BRE to portable EREMarcel Telka2-2/+2
2024-05-17SubmittingPatches: advertise git-manpages-l10n project a bitJunio C Hamano1-0/+7
2024-05-17SubmittingPatches: add section for iterating patchesKarthik Nayak1-0/+79
2024-05-16The fifth batchJunio C Hamano1-0/+7
2024-05-16Revert "diff: fix --exit-code with external diff"Junio C Hamano2-38/+3
2024-05-16t/t0211-trace2-perf.sh: fix typo patern -> patternMarcel Telka1-1/+1
2024-05-15The fourth batchJunio C Hamano1-1/+19
2024-05-15refs: refuse to write pseudorefsPatrick Steinhardt2-3/+10
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt5-27/+31
2024-05-15refs: pseudorefs are no refsPatrick Steinhardt2-32/+50
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt4-15/+5
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt6-20/+29
2024-05-15refs: rename `is_special_ref()` to `is_pseudo_ref()`Patrick Steinhardt1-10/+10
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt5-15/+37
2024-05-15Documentation/glossary: define root refs as refsPatrick Steinhardt1-7/+25
2024-05-15Documentation/glossary: clarify limitations of pseudorefsPatrick Steinhardt1-2/+2
2024-05-15Documentation/glossary: redefine pseudorefs as special refsPatrick Steinhardt1-28/+12
2024-05-14documentation: git-update-index: add --show-index-version to synopsisDov Murik1-0/+1
2024-05-14fetch-pack: remove unused 'struct loose_object_iter'Dr. David Alan Gilbert1-5/+0
2024-05-13The third batchJunio C Hamano1-0/+25
2024-05-13compat/regex: fix argument order to calloc(3)Junio C Hamano3-13/+13
2024-05-11SubmittingPatches: welcome the new maintainer of git-gui partJunio C Hamano2-3/+3
2024-05-10SubmittingPatches: extend the "flow" sectionJunio C Hamano1-42/+61
2024-05-10SubmittingPatches: move the patch-flow section earlierJunio C Hamano1-49/+49
2024-05-09ci: stop installing "gcc-13" for osx-gccJeff King1-1/+0
2024-05-09ci: avoid bare "gcc" for osx-gcc jobJeff King1-1/+1
2024-05-09ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King1-2/+0
2024-05-09ci: update coverity runs_on_pool referenceJeff King1-1/+1
2024-05-09gitlab-ci: fix installing dependencies for fuzz smoke testsPatrick Steinhardt1-1/+1
2024-05-09git-p4: show Perforce error to the userFahad Alrashed1-11/+13
2024-05-08The second batchJunio C Hamano1-1/+38
2024-05-08scalar: avoid segfault in reconfigure --allDerrick Stolee2-3/+45
2024-05-08t0018: two small fixesJunio C Hamano1-19/+22
2024-05-08Documentation/git-merge-tree.txt: document -XVictoria Dye1-0/+5
2024-05-07refs: remove functions without ref storePatrick Steinhardt2-268/+209
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt75-436/+711