index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reachable.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-20
A handful more topics before -rc1
Junio C Hamano
1
-0
/
+19
2021-05-19
Revert "remote-curl: fall back to basic auth if Negotiate fails"
Jeff King
2
-9
/
+8
2021-05-19
t5551: test http interaction with credential helpers
Jeff King
1
-0
/
+41
2021-05-17
sparse-index: fix uninitialized jump
Derrick Stolee
1
-1
/
+1
2021-05-17
t7500: remove non-existant C_LOCALE_OUTPUT prereq
Todd Zullinger
1
-1
/
+1
2021-05-17
rev-parse: fix segfault with missing --path-format argument
Wolfgang Müller
2
-0
/
+6
2021-05-16
Git 2.32-rc0
v2.32.0-rc0
Junio C Hamano
2
-1
/
+17
2021-05-14
The seventeenth batch
Junio C Hamano
1
-0
/
+15
2021-05-13
t: avoid sed-based chain-linting in some expensive cases
Jeff King
4
-3
/
+21
2021-05-13
git-prompt: work under set -u
Elijah Newren
1
-3
/
+3
2021-05-13
stash show: fix segfault with --{include,only}-untracked
Denton Liu
2
-2
/
+21
2021-05-13
t3905: correct test title
Denton Liu
1
-1
/
+1
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
11
-45
/
+31
2021-05-13
dir: update stale description of treat_directory()
Derrick Stolee
1
-7
/
+6
2021-05-13
dir: traverse into untracked directories if they may have ignored subfiles
Elijah Newren
3
-6
/
+8
2021-05-13
dir: avoid unnecessary traversal into ignored directory
Elijah Newren
2
-16
/
+30
2021-05-13
t3001, t7300: add testcase showcasing missed directory traversal
Elijah Newren
2
-0
/
+24
2021-05-13
t7300: add testcase showing unnecessary traversal into ignored directory
Elijah Newren
1
-0
/
+23
2021-05-13
ls-files: error out on -i unless -o or -c are specified
Elijah Newren
3
-3
/
+6
2021-05-13
dir: report number of visited directories and paths with trace2
Elijah Newren
3
-1
/
+15
2021-05-13
dir: convert trace calls to trace2 equivalents
Elijah Newren
3
-101
/
+162
2021-05-13
pretty: fix a typo in the documentation for %(trailers)
Louis Sautier
1
-1
/
+1
2021-05-13
Makefile: make PERL_DEFINES recursively expanded
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-05-12
remote-curl: fix clone on sha256 repos
Eric Wong
1
-0
/
+2
2021-05-12
ref-filter: fix read invalid union member bug
ZheNing Hu
2
-1
/
+20
2021-05-12
maintenance: fix two memory leaks
Lénaïc Huard
1
-2
/
+8
2021-05-11
The sixteenth batch
Junio C Hamano
1
-0
/
+26
2021-05-11
refs: cleanup directories when deleting packed ref
Will Chandler
2
-6
/
+15
2021-05-11
merge-ort: split "distinct types" message into two translatable messages
Alex Henrie
1
-6
/
+15
2021-05-10
The fifteenth batch
Junio C Hamano
1
-0
/
+5
2021-05-10
am: learn to process quoted lines that ends with CRLF
Đoàn Trần Công Danh
6
-0
/
+110
2021-05-10
mailinfo: allow stripping quoted CR without warning
Đoàn Trần Công Danh
4
-0
/
+15
2021-05-10
mailinfo: allow squelching quoted CRLF warning
Đoàn Trần Công Danh
5
-3
/
+62
2021-05-10
mailinfo: warn if CRLF found in decoded base64/QP email
Đoàn Trần Công Danh
7
-0
/
+121
2021-05-10
pretty-formats.txt: add missing space
Martin Ågren
1
-1
/
+1
2021-05-10
git-repack.txt: remove spurious ")"
Martin Ågren
1
-1
/
+1
2021-05-07
The fourteenth batch
Junio C Hamano
1
-0
/
+53
2021-05-07
clean: remove unnecessary variable
Matheus Tavares
1
-3
/
+1
2021-05-06
mailinfo: stop parsing options manually
Đoàn Trần Công Danh
1
-30
/
+45
2021-05-06
mailinfo: load default metainfo_charset lazily
Đoàn Trần Công Danh
1
-9
/
+31
2021-05-06
add: die if both --dry-run and --interactive are given
Øystein Walle
2
-0
/
+6
2021-05-06
perl: use mock i18n functions under NO_GETTEXT=Y
Ævar Arnfjörð Bjarmason
2
-0
/
+13
2021-05-06
Makefile: regenerate *.pm on NO_PERL_CPAN_FALLBACKS change
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-05-06
Makefile: regenerate perl/build/* if GIT-PERL-DEFINES changes
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-05-06
Makefile: don't re-define PERL_DEFINES
Ævar Arnfjörð Bjarmason
1
-3
/
+4
2021-05-06
streaming.c: move {open,close,read} from vtable to "struct git_istream"
Ævar Arnfjörð Bjarmason
1
-43
/
+29
2021-05-06
streaming.c: stop passing around "object_info *" to open()
Ævar Arnfjörð Bjarmason
1
-22
/
+20
2021-05-06
streaming.c: remove {open,close,read}_method_decl() macros
Ævar Arnfjörð Bjarmason
1
-25
/
+22
2021-05-06
streaming.c: remove enum/function/vtbl indirection
Ævar Arnfjörð Bjarmason
1
-25
/
+11
2021-05-06
streaming.c: avoid forward declarations
Ævar Arnfjörð Bjarmason
1
-88
/
+83
[next]