summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-10-05doc: convert git worktree to synopsis styleJean-Noël Avila-84/+91
2025-10-05doc: convert git tag to synopsis styleJean-Noël Avila-91/+104
2025-10-05doc: convert git-stash.adoc to synopis styleJean-Noël Avila-78/+85
2025-10-05Merge branch 'master' of https://github.com/j6t/gitkJunio C Hamano-119/+164
2025-10-05Merge branch 'ml/themes'Johannes Sixt-113/+154
2025-10-04gitk: set minimum size on configuration dialogMark Levedahl-0/+4
2025-10-04gitk: separate code blocks for configuration dialogMark Levedahl-0/+18
2025-10-04gitk: make configuration dialog resizing usefulMark Levedahl-21/+24
2025-10-04Merge branch 'es/ignore-osascript-failure'Johannes Sixt-5/+7
2025-10-04Merge branch 'mr/sort-refs-by-type'Johannes Sixt-1/+3
2025-10-03xdiff: change type of xdfile_t.changed from char to boolEzekiel Newren-22/+22
2025-10-03xdiff: add macros DISCARD(0), KEEP(1), INVESTIGATE(2) in xprepare.cEzekiel Newren-37/+69
2025-10-03Documentation/git-merge-tree.adoc: clarify the --merge-base optionElijah Newren-4/+10
2025-10-03doc: add some missing technical documentsRamsay Jones-0/+8
2025-10-03make: delete REFTABLE_LIB, add reftable to LIB_OBJSEzekiel Newren-23/+16
2025-10-03make: delete XDIFF_LIB, add xdiff to LIB_OBJSEzekiel Newren-19/+10
2025-10-02The fourteenth batchJunio C Hamano-0/+21
2025-10-02Merge branch 'kh/you-still-use-whatchanged-fix'Junio C Hamano-46/+165
2025-10-02Merge branch 'ps/meson-build-docs'Junio C Hamano-14/+24
2025-10-02Merge branch 'ps/config-get-color-fixes'Junio C Hamano-182/+187
2025-10-02Merge branch 'cc/fast-import-strip-signed-commits'Junio C Hamano-24/+202
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano-530/+647
2025-10-02Merge branch 'jt/odb-transaction'Junio C Hamano-498/+462
2025-10-02t8020: fix test failure due to indeterministic tag sortingPatrick Steinhardt-15/+19
2025-10-02gitlab-ci: upload Meson test logs as JUnit reportsPatrick Steinhardt-0/+7
2025-10-02gitlab-ci: drop workaround for Python certificate store on WindowsPatrick Steinhardt-9/+1
2025-10-02gitlab-ci: ignore failures to disable realtime monitoringPatrick Steinhardt-1/+4
2025-10-02gitlab-ci: dedup instructions to disable realtime monitoringPatrick Steinhardt-3/+6
2025-10-02ci: enable Rust for breaking-changes jobsPatrick Steinhardt-2/+4
2025-10-02ci: convert "pedantic" job into full build with breaking changesPatrick Steinhardt-26/+17
2025-10-02BreakingChanges: announce Rust becoming mandatoryPatrick Steinhardt-0/+45
2025-10-02varint: reimplement as test balloon for RustPatrick Steinhardt-1/+101
2025-10-02varint: use explicit width for integersPatrick Steinhardt-15/+19
2025-10-02help: report on whether or not Rust is enabledPatrick Steinhardt-0/+6
2025-10-02Makefile: introduce infrastructure to build internal Rust libraryPatrick Steinhardt-0/+40
2025-10-02Makefile: reorder sources after includesPatrick Steinhardt-88/+88
2025-10-02meson: add infrastructure to build internal Rust libraryPatrick Steinhardt-1/+92
2025-10-01SubmittingPatches: add section about AIChristian Couder-0/+28
2025-10-01docs/gitcredentials: describe URL prefix matchingM Hickford-12/+22
2025-10-01refs/ref-cache: fix SEGFAULT when seeking in empty directoriesKarthik Nayak-1/+66
2025-10-01gitk: add theme selection to color configuration pageMark Levedahl-1/+53
2025-10-01builtin/reflog: respect user config in "write" subcommandMichael Lohmann-0/+38
2025-09-30xdiff: rename rchg -> changed in xdfile_tEzekiel Newren-32/+32
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren-69/+63
2025-09-30xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_tEzekiel Newren-10/+4
2025-09-30xdiff: delete redundant array xdfile_t.haEzekiel Newren-21/+16
2025-09-30xdiff: delete struct diffdata_tEzekiel Newren-33/+10
2025-09-30xdiff: delete local variables that alias fields in xrecord_tEzekiel Newren-16/+13
2025-09-30xdiff: delete superfluous function xdl_get_rec() in xemitEzekiel Newren-16/+7
2025-09-29gitk: add proc run_themeloaderMark Levedahl-1/+21