summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-07-18git-gui: always use themed widgets from ttkMark Levedahl-9/+5
2025-07-18git-gui: remove redundant check for Tk >= 8.5Mark Levedahl-7/+5
2025-07-18git-gui: remove unreachable Tk 8.4 codeMark Levedahl-38/+21
2025-07-18git-gui: remove unused git-versionMark Levedahl-44/+0
2025-07-18git-gui: use git_init to create new repository dirMark Levedahl-8/+1
2025-07-18git-gui: git-remote is always availableMark Levedahl-2/+0
2025-07-18git-gui: git merge understands --strategy=recursiveMark Levedahl-10/+1
2025-07-18git-gui: git-diff knows submodules and textconvMark Levedahl-16/+3
2025-07-18git-gui: git-blame understands -w and textconvMark Levedahl-7/+3
2025-07-18git-gui: git rev-parse knows show_toplevelMark Levedahl-14/+1
2025-07-18git-gui: use git-branch --show-currentMark Levedahl-21/+2
2025-07-18git-gui: git-diff-index always knows submodulesMark Levedahl-5/+1
2025-07-18git-gui: git ls-files knows --exclude-standardMark Levedahl-12/+1
2025-07-18meson: work around broken system PCRE2 dependency in macOSCarlo Marcelo Arenas Belón-2/+28
2025-07-18git-gui: Make TclTk 8.6 the minimum, allow 8.7Mark Levedahl-3/+1
2025-07-17git-gui: require git >= 2.36Mark Levedahl-33/+16
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano-32/+62
2025-07-17gitk: choosefont - remove a stray debugging lineJohannes Sixt-1/+0
2025-07-16object-file: get rid of `the_repository` in index-related functionsPatrick Steinhardt-3/+3
2025-07-16object-file: get rid of `the_repository` in `force_object_loose()`Patrick Steinhardt-11/+13
2025-07-16object-file: get rid of `the_repository` in `read_loose_object()`Patrick Steinhardt-6/+8
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt-31/+31
2025-07-16object-file: remove declaration for `for_each_file_in_obj_subdir()`Patrick Steinhardt-14/+7
2025-07-16object-file: inline `for_each_loose_file_in_objdir_buf()`Patrick Steinhardt-28/+8
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt-51/+58
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt-67/+106
2025-07-16loose: write loose objects map via their sourcePatrick Steinhardt-11/+15
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt-25/+32
2025-07-16object-file: get rid of `the_repository` in `loose_object_info()`Patrick Steinhardt-1/+1
2025-07-16object-file: get rid of `the_repository` when freshening objectsPatrick Steinhardt-11/+11
2025-07-16object-file: inline `check_and_freshen()` functionsPatrick Steinhardt-28/+13
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt-17/+30
2025-07-16object-file: stop using `the_hash_algo`Patrick Steinhardt-16/+25
2025-07-16object-file: fix -Wsign-compare warningsPatrick Steinhardt-9/+6
2025-07-16gitk: allow Tcl/Tk 9.0+Mark Levedahl-1/+1
2025-07-16gitk: use -profile tcl8 on encoding conversionsMark Levedahl-12/+19
2025-07-16gitk: use -profile tcl8 for file input with Tcl 9Mark Levedahl-0/+13
2025-07-16gitk: Tcl9 doesn't expand ~, use $env(HOME)Mark Levedahl-5/+5
2025-07-16gitk: switch to -translation binaryMark Levedahl-3/+3
2025-07-16gitk: update scrolling for TclTk 8.7+ / TIP 474Mark Levedahl-1/+11
2025-07-16gitk: restore ui colors after cancelling config dialogMark Levedahl-24/+31
2025-07-16gitk: allow horizontal commit-graph scrollingMark Levedahl-0/+4
2025-07-16gitk: set config dialog color swatches in one placeMark Levedahl-12/+28
2025-07-16gitk: update aqua scrolling for TclTk 8.6 / TIP171Mark Levedahl-8/+2
2025-07-16gitk: update x11 scrolling for TclTk 8.6 / TIP 171Mark Levedahl-9/+18
2025-07-16gitk: update win32 scrolling for Tk 8.6 / TIP 171Mark Levedahl-24/+8
2025-07-16gitk: mousewheel scrolling functions for Tk 8.6Mark Levedahl-0/+15
2025-07-16gitk: wheel scrolling multiplier preferenceMark Levedahl-0/+5
2025-07-16gitk: separate x11 / win32 / aqua Mouse bindingsMark Levedahl-10/+11
2025-07-16gitk: remove non-ttk support codeMark Levedahl-187/+60