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
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
ci (check-whitespace): move to actions/checkout@v3
Chris. Webster
1
-1
/
+1
2022-12-20
ci (check-whitespace): add links to job output
Chris. Webster
1
-9
/
+25
2022-12-20
ci (check-whitespace): suggest fixes for errors
Chris. Webster
1
-9
/
+28
2022-12-20
ci: only run win+VS build & tests in Git for Windows' fork
Johannes Schindelin
1
-1
/
+1
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
Merge branch 'rj/branch-copy-and-rename'
Junio C Hamano
2
-3
/
+13
2022-12-19
Merge branch 'rr/status-untracked-advice'
Junio C Hamano
3
-5
/
+153
2022-12-19
Merge branch 'aw/complete-case-insensitive'
Junio C Hamano
2
-3
/
+53
2022-12-19
Merge branch 'rs/diff-parseopts'
Junio C Hamano
4
-15
/
+11
2022-12-19
Merge branch 'sx/pthread-error-check-fix'
Junio C Hamano
2
-3
/
+3
2022-12-19
Merge branch 'jk/avoid-redef-system-functions'
Junio C Hamano
0
-0
/
+0
2022-12-19
Merge branch 'jk/avoid-redef-system-functions-2.30'
Junio C Hamano
1
-5
/
+12
2022-12-19
Merge branch 'rs/t3920-crlf-eating-grep-fix'
Junio C Hamano
1
-1
/
+1
2022-12-19
Merge branch 'js/t3920-shell-and-or-fix'
Junio C Hamano
1
-1
/
+1
2022-12-19
Merge branch 'jh/fsmonitor-darwin-modernize'
Junio C Hamano
2
-14
/
+25
2022-12-19
Merge branch 'ab/t4023-avoid-losing-exit-status-of-diff'
Junio C Hamano
1
-6
/
+6
2022-12-19
Merge branch 'ab/t7600-avoid-losing-exit-status-of-git'
Junio C Hamano
1
-1
/
+1
2022-12-19
Merge branch 'ab/t5314-avoid-losing-exit-status'
Junio C Hamano
1
-7
/
+10
2022-12-19
Merge branch 'jh/t7527-unflake-by-forcing-cookie'
Junio C Hamano
1
-0
/
+2
2022-12-19
Merge branch 'rs/plug-pattern-list-leak-in-lof'
Junio C Hamano
1
-0
/
+1
2022-12-19
Merge branch 'rs/t4205-do-not-exit-in-test-script'
Junio C Hamano
1
-1
/
+1
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-16
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
2022-12-15
object-file: emit corruption errors when detected
Jonathan Tan
2
-27
/
+31
2022-12-15
object-file: refactor map_loose_object_1()
Jonathan Tan
1
-26
/
+24
2022-12-15
object-file: remove OBJECT_INFO_IGNORE_LOOSE
Jonathan Tan
2
-6
/
+1
2022-12-14
Start the 2.40 cycle
Junio C Hamano
3
-2
/
+39
2022-12-14
Merge branch 'js/t0021-windows-pwd'
Junio C Hamano
1
-2
/
+2
2022-12-14
Merge branch 'sa/git-var-empty'
Junio C Hamano
3
-16
/
+78
2022-12-14
Merge branch 'rs/multi-filter-args'
Junio C Hamano
4
-65
/
+74
[prev]
[next]