index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix-stream-server.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-05
The fifth batch
Junio C Hamano
1
-0
/
+17
2023-01-02
The fourth batch
Junio C Hamano
1
-0
/
+12
2022-12-28
The third batch
Junio C Hamano
1
-0
/
+9
2022-12-28
bundle <cmd>: have usage_msg_opt() note the missing "<file>"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-12-28
builtin/bundle.c: remove superfluous "newargc" variable
Ævar Arnfjörð Bjarmason
1
-4
/
+3
2022-12-28
gitattributes.txt: fix typo in "comma separated"
Andrei Rybak
1
-1
/
+1
2022-12-27
doc/git-branch: fix --force description typo
Kyle Meyer
1
-1
/
+1
2022-12-26
The second batch
Junio C Hamano
1
-0
/
+22
2022-12-26
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
15
-100
/
+48
2022-12-26
submodule--helper: convert "{update,clone}" to their own "--super-prefix"
Ævar Arnfjörð Bjarmason
2
-20
/
+14
2022-12-26
submodule--helper: convert "status" to its own "--super-prefix"
Ævar Arnfjörð Bjarmason
1
-7
/
+8
2022-12-26
submodule--helper: convert "sync" to its own "--super-prefix"
Ævar Arnfjörð Bjarmason
1
-9
/
+11
2022-12-26
submodule--helper: convert "foreach" to its own "--super-prefix"
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2022-12-26
submodule--helper: don't use global --super-prefix in "absorbgitdirs"
Ævar Arnfjörð Bjarmason
5
-32
/
+29
2022-12-26
submodule.c & submodule--helper: pass along "super_prefix" param
Ævar Arnfjörð Bjarmason
4
-21
/
+34
2022-12-26
read-tree + fetch tests: test failing "--super-prefix" interaction
Glen Choo
1
-0
/
+43
2022-12-26
submodule absorbgitdirs tests: add missing "Migrating git..." tests
Ævar Arnfjörð Bjarmason
1
-7
/
+57
2022-12-25
win32: use _endthreadex to terminate threads, not ExitThread
Seija Kijin
1
-1
/
+1
2022-12-25
format-patch: support format.mboxrd with --stdout
Eric Wong
4
-3
/
+17
2022-12-25
clone: unbundle the advertised bundles
Derrick Stolee
3
-7
/
+98
2022-12-25
bundle-uri: download bundles from an advertised list
Derrick Stolee
2
-0
/
+35
2022-12-25
bundle-uri: allow relative URLs in bundle lists
Derrick Stolee
5
-1
/
+116
2022-12-25
strbuf: introduce strbuf_strip_file_from_path()
Derrick Stolee
2
-0
/
+17
2022-12-25
bundle-uri: serve bundle.* keys from config
Derrick Stolee
2
-1
/
+47
2022-12-25
bundle-uri client: add helper for testing server
Ævar Arnfjörð Bjarmason
3
-0
/
+99
2022-12-25
transport: rename got_remote_heads
Derrick Stolee
1
-9
/
+9
2022-12-25
bundle-uri client: add boolean transfer.bundleURI setting
Ævar Arnfjörð Bjarmason
3
-1
/
+32
2022-12-25
clone: request the 'bundle-uri' command when available
Ævar Arnfjörð Bjarmason
8
-0
/
+164
2022-12-25
t: create test harness for 'bundle-uri' command
Ævar Arnfjörð Bjarmason
6
-1
/
+144
2022-12-25
protocol v2: add server-side "bundle-uri" skeleton
Ævar Arnfjörð Bjarmason
5
-1
/
+289
2022-12-25
refs: fix corruption by not correctly syncing packed-refs to disk
Patrick Steinhardt
1
-1
/
+2
2022-12-25
bundle: don't segfault on "git bundle <subcmd>"
Ævar Arnfjörð Bjarmason
2
-1
/
+8
2022-12-20
cat-file: add mailmap support to --batch-check option
Siddharth Asthana
3
-13
/
+87
2022-12-20
cat-file: add mailmap support to -s option
Siddharth Asthana
3
-1
/
+45
2022-12-20
line-range: fix infinite loop bug with '$' regex
Lars Kellogg-Stedman
2
-3
/
+26
2022-12-20
mingw: fix typo in an error message from ownership check
Daniël Haazen
1
-1
/
+1
2022-12-19
The first batch for 2.40
Junio C Hamano
1
-0
/
+32
2022-12-19
tests: make 'test_oid' print trailing newline
SZEDER Gábor
6
-9
/
+10
2022-12-18
var: add GIT_SEQUENCE_EDITOR variable
Sean Allred
3
-0
/
+52
2022-12-18
submodule: accept -v for the update command
Sven Strickroth
1
-0
/
+3
2022-12-15
Makefile: use sha1collisiondetection by default on OSX and Darwin
Ævar Arnfjörð Bjarmason
2
-8
/
+5
2022-12-15
ref-filter: convert email atom parser to use err_bad_arg()
Jeff King
1
-1
/
+1
2022-12-15
ref-filter: truncate atom names in error messages
Jeff King
2
-4
/
+14
2022-12-15
ref-filter: factor out "unrecognized %(foo) arg" errors
Jeff King
2
-5
/
+17
2022-12-15
ref-filter: factor out "%(foo) does not take arguments" errors
Jeff King
2
-5
/
+17
2022-12-15
ref-filter: reject arguments to %(HEAD)
Jeff King
1
-1
/
+3
2022-12-15
diff: fix regression with --stat and unmerged file
Peter Grayson
2
-1
/
+11
2022-12-15
git: remove duplicate includes
Seija Kijin
3
-3
/
+0
2022-12-15
fsmonitor: eliminate call to deprecated FSEventStream function
Jeff Hostetler
2
-14
/
+25
2022-12-15
commit: don't lazy-fetch commits
Jonathan Tan
1
-2
/
+13
[next]