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-24
protocol-caps: check object existence regardless of the attributes requested
Pablo Sabater
3
-14
/
+115
2026-07-24
fetch-pack: move fetch initialization
Calvin Wan
1
-6
/
+6
2026-07-24
connect: make write_fetch_command_and_capabilities() more generic
Pablo Sabater
3
-8
/
+12
2026-07-24
fetch-pack: move write_fetch_command_and_capabilities() to connect.c
Pablo Sabater
3
-34
/
+38
2026-07-24
fetch-pack: use unsigned int for hash_algo variable
Pablo Sabater
1
-1
/
+1
2026-07-24
fetch-pack: drop the static advertise_sid variable
Pablo Sabater
1
-6
/
+7
2026-07-24
t1006: extract helper functions into new 'lib-cat-file.sh'
Eric Ju
2
-13
/
+18
2026-07-24
cat-file: declare loop counter inside for()
Eric Ju
2
-11
/
+5
2026-07-24
transport-helper: fix memory leak of helper on disconnect
Pablo Sabater
1
-1
/
+1
2026-07-23
doc: convert git-request-pull synopsis and options to new style
Jean-Noël Avila
1
-15
/
+23
2026-07-23
doc: convert git-send-email synopsis and options to new style
Jean-Noël Avila
2
-127
/
+127
2026-07-23
doc: convert git-format-patch synopsis and options to new style
Jean-Noël Avila
2
-149
/
+148
2026-07-23
doc: convert git-imap-send synopsis and options to new style
Jean-Noël Avila
2
-11
/
+13
2026-07-23
userdiff: add support for Swift
Shlok Kulshreshtha
15
-0
/
+86
2026-07-22
submodule: resolve insteadOf aliases when matching remote
Éric NICOLAS
2
-3
/
+30
2026-07-22
revision: honor --exclude-first-parent-only with SEEN first parent
Junio C Hamano
2
-2
/
+26
2026-07-22
remote: find tracking branches for URL push destinations
Harald Nordgren
6
-2
/
+198
2026-07-22
remote: pass repository to push tracking helper
Harald Nordgren
1
-5
/
+6
2026-07-22
The 7th batch
Junio C Hamano
1
-0
/
+44
2026-07-22
Merge branch 'kk/no-walk-pathspec-fix'
Junio C Hamano
2
-1
/
+19
2026-07-22
Merge branch 'sk/t7614-do-not-hide-git-exit-status'
Junio C Hamano
1
-3
/
+6
2026-07-22
Merge branch 'sk/t1100-modernize'
Junio C Hamano
1
-27
/
+25
2026-07-22
Merge branch 'ps/odb-for-each-object-filter'
Junio C Hamano
7
-142
/
+175
2026-07-22
Merge branch 'rs/strbuf-avoid-redundant-reset'
Junio C Hamano
1
-2
/
+0
2026-07-22
Merge branch 'cc/doc-fast-export-synopsis-fix'
Junio C Hamano
3
-3
/
+2
2026-07-22
Merge branch 'ml/t9811-replace-test-f'
Junio C Hamano
1
-12
/
+22
2026-07-22
Merge branch 'jt/receive-pack-use-odb-transactions'
Junio C Hamano
15
-131
/
+246
2026-07-22
Merge branch 'cl/conditional-config-on-worktree-path'
Junio C Hamano
3
-11
/
+195
2026-07-22
Merge branch 'dm/submodule-update-i-shorthand'
Junio C Hamano
1
-1
/
+1
2026-07-21
stash: avoid sparse-index expansion for in-cone paths
Ted Nyman
3
-2
/
+58
2026-07-21
pathspec: use match for sparse-index expansion checks
Ted Nyman
2
-6
/
+13
2026-07-21
The 6th batch
Junio C Hamano
1
-0
/
+8
2026-07-21
Merge branch 'cl/b4-cover-change-id'
Junio C Hamano
1
-0
/
+1
2026-07-21
Merge branch 'ps/odb-stream-double-close-fix'
Junio C Hamano
2
-4
/
+18
2026-07-20
environment: move has_symlinks into repo_config_values
Tian Yuchen
10
-15
/
+42
2026-07-20
environment: move trust_executable_bit into repo_config_values
Tian Yuchen
5
-10
/
+19
2026-07-20
read-cache: pass 'repo' to 'ce_mode_from_stat()'
Tian Yuchen
5
-11
/
+20
2026-07-20
read-cache: remove redundant extern declarations
Tian Yuchen
1
-2
/
+0
2026-07-19
rust: discard hash context when finished
brian m. carlson
1
-1
/
+7
2026-07-19
hash: initialize context before cloning
brian m. carlson
1
-1
/
+4
2026-07-19
wt-status: avoid repeated insertion for untracked paths
Sahitya Chandra
1
-2
/
+4
2026-07-19
The 5th batch
Junio C Hamano
1
-0
/
+83
2026-07-19
Merge branch 'js/coverity-fixes-null-safety'
Junio C Hamano
11
-15
/
+63
2026-07-19
Merge branch 'kk/reftable-tombstone-quadratic-fix'
Junio C Hamano
4
-12
/
+92
2026-07-19
Merge branch 'kk/commit-graph-topo-levels-fix'
Junio C Hamano
2
-1
/
+30
2026-07-19
Merge branch 'ty/migrate-ignorecase'
Junio C Hamano
14
-28
/
+43
2026-07-19
Merge branch 'tc/bundle-uri-empty-fix'
Junio C Hamano
4
-5
/
+70
2026-07-19
Merge branch 'hf/unpack-trees-quadratic-scan'
Junio C Hamano
2
-1
/
+35
2026-07-19
Merge branch 'wy/doc-myfirstcontribution-trim-quotes'
Junio C Hamano
1
-0
/
+5
2026-07-19
Merge branch 'gr/t1410-reflog-exit-code'
Junio C Hamano
1
-17
/
+9
[prev]
[next]