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
2026-02-12
builtin/fsck: fix flags passed to `odb_has_object()`
Patrick Steinhardt
1
-1
/
+2
2026-02-12
builtin/backfill: fix flags passed to `odb_has_object()`
Patrick Steinhardt
1
-2
/
+1
2026-02-11
Merge branch 'rs/blame-ignore-colors-fix'
Junio C Hamano
1
-4
/
+9
2026-02-11
Merge branch 'sp/show-index-warn-fallback'
Junio C Hamano
1
-14
/
+17
2026-02-11
builtin/pack-objects: don't fetch objects when merging packs
Patrick Steinhardt
1
-0
/
+10
2026-02-10
xdiff-interface: stop using the_repository
René Scharfe
2
-4
/
+4
2026-02-09
Merge branch 'ac/string-list-sort-u-and-tests'
Junio C Hamano
4
-12
/
+6
2026-02-09
Merge branch 'sb/doc-worktree-prune-expire-improvement'
Junio C Hamano
1
-2
/
+2
2026-02-09
Merge branch 'kn/ref-batch-output-error-reporting-fix'
Junio C Hamano
3
-60
/
+209
2026-02-09
Merge branch 'ps/history'
Junio C Hamano
2
-341
/
+459
2026-02-09
checkout: tell "parse_remote_branch" which command is calling it
Junio C Hamano
1
-5
/
+24
2026-02-09
checkout: pass program-readable token to unified "main"
Junio C Hamano
1
-20
/
+43
2026-02-08
remove duplicate includes
René Scharfe
3
-3
/
+0
2026-02-07
merge-file: honor merge.conflictStyle outside of a repository
Yannik Tausch
1
-7
/
+5
2026-02-06
merge-ours: integrate with sparse-index
Sam Bostock
1
-0
/
+6
2026-02-06
merge-ours: drop USE_THE_REPOSITORY_VARIABLE
Sam Bostock
1
-6
/
+3
2026-02-06
read-cache: update add_files_to_cache take param ignored_too
Claus Schneider(Eficode)
3
-3
/
+3
2026-02-05
global: constify some pointers that are not written to
Collin Funk
4
-4
/
+4
2026-02-05
Merge branch 'tc/last-modified-options-cleanup'
Junio C Hamano
1
-9
/
+16
2026-02-05
Merge branch 'ac/sparse-checkout-string-list-cleanup'
Junio C Hamano
1
-3
/
+4
2026-02-05
Merge branch 'ar/submodule-gitdir-tweak'
Junio C Hamano
2
-18
/
+193
2026-02-04
Merge branch 'ar/run-command-hook-take-2' into ar/config-hooks
Junio C Hamano
1
-140
/
+141
2026-02-02
blame: fix coloring for repeated suspects
René Scharfe
1
-4
/
+9
2026-01-30
show-index: use gettext wrapping in user facing error messages
Shreyansh Paliwal
1
-11
/
+11
2026-01-30
show-index: warn when falling back to SHA-1 outside a repository
Shreyansh Paliwal
1
-3
/
+6
2026-01-30
last-modified: verify revision argument is a commit-ish
Toon Claes
1
-0
/
+5
2026-01-30
last-modified: remove double error message
Toon Claes
1
-1
/
+1
2026-01-30
last-modified: fix memory leak when more than one commit is given
Toon Claes
1
-4
/
+8
2026-01-30
last-modified: rewrite error message when more than one commit given
Toon Claes
1
-1
/
+1
2026-01-29
string-list: add string_list_sort_u() that mimics "sort -u"
Amisha Chhajed
4
-12
/
+6
2026-01-28
receive-pack: convert receive hooks to hook API
Emily Shaffer
1
-103
/
+75
2026-01-28
receive-pack: convert update hooks to new API
Emily Shaffer
1
-37
/
+66
2026-01-28
worktree: clarify that --expire only affects missing worktrees
Sam Bostock
1
-2
/
+2
2026-01-26
builtin/pack-objects: use `packfile_store_for_each_object()`
Patrick Steinhardt
1
-24
/
+22
2026-01-26
treewide: drop uses of `for_each_{loose,packed}_object()`
Patrick Steinhardt
1
-6
/
+28
2026-01-26
builtin/fsck: refactor to use `odb_for_each_object()`
Patrick Steinhardt
1
-45
/
+12
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
2
-6
/
+6
2026-01-25
fetch: delay user information post committing of transaction
Karthik Nayak
1
-54
/
+192
2026-01-25
receive-pack: utilize rejected ref error details
Karthik Nayak
1
-2
/
+6
2026-01-25
fetch: utilize rejected ref error details
Karthik Nayak
1
-4
/
+6
2026-01-25
update-ref: utilize rejected error details if available
Karthik Nayak
1
-3
/
+5
2026-01-25
refs: add rejection detail to the callback function
Karthik Nayak
3
-0
/
+3
2026-01-21
Merge branch 'rs/tree-wo-the-repository'
Junio C Hamano
11
-31
/
+37
2026-01-21
Merge branch 'ps/geometric-repacking-with-promisor-remotes'
Junio C Hamano
2
-3
/
+14
2026-01-21
sparse-checkout: optimize string_list construction and add tests to verify de...
Amisha Chhajed
1
-3
/
+4
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
2
-4
/
+3
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
4
-66
/
+87
2026-01-21
Merge branch 'ps/ref-consistency-checks'
Junio C Hamano
1
-42
/
+4
2026-01-21
Merge branch 'en/fsck-snapshot-ref-state'
Junio C Hamano
1
-40
/
+122
2026-01-20
last-modified: change default max-depth to 0
Toon Claes
1
-16
/
+5
[prev]
[next]