index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gitweb
/
static
/
js
/
javascript-detection.js
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-10
The ninth batch
Junio C Hamano
1
-0
/
+16
2025-02-06
The eighth batch
Junio C Hamano
1
-0
/
+10
2025-02-06
builtin/clone: teach git-clone(1) the --revision= option
Toon Claes
4
-11
/
+178
2025-02-06
parse-options: introduce die_for_incompatible_opt2()
Toon Claes
2
-3
/
+13
2025-02-06
clone: introduce struct clone_opts in builtin/clone.c
Toon Claes
3
-16
/
+35
2025-02-06
clone: add tags refspec earlier to fetch refspec
Toon Claes
1
-16
/
+11
2025-02-06
clone: refactor wanted_peer_refs()
Toon Claes
1
-24
/
+15
2025-02-06
clone: make it possible to specify --tags
Toon Claes
2
-14
/
+17
2025-02-06
clone: cut down on global variables in clone.c
Toon Claes
1
-94
/
+101
2025-02-05
worktree: detect from secondary worktree if main worktree is bare
Olga Pilipenco
2
-9
/
+46
2025-02-04
builtin/repack: fix `--keep-unreachable` when there are no packs
Patrick Steinhardt
2
-1
/
+20
2025-02-04
remote: relocate valid_remote_name
Meet Soni
4
-11
/
+12
2025-02-04
refspec: relocate apply_refspecs and related funtions
Meet Soni
4
-42
/
+44
2025-02-04
refspec: relocate matching related functions
Meet Soni
3
-122
/
+139
2025-02-04
remote: rename query_refspecs functions
Meet Soni
3
-12
/
+12
2025-02-04
refspec: relocate refname_matches_negative_refspec_item
Meet Soni
3
-48
/
+57
2025-02-04
remote: rename function omit_name_by_refspec
Meet Soni
3
-10
/
+6
2025-02-03
t6423: fix suppression of Git’s exit code in tests
Ayush Chandekar
1
-3
/
+6
2025-02-03
help: add "show" as a valid configuration value
David Aguilar
3
-2
/
+4
2025-02-03
help: show the suggested command when help.autocorrect is false
David Aguilar
3
-11
/
+16
2025-02-03
t5401: prefer test_path_is_* helper function
ambar chakravartty
1
-8
/
+8
2025-02-03
The seventh batch
Junio C Hamano
1
-0
/
+15
2025-02-03
ci: set CI_JOB_IMAGE for coverity job
Jeff King
1
-1
/
+1
2025-01-31
t/unit-tests: convert strcmp-offset test to use clar test framework
Seyi Kuforiji
4
-37
/
+47
2025-01-31
t/unit-tests: convert strbuf test to use clar test framework
Seyi Kuforiji
4
-124
/
+121
2025-01-31
t/unit-tests: adapt example decorate test to use clar test framework
Seyi Kuforiji
4
-76
/
+66
2025-01-31
t/unit-tests: convert hashmap test to use clar test framework
Seyi Kuforiji
3
-116
/
+114
2025-01-31
ci: fix base commit fallback for check-whitespace and check-style
Justin Tobler
1
-2
/
+2
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
19
-107
/
+103
2025-01-31
hash: provide generic wrappers to update hash contexts
Patrick Steinhardt
2
-0
/
+27
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
22
-74
/
+73
2025-01-31
hash: convert hashing context to a structure
Patrick Steinhardt
2
-21
/
+22
2025-01-31
The sixth batch
Junio C Hamano
1
-0
/
+7
2025-01-30
setup: fix reinit of repos with incompatible GIT_DEFAULT_HASH
Patrick Steinhardt
2
-1
/
+15
2025-01-30
setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMAT
Patrick Steinhardt
2
-1
/
+12
2025-01-30
t0001: remove duplicate test
Patrick Steinhardt
1
-9
/
+0
2025-01-30
apply: detect overflow when parsing hunk header
Phillip Wood
2
-0
/
+16
2025-01-30
scalar: free result of `remote_default_branch()`
Patrick Steinhardt
1
-1
/
+3
2025-01-30
unix-socket: fix memory leak when chdir(3p) fails
Patrick Steinhardt
1
-1
/
+3
2025-01-29
libgit: add higher-level libgit crate
Calvin Wan
13
-8
/
+242
2025-01-29
libgit-sys: also export some config_set functions
Josh Steadmon
3
-1
/
+76
2025-01-29
The fifth batch
Junio C Hamano
1
-0
/
+21
2025-01-28
libgit-sys: introduce Rust wrapper for libgit.a
Josh Steadmon
10
-0
/
+263
2025-01-28
common-main: split init and exit code into new files
Josh Steadmon
6
-81
/
+101
2025-01-28
ci: make "linux-musl" job use zlib-ng
Patrick Steinhardt
1
-1
/
+1
2025-01-28
ci: switch linux-musl to use Meson
Patrick Steinhardt
7
-9
/
+9
2025-01-28
compat/zlib: allow use of zlib-ng as backend
Patrick Steinhardt
4
-15
/
+64
2025-01-28
git-zlib: cast away potential constness of `next_in` pointer
Patrick Steinhardt
1
-1
/
+2
2025-01-28
compat/zlib: provide stubs for `deflateSetHeader()`
Patrick Steinhardt
2
-4
/
+19
2025-01-28
compat/zlib: provide `deflateBound()` shim centrally
Patrick Steinhardt
2
-4
/
+4
[next]