aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-18git-gui: git-remote is always availableMark Levedahl1-2/+0
2025-07-18git-gui: git merge understands --strategy=recursiveMark Levedahl1-10/+1
2025-07-18git-gui: git-diff knows submodules and textconvMark Levedahl1-16/+3
2025-07-18git-gui: git-blame understands -w and textconvMark Levedahl1-7/+3
2025-07-18git-gui: git rev-parse knows show_toplevelMark Levedahl1-14/+1
2025-07-18git-gui: use git-branch --show-currentMark Levedahl1-21/+2
2025-07-18git-gui: git-diff-index always knows submodulesMark Levedahl1-5/+1
2025-07-18git-gui: git ls-files knows --exclude-standardMark Levedahl1-12/+1
2025-07-18meson: work around broken system PCRE2 dependency in macOSCarlo Marcelo Arenas Belón2-2/+28
2025-07-18git-gui: Make TclTk 8.6 the minimum, allow 8.7Mark Levedahl1-3/+1
2025-07-17git-gui: require git >= 2.36Mark Levedahl1-33/+16
2025-07-17gitk: choosefont - remove a stray debugging lineJohannes Sixt1-1/+0
2025-07-16object-file: get rid of `the_repository` in index-related functionsPatrick Steinhardt1-3/+3
2025-07-16object-file: get rid of `the_repository` in `force_object_loose()`Patrick Steinhardt3-11/+13
2025-07-16object-file: get rid of `the_repository` in `read_loose_object()`Patrick Steinhardt3-6/+8
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt10-31/+31
2025-07-16object-file: remove declaration for `for_each_file_in_obj_subdir()`Patrick Steinhardt2-14/+7
2025-07-16object-file: inline `for_each_loose_file_in_objdir_buf()`Patrick Steinhardt2-28/+8
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt4-51/+58
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt21-67/+106
2025-07-16loose: write loose objects map via their sourcePatrick Steinhardt3-11/+15
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt11-25/+32
2025-07-16object-file: get rid of `the_repository` in `loose_object_info()`Patrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` when freshening objectsPatrick Steinhardt1-11/+11
2025-07-16object-file: inline `check_and_freshen()` functionsPatrick Steinhardt1-28/+13
2025-07-16object-file: get rid of `the_repository` in `has_loose_object()`Patrick Steinhardt3-17/+30
2025-07-16object-file: stop using `the_hash_algo`Patrick Steinhardt2-16/+25
2025-07-16object-file: fix -Wsign-compare warningsPatrick Steinhardt1-9/+6
2025-07-16gitk: allow Tcl/Tk 9.0+Mark Levedahl1-1/+1
2025-07-16gitk: use -profile tcl8 on encoding conversionsMark Levedahl1-12/+19
2025-07-16gitk: use -profile tcl8 for file input with Tcl 9Mark Levedahl1-0/+13
2025-07-16gitk: Tcl9 doesn't expand ~, use $env(HOME)Mark Levedahl1-5/+5
2025-07-16gitk: switch to -translation binaryMark Levedahl1-3/+3
2025-07-16gitk: update scrolling for TclTk 8.7+ / TIP 474Mark Levedahl1-1/+11
2025-07-16gitk: restore ui colors after cancelling config dialogMark Levedahl1-24/+31
2025-07-16gitk: allow horizontal commit-graph scrollingMark Levedahl1-0/+4
2025-07-16gitk: set config dialog color swatches in one placeMark Levedahl1-12/+28
2025-07-16gitk: update aqua scrolling for TclTk 8.6 / TIP171Mark Levedahl1-8/+2
2025-07-16gitk: update x11 scrolling for TclTk 8.6 / TIP 171Mark Levedahl1-9/+18
2025-07-16gitk: update win32 scrolling for Tk 8.6 / TIP 171Mark Levedahl1-24/+8
2025-07-16gitk: mousewheel scrolling functions for Tk 8.6Mark Levedahl1-0/+15
2025-07-16gitk: wheel scrolling multiplier preferenceMark Levedahl1-0/+5
2025-07-16gitk: separate x11 / win32 / aqua Mouse bindingsMark Levedahl1-10/+11
2025-07-16gitk: remove non-ttk support codeMark Levedahl1-187/+60
2025-07-16gitk: replace ${NS} with ttkMark Levedahl1-166/+166
2025-07-16gitk: always use themed Tk (ttk)Mark Levedahl1-21/+4
2025-07-16gitk: use $config_variables as list for save/restoreMark Levedahl1-30/+66
2025-07-16ci: allow github-actions print test failures againJunio C Hamano1-1/+1
2025-07-16git-gui: Add support of SHA256 repoTakashi Iwai5-12/+31
2025-07-16The eleventh batchJunio C Hamano1-0/+13