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
path:
root
/
remote.c
Age
Commit message (
Expand
)
Author
Lines
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
-1
/
+2
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-1
/
+5
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
-7
/
+8
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-7
/
+8
2023-03-30
Merge branch 'sg/parse-options-h-users'
Junio C Hamano
-0
/
+1
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-2
/
+3
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-3
/
+3
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
-1
/
+1
2023-03-20
treewide: include parse-options.h in source files
SZEDER Gábor
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-1
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
-12
/
+12
2022-08-19
hashmap: mark unused callback parameters
Jeff King
-2
/
+2
2022-08-19
refs: mark unused reflog callback parameters
Jeff King
-6
/
+9
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
-1
/
+2
2022-08-12
Merge branch 'ab/plug-revisions-leak'
Junio C Hamano
-1
/
+4
2022-08-03
Merge branch 'rs/mergesort'
Junio C Hamano
-22
/
+0
2022-08-03
revisions API: don't leak memory on argv elements that need free()-ing
Ævar Arnfjörð Bjarmason
-1
/
+4
2022-07-17
fetch-pack: use DEFINE_LIST_SORT
René Scharfe
-22
/
+0
2022-07-13
Merge branch 'jk/remote-show-with-negative-refspecs'
Junio C Hamano
-1
/
+1
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
-1
/
+1
2022-06-17
Merge branch 'ab/credentials-in-url-more'
Junio C Hamano
-2
/
+2
2022-06-17
remote: handle negative refspecs in git remote show
Jacob Keller
-1
/
+1
2022-06-16
relative_url(): fix incorrect condition
Johannes Schindelin
-1
/
+1
2022-06-15
transfer doc: move fetch.credentialsInUrl to "transfer" config namespace
Ævar Arnfjörð Bjarmason
-2
/
+2
2022-06-13
Merge branch 'ab/remote-free-fix'
Junio C Hamano
-7
/
+4
2022-06-13
Merge branch 'ds/credentials-in-url'
Junio C Hamano
-0
/
+48
2022-06-10
Merge branch 'gc/zero-length-branch-config-fix'
Junio C Hamano
-4
/
+6
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
-0
/
+1
2022-06-07
remote.c: don't dereference NULL in freeing loop
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-06-07
remote.c: remove braces from one-statement "for"-loops
Ævar Arnfjörð Bjarmason
-6
/
+3
2022-06-06
remote: create fetch.credentialsInUrl config
Derrick Stolee
-0
/
+48
2022-06-03
Merge branch 'ds/bundle-uri'
Junio C Hamano
-0
/
+99
2022-06-01
remote.c: reject 0-length branch names
Glen Choo
-0
/
+4
2022-06-01
remote.c: don't BUG() on 0-length branch names
Glen Choo
-4
/
+2
2022-05-16
remote: allow relative_url() to return an absolute url
Derrick Stolee
-2
/
+10
2022-05-16
remote: move relative_url()
Derrick Stolee
-0
/
+91
2022-04-29
push: default to single remote even when not named origin
Tao Klerks
-0
/
+2
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
-0
/
+1
2022-03-01
remote: read symbolic refs via `refs_read_symbolic_ref()`
Patrick Steinhardt
-7
/
+7
2022-01-26
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
-2
/
+1
2021-12-10
Merge branch 'gc/remote-with-fewer-static-global-variables'
Junio C Hamano
-113
/
+256
[next]