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-05-19
setup: stop using `the_repository` in `setup_work_tree()`
Patrick Steinhardt
21
-42
/
+38
2026-05-19
setup: stop using `the_repository` in `enter_repo()`
Patrick Steinhardt
7
-9
/
+9
2026-05-19
setup: stop using `the_repository` in `verify_non_filename()`
Patrick Steinhardt
6
-8
/
+8
2026-05-19
setup: stop using `the_repository` in `verify_filename()`
Patrick Steinhardt
6
-8
/
+10
2026-05-19
setup: stop using `the_repository` in `path_inside_repo()`
Patrick Steinhardt
3
-5
/
+5
2026-05-19
setup: stop using `the_repository` in `prefix_path()`
Patrick Steinhardt
12
-23
/
+26
2026-05-19
setup: stop using `the_repository` in `is_inside_work_tree()`
Patrick Steinhardt
6
-17
/
+20
2026-05-19
setup: stop using `the_repository` in `is_inside_git_dir()`
Patrick Steinhardt
3
-10
/
+8
2026-05-19
setup: replace use of `the_repository` in static functions
Patrick Steinhardt
1
-88
/
+100
2026-05-19
connect: use "service" enum for "name" argument
Jeff King
9
-28
/
+58
2026-05-19
quote: simplify internals of dequoting
Jeff King
1
-14
/
+2
2026-05-19
quote: drop sq_dequote_to_argv()
Jeff King
2
-14
/
+3
2026-05-19
quote.h: bump strvec forward declaration to the top
Jeff King
1
-1
/
+1
2026-05-19
The 4th batch
Junio C Hamano
1
-0
/
+32
2026-05-19
Merge branch 'sj/submodule-update-clone-config-fix'
Junio C Hamano
2
-1
/
+9
2026-05-19
Merge branch 'rs/sideband-clear-line-before-print'
Junio C Hamano
1
-10
/
+12
2026-05-19
Merge branch 'ag/rebase-update-refs-limit-to-branches'
Junio C Hamano
2
-1
/
+25
2026-05-19
Merge branch 'kh/doc-restore-double-underscores-fix'
Junio C Hamano
1
-1
/
+1
2026-05-19
Merge branch 'kh/doc-commit-graph'
Junio C Hamano
2
-0
/
+13
2026-05-19
Merge branch 'kh/name-rev-custom-format'
Junio C Hamano
10
-26
/
+706
2026-05-19
Merge branch 'sg/t6112-unwanted-tilde-expansion-fix'
Junio C Hamano
1
-3
/
+3
2026-05-19
Merge branch 'en/xdiff-cleanup-3'
Junio C Hamano
4
-32
/
+73
2026-05-19
Merge branch 'mc/http-emptyauth-negotiate-fix'
Junio C Hamano
5
-5
/
+124
2026-05-19
use __builtin_add_overflow() in st_add() with Clang
René Scharfe
1
-2
/
+20
2026-05-19
strbuf: use st_add3() in strbuf_grow()
René Scharfe
1
-4
/
+2
2026-05-18
config: retry acquiring config.lock, configurable via core.configLockTimeout
Jörg Thalheim
5
-5
/
+53
2026-05-18
refs/files: skip lock files during consistency checks
Karthik Nayak
2
-11
/
+52
2026-05-17
The 3rd batch
Junio C Hamano
1
-7
/
+28
2026-05-17
Merge branch 'rs/grep-column-only-match-fix'
Junio C Hamano
2
-4
/
+5
2026-05-17
Merge branch 'hn/git-checkout-m-with-stash'
Junio C Hamano
16
-180
/
+343
2026-05-17
Merge branch 'pw/rename-to-get-current-worktree'
Junio C Hamano
3
-3
/
+3
2026-05-17
Merge branch 'mf/format-patch-cover-letter-format-docfix'
Junio C Hamano
1
-1
/
+1
2026-05-17
Merge branch 'en/ort-cached-rename-with-trivial-resolution'
Junio C Hamano
2
-26
/
+82
2026-05-17
Merge branch 'ss/t7004-unhide-git-failures'
Junio C Hamano
1
-21
/
+23
2026-05-17
Merge branch 'en/backfill-fixes-and-edges'
Junio C Hamano
3
-10
/
+153
2026-05-17
stash: add coverage for show --include-untracked
Pushkar Singh
1
-0
/
+17
2026-05-17
t6600: add tests for duplicate tips in tips_reachable_from_bases()
Kristofer Karlsson
1
-0
/
+45
2026-05-17
commit-reach: use object flags for tips_reachable_from_bases()
Kristofer Karlsson
1
-12
/
+11
2026-05-16
diff-format.adoc: mode and hash are 0* for unmerged paths from index only
Philippe Blain
1
-4
/
+4
2026-05-16
diff-format.adoc: 'git diff-files' prints two lines for unmerged files
Philippe Blain
1
-1
/
+3
2026-05-16
diff-format.adoc: remove mention of diff-tree specific output
Philippe Blain
1
-3
/
+1
2026-05-16
generate-configlist: collapse depfile for older Ninja
Toon Claes
1
-1
/
+4
2026-05-16
Merge branch 'ed/check-connected-close-err-fd-2.53' into ed/check-connected-c...
Junio C Hamano
1
-0
/
+2
2026-05-16
connected: close err_fd in promisor fast-path
Ethan Dickson
1
-0
/
+2
2026-05-16
trailer: change strbuf in-place in unfold_value()
René Scharfe
1
-10
/
+5
2026-05-16
commit: handle large commit messages in utf8 verification
Jeff King
1
-16
/
+15
2026-05-16
apply: plug leak on "patch too large" error
Jeff King
1
-2
/
+4
2026-05-15
t/unit-tests: add tests for the in-memory object source
Patrick Steinhardt
3
-0
/
+315
2026-05-15
odb: generic in-memory source
Patrick Steinhardt
2
-5
/
+5
2026-05-15
odb/source-inmemory: stub out remaining functions
Patrick Steinhardt
1
-0
/
+31
[prev]
[next]