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