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
2021-09-13
http: don't hardcode the value of CURL_SOCKOPT_OK
Ævar Arnfjörð Bjarmason
-1
/
+12
2021-09-13
http: centralize the accounting of libcurl dependencies
Ævar Arnfjörð Bjarmason
-15
/
+133
2021-09-13
http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
Ævar Arnfjörð Bjarmason
-4
/
+4
2021-09-13
http: correct version check for CURL_HTTP_VERSION_2
Ævar Arnfjörð Bjarmason
-2
/
+2
2021-09-13
http: drop support for curl < 7.18.0 (again)
Ævar Arnfjörð Bjarmason
-2
/
+0
2021-09-13
Makefile: drop support for curl < 7.9.8 (again)
Ævar Arnfjörð Bjarmason
-9
/
+2
2021-09-13
INSTALL: mention that we need libcurl 7.19.4 or newer to build
Ævar Arnfjörð Bjarmason
-0
/
+4
2021-09-12
parse-options API: remove OPTION_ARGUMENT feature
Ævar Arnfjörð Bjarmason
-28
/
+3
2021-09-12
difftool: use run_command() API in run_file_diff()
Ævar Arnfjörð Bjarmason
-7
/
+6
2021-09-12
difftool: prepare "diff" cmdline in cmd_difftool()
Jeff King
-8
/
+7
2021-09-12
difftool: prepare "struct child_process" in cmd_difftool()
Ævar Arnfjörð Bjarmason
-14
/
+15
2021-09-12
git rev-parse --parseopt tests: add more usagestr tests
Ævar Arnfjörð Bjarmason
-0
/
+54
2021-09-12
send-pack: properly use parse_options() API for usage string
Ævar Arnfjörð Bjarmason
-6
/
+6
2021-09-12
parse-options API users: align usage output in C-strings
Ævar Arnfjörð Bjarmason
-8
/
+8
2021-09-12
gc: remove unused launchctl_get_uid() call
Ævar Arnfjörð Bjarmason
-7
/
+1
2021-09-12
test-tool run-command: fix flip-flop init pattern
Ævar Arnfjörð Bjarmason
-4
/
+1
2021-09-12
tests: remove leftover untracked files
Elijah Newren
-4
/
+18
2021-09-12
strvec: use size_t to store nr and alloc
Jeff King
-2
/
+2
2021-09-12
compression: drop write-only core_compression_* variables
René Scharfe
-5
/
+0
2021-09-12
test-lib: remove unused $_x40 and $_z40 variables
Ævar Arnfjörð Bjarmason
-4
/
+2
2021-09-12
git-bisect: remove unused SHA-1 $x40 shell variable
Ævar Arnfjörð Bjarmason
-2
/
+0
2021-09-12
git-sh-setup: remove unused "pull with rebase" message
Ævar Arnfjörð Bjarmason
-6
/
+0
2021-09-12
git-submodule: remove unused is_zero_oid() function
Ævar Arnfjörð Bjarmason
-5
/
+0
2021-09-12
packfile: use oidset for bad objects
René Scharfe
-31
/
+11
2021-09-12
packfile: convert has_packed_and_bad() to object_id
René Scharfe
-4
/
+4
2021-09-12
packfile: convert mark_bad_packed_object() to object_id
René Scharfe
-8
/
+8
2021-09-12
midx: inline nth_midxed_pack_entry()
René Scharfe
-20
/
+9
2021-09-12
oidset: make oidset_size() an inline function
René Scharfe
-6
/
+4
2021-09-12
INSTALL: reword and copy-edit the "libcurl" section
Ævar Arnfjörð Bjarmason
-5
/
+5
2021-09-12
INSTALL: don't mention the "curl" executable at all
Ævar Arnfjörð Bjarmason
-2
/
+1
2021-09-10
help: correct the usage string in -h and documentation
Ævar Arnfjörð Bjarmason
-2
/
+3
2021-09-10
am: fix incorrect exit status on am fail to abort
Elijah Newren
-2
/
+3
2021-09-10
t4151: add a few am --abort tests
Elijah Newren
-0
/
+39
2021-09-10
git-am.txt: clarify --abort behavior
Elijah Newren
-0
/
+2
2021-09-10
stash: restore untracked files AFTER restoring tracked files
Elijah Newren
-5
/
+5
2021-09-10
stash: avoid feeding directories to update-index
Elijah Newren
-1
/
+15
2021-09-10
t3903: document a pair of directory/file bugs
Elijah Newren
-0
/
+58
2021-09-10
docs/protocol-v2: point readers transport config discussion
Jeff King
-1
/
+7
2021-09-10
docs/git: discuss server-side config for GIT_PROTOCOL
Jeff King
-0
/
+23
2021-09-10
docs/http-backend: mention v2 protocol
Jeff King
-1
/
+25
2021-09-10
http-backend: handle HTTP_GIT_PROTOCOL CGI variable
Jeff King
-2
/
+4
2021-09-10
t5551: test v2-to-v0 http protocol fallback
Jeff King
-0
/
+14
2021-09-10
index-pack: use xopen in init_thread
René Scharfe
-8
/
+9
2021-09-10
ssh signing: test that gpg fails for unknown keys
Fabian Stelzer
-1
/
+28
2021-09-10
ssh signing: tests for logs, tags & push certs
Fabian Stelzer
-0
/
+285
2021-09-10
ssh signing: duplicate t7510 tests for commits
Fabian Stelzer
-0
/
+398
2021-09-10
ssh signing: verify signatures using ssh-keygen
Fabian Stelzer
-2
/
+252
2021-09-10
ssh signing: provide a textual signing_key_id
Fabian Stelzer
-4
/
+66
2021-09-10
ssh signing: retrieve a default key from ssh-agent
Fabian Stelzer
-3
/
+77
2021-09-10
ssh signing: add ssh key format and signing code
Fabian Stelzer
-10
/
+137
[prev]
[next]