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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-16
Merge branch 'master' of https://github.com/j6t/gitk
Junio C Hamano
3
-218
/
+321
2026-07-16
refs: remove remaining uses of `the_repository`
Patrick Steinhardt
8
-29
/
+29
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
19
-97
/
+120
2026-07-16
worktree: pass repository to file-local functions
Patrick Steinhardt
1
-21
/
+26
2026-07-16
worktree: refactor code to use available repositories
Patrick Steinhardt
1
-7
/
+7
2026-07-16
refs/files: drop `USE_THE_REPOSITORY_VARIABLE`
Patrick Steinhardt
1
-14
/
+17
2026-07-16
refs/packed: de-globalize handling of "core.packedRefsTimeout"
Patrick Steinhardt
1
-7
/
+13
2026-07-16
Merge branch 'master' of github.com:alshopov/git-gui
Johannes Sixt
1
-1
/
+1
2026-07-16
Merge branch 'hn/silence-make-s'
Johannes Sixt
1
-3
/
+2
2026-07-16
Merge branch 'spanish_pr_bis' of github.com:basuradeluis/gitkbis
Johannes Sixt
1
-204
/
+284
2026-07-15
revision: make get_commit_action() a pure predicate
Michael Montalbo
3
-26
/
+127
2026-07-15
remote-curl: simplify passing of push specs
René Scharfe
1
-11
/
+9
2026-07-15
Sync with 'master'
Junio C Hamano
1
-0
/
+29
2026-07-15
Merge branch 'ml/t9811-replace-test-f' into next
Junio C Hamano
1
-12
/
+22
2026-07-15
Merge branch 'jt/receive-pack-use-odb-transactions' into next
Junio C Hamano
15
-131
/
+246
2026-07-15
Merge branch 'cl/conditional-config-on-worktree-path' into next
Junio C Hamano
3
-11
/
+195
2026-07-15
Merge branch 'dm/submodule-update-i-shorthand' into next
Junio C Hamano
1
-1
/
+1
2026-07-15
The 3rd batch for Git 2.56
Junio C Hamano
1
-0
/
+29
2026-07-15
Merge branch 'rs/blame-abbrev-marks'
Junio C Hamano
3
-33
/
+53
2026-07-15
Merge branch 'mg/meson-hook-list-buildfix'
Junio C Hamano
1
-12
/
+14
2026-07-15
Merge branch 'jk/bloom-leak-fixes'
Junio C Hamano
3
-2
/
+8
2026-07-15
Merge branch 'ps/history-drop'
Junio C Hamano
12
-120
/
+999
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
14
-69
/
+130
2026-07-15
Merge branch 'ps/refs-writing-subcommands'
Junio C Hamano
7
-8
/
+973
2026-07-15
Merge branch 'jc/history-message-prep-fix'
Junio C Hamano
1
-7
/
+10
2026-07-15
submodule--helper: avoid use of %zu for now
Junio C Hamano
1
-1
/
+2
2026-07-15
t7614: avoid hiding git's exit code in a pipe
Shlok Kulshreshtha
1
-3
/
+6
2026-07-15
sequencer: do not record dropped commits as rewritten
Phillip Wood
3
-5
/
+54
2026-07-15
sequencer: use an enum to represent result of picking a commit
Phillip Wood
1
-16
/
+45
2026-07-15
sequencer: simplify pick_one_commit()
Phillip Wood
1
-8
/
+11
2026-07-15
sequencer: remove unnecessary condition in pick_one_commit()
Phillip Wood
1
-1
/
+1
2026-07-15
sequencer: simplify handling of fixup with conflicts
Phillip Wood
1
-3
/
+1
2026-07-15
sequencer: remove unnecessary "or" in pick_one_commit()
Phillip Wood
1
-3
/
+2
2026-07-15
sequencer: never reschedule on failed commit
Phillip Wood
1
-0
/
+6
2026-07-15
sequencer: be more careful with external merge
Phillip Wood
2
-4
/
+26
2026-07-15
t3400: restore coverage for note copying with apply backend
Phillip Wood
1
-2
/
+2
2026-07-15
diff: ignore unmerged paths outside prefix with --relative --cached
Jeff King
2
-1
/
+10
2026-07-15
builtin/cat-file: filter objects via object database
Patrick Steinhardt
1
-69
/
+7
2026-07-15
odb: introduce object filters to `odb_for_each_object()`
Patrick Steinhardt
4
-2
/
+78
2026-07-15
pack-bitmap: introduce function to open bitmap for a single source
Patrick Steinhardt
2
-0
/
+14
2026-07-15
pack-bitmap: drop `_1` suffix from functions that open bitmaps
Patrick Steinhardt
1
-7
/
+7
2026-07-15
pack-bitmap: iterate object sources when opening bitmaps
Patrick Steinhardt
1
-38
/
+31
2026-07-15
pack-bitmap: allow aborting iteration of bitmapped objects
Patrick Steinhardt
4
-13
/
+25
2026-07-15
pack-objects: drop unused return value from add_object_entry()
Jeff King
1
-5
/
+4
2026-07-15
pack-bitmap: mark object filter as `const`
Patrick Steinhardt
2
-4
/
+4
2026-07-15
odb/source-packed: improve lookup when enumerating objects
Patrick Steinhardt
1
-7
/
+8
2026-07-14
Revert "Merge branch 'ps/cat-file-remote-object-info' into next"
Junio C Hamano
22
-1255
/
+86
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
17
-36
/
+46
2026-07-14
tempfile: stop using the_repository
René Scharfe
2
-14
/
+0
2026-07-14
lockfile: add repo_hold_lock_file_for_update{,_timeout}{,_mode}()
René Scharfe
2
-8
/
+53
[prev]
[next]