index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-12
builtin/am: fix memory leak in `split_mail_stgit_series`
Lidong Yan
1
-1
/
+3
2025-05-08
Merge branch 'ps/mv-contradiction-fix'
Junio C Hamano
1
-3
/
+61
2025-05-07
builtin/maintenance: introduce "rerere-gc" task
Patrick Steinhardt
1
-0
/
+37
2025-05-07
builtin/gc: move rerere garbage collection into separate function
Patrick Steinhardt
1
-5
/
+11
2025-05-07
builtin/maintenance: introduce "worktree-prune" task
Patrick Steinhardt
1
-0
/
+45
2025-05-07
builtin/gc: move pruning of worktrees into a separate function
Patrick Steinhardt
1
-10
/
+15
2025-05-07
builtin/gc: remove global variables where it is trivial to do
Patrick Steinhardt
1
-19
/
+12
2025-05-07
builtin/gc: fix indentation of `cmd_gc()` parameters
Patrick Steinhardt
1
-3
/
+3
2025-04-30
builtin/mv: convert assert(3p) into `BUG()`
Patrick Steinhardt
1
-1
/
+2
2025-04-30
builtin/mv: bail out when trying to move child and its parent
Patrick Steinhardt
1
-2
/
+59
2025-04-29
Merge branch 'jh/gc-launchctl-schedule-fix'
Junio C Hamano
1
-2
/
+2
2025-04-29
Merge branch 'az/tighten-string-array-constness'
Junio C Hamano
6
-11
/
+11
2025-04-29
Merge branch 'ua/call-repo-config-with-possibly-null-repository'
Junio C Hamano
2
-4
/
+2
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
8
-19
/
+21
2025-04-29
object-store: move function declarations to their respective subsystems
Patrick Steinhardt
2
-2
/
+2
2025-04-29
object-store: move and rename `odb_pack_keep()`
Patrick Steinhardt
2
-2
/
+3
2025-04-28
index-pack: allow revisiting REF_DELTA chains
Derrick Stolee
1
-26
/
+32
2025-04-24
Merge branch 'rj/build-tweaks'
Junio C Hamano
1
-2
/
+7
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
25
-151
/
+392
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
48
-87
/
+110
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
48
-87
/
+110
2025-04-23
Merge branch 'ja/doc-reset-mv-rm-markup-updates'
Junio C Hamano
1
-1
/
+2
2025-04-23
maintenance: fix launchctl calendar intervals
Josh Heinrichs
1
-2
/
+2
2025-04-21
global: mark usage strings and string tables const
Ahelenia ZiemiaĆska
6
-11
/
+11
2025-04-20
builtin/difftool: remove unnecessary if statement
Usman Akinyemi
1
-2
/
+1
2025-04-20
builtin/add: remove unnecessary if statement
Usman Akinyemi
1
-2
/
+1
2025-04-17
Merge branch 'ua/update-update-server-info'
Junio C Hamano
1
-2
/
+2
2025-04-17
Merge branch 'en/merge-recursive-debug'
Junio C Hamano
5
-34
/
+10
2025-04-17
Merge branch 'kn/blame-porcelain-unblamable'
Junio C Hamano
1
-0
/
+15
2025-04-17
Merge branch 'jk/fetch-follow-remote-head-fix'
Junio C Hamano
1
-25
/
+11
2025-04-17
parse-options: detect mismatches in integer signedness
Patrick Steinhardt
3
-5
/
+5
2025-04-17
parse-options: introduce precision handling for `OPTION_INTEGER`
Patrick Steinhardt
4
-0
/
+5
2025-04-17
parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`
Patrick Steinhardt
4
-11
/
+11
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
20
-132
/
+368
2025-04-16
builtin/gc.c: correct RAM calculation when using sysinfo
Ramsay Jones
1
-2
/
+7
2025-04-16
Merge branch 'ps/cat-file-filter-batch'
Junio C Hamano
3
-71
/
+191
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
2
-6
/
+62
2025-04-16
Merge branch 'ps/maintenance-reflog-expire'
Junio C Hamano
2
-148
/
+77
2025-04-16
Merge branch 'jt/rev-list-z'
Junio C Hamano
1
-24
/
+69
2025-04-16
Merge branch 'ab/rm-sign-compare'
Junio C Hamano
1
-12
/
+9
2025-04-16
Merge branch 'jt/ref-transaction-abort-fix'
Junio C Hamano
1
-1
/
+8
2025-04-15
Merge branch 'js/comma-semicolon-confusion'
Junio C Hamano
1
-1
/
+1
2025-04-15
Merge branch 'jt/clone-guess-remote-head-fix'
Junio C Hamano
3
-4
/
+7
2025-04-15
Merge branch 'ds/maintenance-loose-objects-batchsize'
Junio C Hamano
1
-0
/
+20
2025-04-15
Merge branch 'kn/reflog-drop'
Junio C Hamano
1
-2
/
+66
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
21
-65
/
+73
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
38
-38
/
+38
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
3
-8
/
+19
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
8
-0
/
+8
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
14
-40
/
+43
[prev]
[next]