index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remote: drop "explicit" parameter from remote_ref_for_branch()
Jeff King
2020-03-03
1
-9
/
+2
*
config: split repo scope to local and worktree
Matthew Rogers
2020-02-10
1
-1
/
+2
*
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
1
-2
/
+1
*
hashmap: hashmap_{put,remove} return hashmap_entry *
Eric Wong
2019-10-07
1
-1
/
+2
*
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-4
/
+6
*
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-3
/
+4
*
hashmap_put takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
Merge branch 'dr/ref-filter-push-track-fix'
Junio C Hamano
2019-05-08
1
-21
/
+47
|
\
|
*
ref-filter: use correct branch for %(push:track)
Damien Robert
2019-04-18
1
-21
/
+47
*
|
remote.c: make singular free_ref() public
Jeff King
2019-04-15
1
-3
/
+3
|
/
*
Merge branch 'jk/remote-insteadof-cleanup'
Junio C Hamano
2019-01-29
1
-2
/
+2
|
\
|
*
remote: check config validity before creating rewrite struct
Jeff King
2019-01-12
1
-2
/
+2
*
|
Merge branch 'ab/push-dwim-dst'
Junio C Hamano
2019-01-04
1
-13
/
+68
|
\
\
|
*
|
push: add an advice on unqualified <dst> push
Ævar Arnfjörð Bjarmason
2018-11-14
1
-0
/
+37
|
*
|
push: move unqualified refname error into a function
Ævar Arnfjörð Bjarmason
2018-11-14
1
-16
/
+22
|
*
|
push: improve the error shown on unqualified <dst> push
Ævar Arnfjörð Bjarmason
2018-11-14
1
-6
/
+16
|
*
|
i18n: remote.c: mark error(...) messages for translation
Ævar Arnfjörð Bjarmason
2018-11-14
1
-17
/
+18
|
*
|
remote.c: add braces in anticipation of a follow-up change
Ævar Arnfjörð Bjarmason
2018-11-14
1
-7
/
+9
*
|
|
Merge branch 'nd/i18n'
Junio C Hamano
2019-01-04
1
-24
/
+25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
remote.c: mark messages for translation
Nguyễn Thái Ngọc Duy
2018-11-12
1
-21
/
+22
|
*
|
remote.c: turn some error() or die() to BUG()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-3
/
+3
*
|
|
remote: make add_missing_tags() linear
Derrick Stolee
2018-11-02
1
-1
/
+33
|
/
/
*
|
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-1
/
+1
|
\
\
|
*
|
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
|
/
*
|
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-4
/
+4
|
\
\
|
*
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
|
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-3
/
+3
|
|
/
*
|
Merge branch 'ds/reachable'
Junio C Hamano
2018-09-17
1
-49
/
+1
|
\
\
|
|
/
|
/
|
|
*
commit-reach: move ref_newer from remote.c
Derrick Stolee
2018-07-21
1
-49
/
+0
|
*
commit.h: remove method declarations
Derrick Stolee
2018-07-21
1
-0
/
+1
*
|
Merge branch 'jt/refspec-dwim-precedence-fix'
Junio C Hamano
2018-08-17
1
-3
/
+10
|
\
\
|
*
|
remote: make refspec follow the same disambiguation rule as local refs
Junio C Hamano
2018-08-02
1
-3
/
+10
*
|
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-8
/
+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-2
/
+4
|
*
|
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
2018-06-29
1
-4
/
+5
|
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-2
/
+2
|
*
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+1
|
|
\
\
*
|
\
\
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
2018-07-24
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
fetch-pack: implement ref-in-want
Brandon Williams
2018-06-28
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
|
Merge branch 'bw/ref-prefix-for-configured-refspec'
Junio C Hamano
2018-05-30
1
-274
/
+79
|
\
\
\
|
*
|
|
remote: convert check_push_refs to take a struct refspec
Brandon Williams
2018-05-17
1
-9
/
+5
|
*
|
|
remote: convert match_push_refs to take a struct refspec
Brandon Williams
2018-05-17
1
-13
/
+8
|
*
|
|
remote: convert match_explicit_refs to take a struct refspec
Brandon Williams
2018-05-17
1
-5
/
+4
|
*
|
|
remote: convert get_ref_match to take a struct refspec
Brandon Williams
2018-05-17
1
-12
/
+14
|
*
|
|
remote: convert query_refspecs to take a struct refspec
Brandon Williams
2018-05-17
1
-5
/
+5
|
*
|
|
remote: convert apply_refspecs to take a struct refspec
Brandon Williams
2018-05-17
1
-9
/
+6
[next]