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-graph.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-30
xdiff: delete redundant array xdfile_t.ha
Ezekiel Newren
3
-21
/
+16
2025-09-30
xdiff: delete struct diffdata_t
Ezekiel Newren
2
-33
/
+10
2025-09-30
xdiff: delete local variables that alias fields in xrecord_t
Ezekiel Newren
1
-16
/
+13
2025-09-30
xdiff: delete superfluous function xdl_get_rec() in xemit
Ezekiel Newren
1
-16
/
+7
2025-09-29
gitk: add proc run_themeloader
Mark Levedahl
1
-1
/
+21
2025-09-29
gitk: eliminate unused ui color variables
Mark Levedahl
1
-10
/
+6
2025-09-29
gitk: eliminate Interface color option from gui
Mark Levedahl
1
-5
/
+0
2025-09-29
gitk: use text labels for next/prev search buttons
Mark Levedahl
1
-25
/
+2
2025-09-29
gitk: use text labels for commit ID buttons
Mark Levedahl
1
-25
/
+4
2025-09-29
gitk: do not invoke tk_setPalette
Mark Levedahl
1
-16
/
+0
2025-09-29
gitk: use config variables to define and load a theme
Mark Levedahl
1
-1
/
+15
2025-09-29
doc: patch-id: fix accidental literal blocks
Kristoffer Haugsbakk
1
-20
/
+23
2025-09-29
The thirteenth batcn
Junio C Hamano
1
-0
/
+42
2025-09-28
t7500: make each piece more independent
Junio C Hamano
1
-8
/
+8
2025-09-28
clang-format: exclude control macros from SpaceBeforeParens
Justin Tobler
1
-1
/
+1
2025-09-27
doc: change the markup of paragraphs following a nested list item
Jean-Noël Avila
2
-14
/
+15
2025-09-26
xdiff: delete unnecessary fields from xrecord_t and xdfile_t
Ezekiel Newren
2
-16
/
+2
2025-09-26
xdiff: delete local variables and initialize/free xdfile_t directly
Ezekiel Newren
1
-48
/
+30
2025-09-26
xdiff: delete static forward declarations in xprepare
Ezekiel Newren
1
-66
/
+50
2025-09-26
http-push: avoid new compile error
Johannes Schindelin
1
-1
/
+2
2025-09-26
imap-send: be more careful when casting to `curl_off_t`
Johannes Schindelin
1
-1
/
+1
2025-09-26
http: offer to cast `size_t` to `curl_off_t` safely
Johannes Schindelin
2
-11
/
+13
2025-09-25
gitk: make sha1but a ttk::button
Mark Levedahl
1
-4
/
+3
2025-09-25
diff --no-index: fix logic for paths ending in '/'
Jacob Keller
2
-28
/
+51
2025-09-25
format-patch: handle range-diff on notes correctly for single patches
Kristoffer Haugsbakk
2
-2
/
+17
2025-09-25
revision: add rdiff_log_arg to rev_info
Kristoffer Haugsbakk
2
-4
/
+5
2025-09-25
range-diff: rename other_arg to log_arg
Kristoffer Haugsbakk
4
-18
/
+18
2025-09-25
add-patch: update hunk splitability after editing
Phillip Wood
2
-1
/
+32
2025-09-25
add -p: mark split hunks as undecided
Phillip Wood
2
-1
/
+12
2025-09-25
gitk: use themed spinboxes
Mark Levedahl
1
-7
/
+7
2025-09-24
doc: git-push: rewrite refspec specification
Julia Evans
1
-47
/
+58
2025-09-24
doc: git-push: create PUSH RULES section
Julia Evans
1
-49
/
+45
2025-09-24
packfile: refactor `get_packed_git_mru()` to work on packfile store
Patrick Steinhardt
3
-7
/
+10
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
18
-42
/
+76
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
5
-8
/
+13
2025-09-24
packfile: move `get_multi_pack_index()` into "midx.c"
Patrick Steinhardt
4
-8
/
+17
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
5
-41
/
+48
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
7
-12
/
+18
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
13
-35
/
+55
2025-09-24
packfile: refactor `prepare_packed_git()` to work on packfile store
Patrick Steinhardt
1
-23
/
+18
2025-09-24
packfile: reorder functions to avoid function declaration
Patrick Steinhardt
1
-34
/
+33
2025-09-24
odb: move kept cache into `struct packfile_store`
Patrick Steinhardt
3
-17
/
+23
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
5
-12
/
+10
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
5
-26
/
+26
2025-09-24
odb: move initialization bit into `struct packfile_store`
Patrick Steinhardt
3
-9
/
+9
2025-09-24
odb: move list of packfiles into `struct packfile_store`
Patrick Steinhardt
4
-29
/
+41
2025-09-24
packfile: introduce a new `struct packfile_store`
Patrick Steinhardt
4
-1
/
+34
2025-09-23
The twelfth batch
Junio C Hamano
1
-0
/
+13
2025-09-22
revision: retain argv NULL invariant in setup_revisions()
Jeff King
1
-0
/
+6
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
7
-18
/
+18
[prev]
[next]