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-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
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
2026-07-14
refs/packed: use repo_create_tempfile()
René Scharfe
1
-1
/
+1
2026-07-14
tempfile: add repo_create_tempfile{,_mode}()
René Scharfe
2
-1
/
+18
2026-07-14
strbuf: avoid redundant reset in strbuf_getwholeline()
René Scharfe
1
-2
/
+0
2026-07-14
graph: add --[no-]graph-indent and log.graphIndent
Pablo Sabater
6
-2
/
+84
2026-07-14
graph: move config reading into graph_read_config()
Pablo Sabater
1
-4
/
+9
2026-07-14
graph: wrap cascading commits after 4 columns
Pablo Sabater
2
-1
/
+50
2026-07-14
graph: indent visual root in graph
Pablo Sabater
3
-0
/
+759
2026-07-14
graph: add a 2 commit buffer for lookahead
Pablo Sabater
3
-2
/
+84
2026-07-14
revision: add next_commit_to_show()
Pablo Sabater
1
-12
/
+24
2026-07-14
lib-log-graph: move check_graph function
Pablo Sabater
3
-34
/
+29
2026-07-14
repository: adjust the comment of config_values_private_
Tian Yuchen
1
-1
/
+1
2026-07-14
environment: move object_creation_mode into repo_config_values
Tian Yuchen
3
-10
/
+11
2026-07-14
environment: move autorebase into repo_config_values
Tian Yuchen
3
-14
/
+14
2026-07-14
environment: move push_default into repo_config_values
Tian Yuchen
4
-22
/
+32
2026-07-14
environment: migrate apply_default_whitespace and apply_default_ignorewhitespace
Tian Yuchen
3
-12
/
+26
2026-07-14
environment: move askpass_program into repo_config_values
Tian Yuchen
3
-6
/
+7
2026-07-14
environment: move pager_program into repo_config_values
Tian Yuchen
3
-9
/
+26
2026-07-14
environment: move editor_program into repo_config_values
Tian Yuchen
3
-6
/
+7
2026-07-14
environment: move excludes_file into repo_config_values
Tian Yuchen
3
-6
/
+19
[prev]
[next]