summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-05-13Merge branch 'jk/ci-test-with-jgit-fix'Junio C Hamano-1/+1
2024-05-13Merge branch 'jk/ci-macos-gcc13-fix'Junio C Hamano-4/+1
2024-05-13Merge branch 'jc/no-default-attr-tree-in-bare'Junio C Hamano-10/+10
2024-05-13Merge branch 'ps/ci-python-2-deprecation'Junio C Hamano-2/+6
2024-05-13Merge branch 'tb/attr-limits'Junio C Hamano-10/+19
2024-05-13Merge branch 'jc/test-workaround-broken-mv'Junio C Hamano-1/+2
2024-05-13Merge branch 'ma/win32-unix-domain-socket'Junio C Hamano-0/+2
2024-05-13compat/regex: fix argument order to calloc(3)Junio C Hamano-13/+13
2024-05-11SubmittingPatches: welcome the new maintainer of git-gui partJunio C Hamano-3/+3
2024-05-11git-gui: note the new maintainerJohannes Sixt-2/+2
2024-05-10Merge branch 'ps/config-subcommands' into ps/builtin-config-cleanupJunio C Hamano-370/+812
2024-05-10SubmittingPatches: extend the "flow" sectionJunio C Hamano-42/+61
2024-05-10SubmittingPatches: move the patch-flow section earlierJunio C Hamano-49/+49
2024-05-09ci: stop installing "gcc-13" for osx-gccJeff King-1/+0
2024-05-09ci: avoid bare "gcc" for osx-gcc jobJeff King-1/+1
2024-05-09ci: drop mention of BREW_INSTALL_PACKAGES variableJeff King-2/+0
2024-05-09ci: update coverity runs_on_pool referenceJeff King-1/+1
2024-05-09gitlab-ci: fix installing dependencies for fuzz smoke testsPatrick Steinhardt-1/+1
2024-05-09Merge branch 'ps/ci-python-2-deprecation' into ps/ci-fuzzers-at-gitlab-fixJunio C Hamano-2/+6
2024-05-09Merge branch 'ps/ci-enable-minimal-fuzzers-at-gitlab' into ps/ci-fuzzers-at-g...Junio C Hamano-0/+9
2024-05-08git-p4: show Perforce error to the userFahad Alrashed-11/+13
2024-05-08The second batchJunio C Hamano-1/+38
2024-05-08Merge branch 'bb/rgb-12-bit-colors'Junio C Hamano-12/+41
2024-05-08Merge branch 'rs/diff-parseopts-cleanup'Junio C Hamano-1/+0
2024-05-08Merge branch 'dk/zsh-git-repo-path-fix'Junio C Hamano-0/+1
2024-05-08Merge branch 'bc/zsh-compatibility'Junio C Hamano-9/+10
2024-05-08Merge branch 'rj/add-p-typo-reaction'Junio C Hamano-15/+31
2024-05-08Merge branch 'jt/doc-submitting-rerolled-series'Junio C Hamano-4/+6
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano-3/+51
2024-05-08Merge branch 'ps/the-index-is-no-more'Junio C Hamano-455/+435
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano-120/+1025
2024-05-08Merge branch 'ps/ci-test-with-jgit'Junio C Hamano-109/+228
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano-556/+230
2024-05-07scalar: avoid segfault in reconfigure --allDerrick Stolee-3/+45
2024-05-07t0018: two small fixesJunio C Hamano-19/+22
2024-05-07Documentation/git-merge-tree.txt: document -XVictoria Dye-0/+5
2024-05-07refs: remove functions without ref storePatrick Steinhardt-268/+209
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-436/+711
2024-05-07cocci: introduce rules to transform "refs" to pass ref storePatrick Steinhardt-0/+103
2024-05-07refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt-13/+16
2024-05-07refs: introduce missing functions that accept a `struct ref_store`Patrick Steinhardt-14/+64
2024-05-07builtin/tag: add --trailer optionJohn Passaro-11/+157
2024-05-07builtin/commit: refactor --trailer logicJohn Passaro-8/+23
2024-05-07builtin/commit: use ARGV macro to collect trailersJohn Passaro-9/+1
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak-172/+0
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak-11/+9
2024-05-07refs: use transaction in `refs_create_symref()`Karthik Nayak-8/+41
2024-05-07refs: add support for transactional symref updatesKarthik Nayak-40/+197
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak-33/+25
2024-05-07refs: support symrefs in 'reference-transaction' hookKarthik Nayak-9/+25