index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-18
git-gui: git-remote is always available
Mark Levedahl
1
-2
/
+0
2025-07-18
git-gui: git merge understands --strategy=recursive
Mark Levedahl
1
-10
/
+1
2025-07-18
git-gui: git-diff knows submodules and textconv
Mark Levedahl
1
-16
/
+3
2025-07-18
git-gui: git-blame understands -w and textconv
Mark Levedahl
1
-7
/
+3
2025-07-18
git-gui: git rev-parse knows show_toplevel
Mark Levedahl
1
-14
/
+1
2025-07-18
git-gui: use git-branch --show-current
Mark Levedahl
1
-21
/
+2
2025-07-18
git-gui: git-diff-index always knows submodules
Mark Levedahl
1
-5
/
+1
2025-07-18
git-gui: git ls-files knows --exclude-standard
Mark Levedahl
1
-12
/
+1
2025-07-18
meson: work around broken system PCRE2 dependency in macOS
Carlo Marcelo Arenas Belón
2
-2
/
+28
2025-07-18
git-gui: Make TclTk 8.6 the minimum, allow 8.7
Mark Levedahl
1
-3
/
+1
2025-07-17
git-gui: require git >= 2.36
Mark Levedahl
1
-33
/
+16
2025-07-17
gitk: choosefont - remove a stray debugging line
Johannes Sixt
1
-1
/
+0
2025-07-16
object-file: get rid of `the_repository` in index-related functions
Patrick Steinhardt
1
-3
/
+3
2025-07-16
object-file: get rid of `the_repository` in `force_object_loose()`
Patrick Steinhardt
3
-11
/
+13
2025-07-16
object-file: get rid of `the_repository` in `read_loose_object()`
Patrick Steinhardt
3
-6
/
+8
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
10
-31
/
+31
2025-07-16
object-file: remove declaration for `for_each_file_in_obj_subdir()`
Patrick Steinhardt
2
-14
/
+7
2025-07-16
object-file: inline `for_each_loose_file_in_objdir_buf()`
Patrick Steinhardt
2
-28
/
+8
2025-07-16
object-file: get rid of `the_repository` when writing objects
Patrick Steinhardt
4
-51
/
+58
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
21
-67
/
+106
2025-07-16
loose: write loose objects map via their source
Patrick Steinhardt
3
-11
/
+15
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
11
-25
/
+32
2025-07-16
object-file: get rid of `the_repository` in `loose_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` when freshening objects
Patrick Steinhardt
1
-11
/
+11
2025-07-16
object-file: inline `check_and_freshen()` functions
Patrick Steinhardt
1
-28
/
+13
2025-07-16
object-file: get rid of `the_repository` in `has_loose_object()`
Patrick Steinhardt
3
-17
/
+30
2025-07-16
object-file: stop using `the_hash_algo`
Patrick Steinhardt
2
-16
/
+25
2025-07-16
object-file: fix -Wsign-compare warnings
Patrick Steinhardt
1
-9
/
+6
2025-07-16
gitk: allow Tcl/Tk 9.0+
Mark Levedahl
1
-1
/
+1
2025-07-16
gitk: use -profile tcl8 on encoding conversions
Mark Levedahl
1
-12
/
+19
2025-07-16
gitk: use -profile tcl8 for file input with Tcl 9
Mark Levedahl
1
-0
/
+13
2025-07-16
gitk: Tcl9 doesn't expand ~, use $env(HOME)
Mark Levedahl
1
-5
/
+5
2025-07-16
gitk: switch to -translation binary
Mark Levedahl
1
-3
/
+3
2025-07-16
gitk: update scrolling for TclTk 8.7+ / TIP 474
Mark Levedahl
1
-1
/
+11
2025-07-16
gitk: restore ui colors after cancelling config dialog
Mark Levedahl
1
-24
/
+31
2025-07-16
gitk: allow horizontal commit-graph scrolling
Mark Levedahl
1
-0
/
+4
2025-07-16
gitk: set config dialog color swatches in one place
Mark Levedahl
1
-12
/
+28
2025-07-16
gitk: update aqua scrolling for TclTk 8.6 / TIP171
Mark Levedahl
1
-8
/
+2
2025-07-16
gitk: update x11 scrolling for TclTk 8.6 / TIP 171
Mark Levedahl
1
-9
/
+18
2025-07-16
gitk: update win32 scrolling for Tk 8.6 / TIP 171
Mark Levedahl
1
-24
/
+8
2025-07-16
gitk: mousewheel scrolling functions for Tk 8.6
Mark Levedahl
1
-0
/
+15
2025-07-16
gitk: wheel scrolling multiplier preference
Mark Levedahl
1
-0
/
+5
2025-07-16
gitk: separate x11 / win32 / aqua Mouse bindings
Mark Levedahl
1
-10
/
+11
2025-07-16
gitk: remove non-ttk support code
Mark Levedahl
1
-187
/
+60
2025-07-16
gitk: replace ${NS} with ttk
Mark Levedahl
1
-166
/
+166
2025-07-16
gitk: always use themed Tk (ttk)
Mark Levedahl
1
-21
/
+4
2025-07-16
gitk: use $config_variables as list for save/restore
Mark Levedahl
1
-30
/
+66
2025-07-16
ci: allow github-actions print test failures again
Junio C Hamano
1
-1
/
+1
2025-07-16
git-gui: Add support of SHA256 repo
Takashi Iwai
5
-12
/
+31
2025-07-16
The eleventh batch
Junio C Hamano
1
-0
/
+13
[prev]
[next]