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
2021-12-10
Merge branch 'gc/remote-with-fewer-static-global-variables'
Junio C Hamano
-113
/
+256
2021-11-18
remote: die if branch is not found in repository
Glen Choo
-16
/
+68
2021-11-18
remote: remove the_repository->remote_state from static methods
Glen Choo
-25
/
+71
2021-11-18
remote: use remote_state parameter internally
Glen Choo
-86
/
+73
2021-11-18
remote: move static variables into per-repository struct
Glen Choo
-67
/
+124
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-09-10
Merge branch 'cb/remote-ndebug-fix'
Junio C Hamano
-3
/
+3
2021-09-02
remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUG
Carlo Marcelo Arenas Belón
-3
/
+3
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
-6
/
+6
2021-06-14
*: fix typos which duplicate a word
Andrei Rybak
-1
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
-4
/
+4
2020-12-23
Merge branch 'nk/refspecs-negative-fix'
Junio C Hamano
-3
/
+13
2020-12-21
negative-refspec: improve comment on query_matches_negative_refspec
Nipunn Koorapati
-0
/
+6
2020-12-21
negative-refspec: fix segfault on : refspec
Nipunn Koorapati
-3
/
+7
2020-12-18
Merge branch 'js/init-defaultbranch-advice'
Junio C Hamano
-2
/
+3
2020-12-14
Merge branch 'jk/multi-line-indent-style-fix'
Junio C Hamano
-1
/
+1
2020-12-13
get_default_branch_name(): prepare for showing some advice
Johannes Schindelin
-2
/
+3
2020-12-03
style: indent multiline "if" conditions to align
Jeff King
-1
/
+1
2020-10-27
Merge branch 'sk/force-if-includes'
Junio C Hamano
-7
/
+177
2020-10-05
Merge branch 'jk/refspecs-negative'
Junio C Hamano
-4
/
+104
2020-10-03
push: add reflog check for "--force-if-includes"
Srinidhi Kaushik
-7
/
+177
2020-09-30
refspec: add support for negative refspecs
Jacob Keller
-4
/
+104
2020-09-18
Merge branch 'rs/refspec-leakfix'
Junio C Hamano
-7
/
+3
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
-1
/
+1
2020-09-06
refspec: add and use refspec_appendf()
René Scharfe
-7
/
+3
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
-1
/
+1
2020-07-30
strvec: rename struct fields
Jeff King
-1
/
+1
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
-2
/
+2
2020-07-28
strvec: convert remaining callers away from argv_array name
Jeff King
-6
/
+6
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
-1
/
+1
2020-06-24
remote: use the configured default branch name when appropriate
Johannes Schindelin
-3
/
+11
2020-04-10
parse_config_key(): return subsection len as size_t
Jeff King
-1
/
+1
2020-04-10
remote: drop auto-strlen behavior of make_branch() and make_rewrite()
Jeff King
-23
/
+12
2020-03-03
remote: drop "explicit" parameter from remote_ref_for_branch()
Jeff King
-9
/
+2
2020-02-10
config: split repo scope to local and worktree
Matthew Rogers
-1
/
+2
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
-2
/
+1
2019-10-07
hashmap: hashmap_{put,remove} return hashmap_entry *
Eric Wong
-1
/
+2
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
-4
/
+6
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
-3
/
+4
2019-10-07
hashmap_put takes "struct hashmap_entry *"
Eric Wong
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
-1
/
+1
2019-05-09
Merge branch 'dr/ref-filter-push-track-fix'
Junio C Hamano
-21
/
+47
2019-04-18
ref-filter: use correct branch for %(push:track)
Damien Robert
-21
/
+47
2019-04-15
remote.c: make singular free_ref() public
Jeff King
-3
/
+3
2019-01-29
Merge branch 'jk/remote-insteadof-cleanup'
Junio C Hamano
-2
/
+2
2019-01-11
remote: check config validity before creating rewrite struct
Jeff King
-2
/
+2
2019-01-04
Merge branch 'ab/push-dwim-dst'
Junio C Hamano
-13
/
+68
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
-24
/
+25
2018-11-14
push: add an advice on unqualified <dst> push
Ævar Arnfjörð Bjarmason
-0
/
+37
2018-11-14
push: move unqualified refname error into a function
Ævar Arnfjörð Bjarmason
-16
/
+22
[next]