summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Merge branch 'js/log-remerge-keep-ancestry' into js/range-diff-diff-mergesJunio C Hamano2024-12-161-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'as/show-index-uninitialized-hash'Junio C Hamano2024-12-231-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t5300: add test for 'show-index --object-format'Abhijeet Sonar2024-11-111-0/+14
| * | | | | | | | | | | | | | | | | show-index: fix uninitialized hash functionAbhijeet Sonar2024-11-111-0/+4
* | | | | | | | | | | | | | | | | | Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-2327-32/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | t/helper: don't depend on implicit wraparoundPatrick Steinhardt2024-12-062-7/+2
| * | | | | | | | | | | | | | | | | global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-0611-44/+17
| * | | | | | | | | | | | | | | | | diff.h: fix index used to loop through unsigned integerPatrick Steinhardt2024-12-061-1/+0
| * | | | | | | | | | | | | | | | | global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-0628-0/+44
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano2024-12-232-4/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | reftable/writer: ensure valid range for log's update_indexKarthik Nayak2024-12-072-4/+51
* | | | | | | | | | | | | | | | | Merge branch 'tc/bundle-with-tag-remove-workaround'Junio C Hamano2024-12-191-0/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | bundle: remove unneeded codeToon Claes2024-12-121-0/+44
| | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'js/log-remerge-keep-ancestry'Junio C Hamano2024-12-191-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | log: --remerge-diff needs to keep around commit parentsJohannes Schindelin2024-12-131-0/+7
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'bf/fetch-set-head-config'Junio C Hamano2024-12-192-0/+149
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | remote set-head: set followRemoteHEAD to "warn" if "always"Bence Ferdinandy2024-12-051-0/+11
| * | | | | | | | | | | | | | | | fetch set_head: add warn-if-not-$branch optionBence Ferdinandy2024-12-051-0/+38
| * | | | | | | | | | | | | | | | fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy2024-12-051-2/+0
| * | | | | | | | | | | | | | | | fetch: add configuration for set_head behaviourBence Ferdinandy2024-12-021-0/+102
| * | | | | | | | | | | | | | | | Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano2024-11-2711-17/+221
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/set-head-symref-fix'Junio C Hamano2024-12-191-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fetch: do not ask for HEAD unnecessarilyJunio C Hamano2024-12-071-0/+17
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'bf/set-head-symref'Junio C Hamano2024-12-1911-17/+221
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fetch set_head: handle mirrored bare repositoriesBence Ferdinandy2024-11-251-0/+10
| * | | | | | | | | | | | | | | | fetch: set remote/HEAD if it does not existBence Ferdinandy2024-11-2511-17/+135
| * | | | | | | | | | | | | | | | remote set-head: better output for --autoBence Ferdinandy2024-11-251-1/+62
| * | | | | | | | | | | | | | | | t/t5505-remote: test failure of set-headBence Ferdinandy2024-11-251-0/+12
| * | | | | | | | | | | | | | | | t/t5505-remote: set default branch to mainBence Ferdinandy2024-11-251-0/+3
* | | | | | | | | | | | | | | | | Merge branch 'ps/build'Junio C Hamano2024-12-165-13/+1229
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Introduce support for the Meson build systemPatrick Steinhardt2024-12-062-0/+1205
| * | | | | | | | | | | | | | | | t: allow overriding build dirPatrick Steinhardt2024-12-061-1/+2
| * | | | | | | | | | | | | | | | t: better support for out-of-tree buildsPatrick Steinhardt2024-12-063-6/+6
| * | | | | | | | | | | | | | | | Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt2024-12-061-6/+16
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'ps/commit-with-message-syntax-fix'Junio C Hamano2024-12-161-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | object-name: fix reversed ordering with ":/<text>" revisionsPatrick Steinhardt2024-12-081-0/+15
* | | | | | | | | | | | | | | | | Merge branch 'rj/strvec-splice-fix'Junio C Hamano2024-12-161-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | strvec: `strvec_splice()` to a statically initialized vectorRubén Justo2024-12-101-0/+10
* | | | | | | | | | | | | | | | | | Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano2024-12-1615-23/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | advice: suggest using subcommand "git config set"Bence Ferdinandy2024-12-0615-23/+23
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano2024-12-162-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | tag: "git tag" refuses to use HEAD as a tagnameJunio C Hamano2024-12-031-0/+12
| * | | | | | | | | | | | | | | | | | t5604: do not expect that HEAD can be a valid tagnameJunio C Hamano2024-12-031-3/+3
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/describe-perf'Junio C Hamano2024-12-162-3/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | describe: split "found all tags" and max_candidates logicJeff King2024-12-061-0/+10
| * | | | | | | | | | | | | | | | | | t/perf: add tests for git-describeJeff King2024-11-071-0/+30
| * | | | | | | | | | | | | | | | | | t6120: demonstrate weakness in disjoint-root handlingJeff King2024-11-071-3/+11
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'kn/midx-wo-the-repository'Junio C Hamano2024-12-131-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | midx: pass `repository` to `load_multi_pack_index`Karthik Nayak2024-12-041-4/+4
* | | | | | | | | | | | | | | | | | | Merge branch 'cw/worktree-extension'Junio C Hamano2024-12-138-46/+155
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | |