aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-10-07Documentation/fsck-msgids: remove duplicate msg idKarthik Nayak1-3/+0
2025-10-07reftable: check for trailing newline in 'tables.list'Karthik Nayak4-26/+49
2025-10-07refs: move consistency check msg to generic layerKarthik Nayak2-2/+4
2025-10-07refs: remove unused headersKarthik Nayak3-3/+0
2025-10-07doc: fix indentation of refStorage item in git-config(1)Jeff King1-1/+2
2025-10-06Merge branch 'en/doc-merge-tree-describe-merge-base' into nextJunio C Hamano1-4/+10
2025-10-06Merge branch 'rj/doc-missing-technical-docs' into nextJunio C Hamano1-0/+8
2025-10-06doc: git-push: add explanation of `git push origin main`Julia Evans1-0/+4
2025-10-06doc: git-push: clarify "what to push"Julia Evans1-12/+15
2025-10-06doc: git-push: clarify "where to push"Julia Evans1-4/+2
2025-10-06doc: add an UPSTREAM BRANCHES section to pull/push/fetchJulia Evans1-0/+42
2025-10-06doc: git-push: clarify introJulia Evans1-6/+7
2025-10-06add-patch: reset "permitted" at loop startRené Scharfe2-9/+24
2025-10-06add-patch: let options a and d roll over like y and nRené Scharfe2-6/+21
2025-10-06add-patch: let options k and K roll over like j and JRené Scharfe3-29/+37
2025-10-06add-patch: let options y, n, j, and e roll over to next undecidedRené Scharfe3-4/+33
2025-10-06add-patch: document that option J rolls overRené Scharfe3-8/+18
2025-10-06add-patch: improve help for options j, J, k, and KRené Scharfe2-8/+8
2025-10-06refs: enable sign compare warnings checkshejialuo1-6/+3
2025-10-06string-list: change "string_list_find_insert_index" return type to "size_t"shejialuo5-11/+14
2025-10-06string-list: replace negative index encoding with "exact_match" parametershejialuo5-17/+15
2025-10-06string-list: use bool instead of int for "exact_match"shejialuo2-10/+11
2025-10-05doc: do not break sentences into "lego" piecesJean-Noël Avila1-5/+6
2025-10-05doc: convert git worktree to synopsis styleJean-Noël Avila2-84/+91
2025-10-05doc: convert git tag to synopsis styleJean-Noël Avila2-91/+104
2025-10-05doc: convert git-stash.adoc to synopis styleJean-Noël Avila2-78/+85
2025-10-05Sync with 'master'Junio C Hamano1-119/+164
2025-10-05Merge branch 'master' of https://github.com/j6t/gitkJunio C Hamano1-119/+164
2025-10-05Merge branch 'ml/themes'Johannes Sixt1-113/+154
2025-10-04gitk: set minimum size on configuration dialogMark Levedahl1-0/+4
2025-10-04gitk: separate code blocks for configuration dialogMark Levedahl1-0/+18
2025-10-04gitk: make configuration dialog resizing usefulMark Levedahl1-21/+24
2025-10-04Merge branch 'es/ignore-osascript-failure'Johannes Sixt1-5/+7
2025-10-04Merge branch 'mr/sort-refs-by-type'Johannes Sixt1-1/+3
2025-10-03Merge branch 'ps/gitlab-ci-windows-improvements' into nextJunio C Hamano2-27/+36
2025-10-03xdiff: change type of xdfile_t.changed from char to boolEzekiel Newren5-22/+22
2025-10-03xdiff: add macros DISCARD(0), KEEP(1), INVESTIGATE(2) in xprepare.cEzekiel Newren1-37/+69
2025-10-03Documentation/git-merge-tree.adoc: clarify the --merge-base optionElijah Newren1-4/+10
2025-10-03doc: add some missing technical documentsRamsay Jones1-0/+8
2025-10-03make: delete REFTABLE_LIB, add reftable to LIB_OBJSEzekiel Newren1-23/+16
2025-10-03make: delete XDIFF_LIB, add xdiff to LIB_OBJSEzekiel Newren1-19/+10
2025-10-02Sync with 'master'Junio C Hamano1-0/+21
2025-10-02Merge branch 'ps/rust-balloon' into nextJunio C Hamano20-131/+410
2025-10-02Merge branch 'mh/doc-credential-url-prefix' into nextJunio C Hamano2-12/+22
2025-10-02Merge branch 'kn/ref-cache-seek-fix' into nextJunio C Hamano2-1/+66
2025-10-02Merge branch 'ml/reflog-write-committer-info-fix' into nextJunio C Hamano2-0/+38
2025-10-02The fourteenth batchJunio C Hamano1-0/+21
2025-10-02Merge branch 'kh/you-still-use-whatchanged-fix'Junio C Hamano11-46/+165
2025-10-02Merge branch 'ps/meson-build-docs'Junio C Hamano7-14/+24
2025-10-02Merge branch 'ps/config-get-color-fixes'Junio C Hamano2-182/+187