index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-03-23
http: add support for different sslcert and sslkey types.
Stanislav Malishevskiy
-0
/
+12
2023-03-23
grep: work around UTF-8 related JIT bug in PCRE2 <= 10.34
Mathias Krause
-0
/
+12
2023-03-23
Makefile: force -O0 when compiling with SANITIZE=leak
Jeff King
-0
/
+1
2023-03-22
fast-export: drop unused parameter from anonymize_commit_message()
Jeff King
-2
/
+2
2023-03-22
fast-export: drop data parameter from anonymous generators
Jeff King
-14
/
+13
2023-03-22
fast-export: de-obfuscate --anonymize-map handling
Jeff King
-6
/
+4
2023-03-22
fast-export: factor out anonymized_entry creation
Jeff King
-9
/
+26
2023-03-22
fast-export: simplify initialization of anonymized hashmaps
Jeff King
-7
/
+4
2023-03-22
fast-export: drop const when storing anonymized values
Jeff King
-1
/
+1
2023-03-22
Merge branch 'backport/jk/range-diff-fixes'
Junio C Hamano
-16
/
+13
2023-03-22
Merge branch 'backport/jk/curl-avoid-deprecated-api' into maint-2.30
Junio C Hamano
-50
/
+81
2023-03-22
Merge branch 'backport/jx/ci-ubuntu-fix' into maint-2.30
Junio C Hamano
-16
/
+17
2023-03-22
Merge branch 'backport/jc/http-clear-finished-pointer' into maint-2.30
Junio C Hamano
-0
/
+26
2023-03-22
Merge branch 'backport/js/ci-gcc-12-fixes'
Junio C Hamano
-1
/
+11
2023-03-22
http.c: clear the 'finished' member once we are done with it
Junio C Hamano
-0
/
+26
2023-03-22
clone.c: avoid "exceeds maximum object size" error with GCC v12.x
Johannes Schindelin
-0
/
+9
2023-03-21
The third batch
Junio C Hamano
-0
/
+18
2023-03-21
Merge branch 'fc/test-aggregation-clean-up'
Junio C Hamano
-7
/
+3
2023-03-21
Merge branch 'ps/receive-pack-unlock-before-die'
Junio C Hamano
-4
/
+10
2023-03-21
Merge branch 'aj/ls-files-format-fix'
Junio C Hamano
-1
/
+20
2023-03-21
Merge branch 'jk/format-patch-ignore-noprefix'
Junio C Hamano
-6
/
+118
2023-03-21
am: refer to format-patch in the documentation
Junio C Hamano
-2
/
+5
2023-03-21
doc: remove GNU troff workaround
Felipe Contreras
-28
/
+0
2023-03-21
git-compat-util: use gettimeofday(2) for time(2)
Paul Eggert
-0
/
+19
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
-10
/
+13
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
-77
/
+114
2023-03-21
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
-21
/
+5
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-164
/
+271
2023-03-21
treewide: remove cache.h inclusion due to environment.h changes
Elijah Newren
-9
/
+9
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-207
/
+330
2023-03-21
treewide: remove unnecessary includes of cache.h
Elijah Newren
-12
/
+17
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-34
/
+103
2023-03-21
path.h: move function declarations for path.c functions from cache.h
Elijah Newren
-60
/
+61
2023-03-21
cache.h: remove expand_user_path()
Elijah Newren
-3
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
-28
/
+98
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
-7
/
+18
2023-03-21
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
-13
/
+12
2023-03-21
treewide: remove unnecessary inclusion of gettext.h
Elijah Newren
-4
/
+0
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-1
/
+236
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
-25
/
+29
2023-03-20
commit-reach: add tips_reachable_from_bases()
Derrick Stolee
-21
/
+219
2023-03-20
for-each-ref: add ahead-behind format atom
Derrick Stolee
-1
/
+295
2023-03-20
commit-reach: implement ahead_behind() logic
Derrick Stolee
-0
/
+134
2023-03-20
commit-graph: introduce `ensure_generations_valid()`
Taylor Blau
-0
/
+37
2023-03-20
commit-graph: return generation from memory
Derrick Stolee
-6
/
+4
2023-03-20
commit-graph: simplify compute_generation_numbers()
Derrick Stolee
-43
/
+21
2023-03-20
commit-graph: refactor compute_topological_levels()
Derrick Stolee
-23
/
+83
2023-03-20
for-each-ref: explicitly test no matches
Derrick Stolee
-0
/
+13
2023-03-20
for-each-ref: add --stdin option
Derrick Stolee
-2
/
+65
2023-03-20
parse-options.h: use designated initializers in OPT_* macros
SZEDER Gábor
-68
/
+245
[prev]
[next]