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
2014-03-18
Merge branch 'jk/detect-push-typo-early'
Junio C Hamano
1
-29
/
+75
2014-03-14
Merge branch 'jk/remote-pushremote-config-reading'
Junio C Hamano
1
-1
/
+6
2014-03-05
push: detect local refspec errors early
Jeff King
1
-0
/
+25
2014-03-05
match_explicit_lhs: allow a "verify only" mode
Jeff King
1
-14
/
+24
2014-03-05
match_explicit: hoist refspec lhs checks into their own function
Jeff King
1
-19
/
+30
2014-02-24
remote: handle pushremote config in any order
Jeff King
1
-1
/
+6
2014-01-27
Merge branch 'mh/retire-ref-fetch-rules'
Junio C Hamano
1
-4
/
+4
2014-01-14
refname_match(): always use the rules in ref_rev_parse_rules
Michael Haggerty
1
-4
/
+4
2013-12-27
Merge branch 'jc/push-refmap'
Junio C Hamano
1
-4
/
+4
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-23
/
+23
2013-12-12
Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'
Junio C Hamano
1
-28
/
+66
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-23
/
+23
2013-12-04
push: use remote.$name.push as a refmap
Junio C Hamano
1
-4
/
+4
2013-10-30
fetch: improve the error messages emitted for conflicting refspecs
Michael Haggerty
1
-3
/
+22
2013-10-30
handle_duplicate(): mark error message for translation
Michael Haggerty
1
-1
/
+1
2013-10-30
ref_remote_duplicates(): extract a function handle_duplicate()
Michael Haggerty
1
-8
/
+10
2013-10-30
ref_remove_duplicates(): simplify loop logic
Michael Haggerty
1
-21
/
+31
2013-10-30
ref_remove_duplicates(): avoid redundant bisection
Michael Haggerty
1
-6
/
+6
2013-10-30
query_refspecs(): move some constants out of the loop
Michael Haggerty
1
-2
/
+2
2013-10-30
get_expanded_map(): avoid memory leak
Michael Haggerty
1
-3
/
+3
2013-10-30
get_expanded_map(): add docstring
Michael Haggerty
1
-0
/
+7
2013-10-28
Merge branch 'jk/remote-literal-string-leakfix'
Junio C Hamano
1
-1
/
+1
2013-10-15
remote: do not copy "origin" string literal
Jeff King
1
-1
/
+1
2013-09-20
Merge branch 'jx/branch-vv-always-compare-with-upstream'
Junio C Hamano
1
-25
/
+47
2013-09-09
Merge branch 'jc/push-cas'
Junio C Hamano
1
-13
/
+162
2013-09-09
Merge branch 'ms/fetch-prune-configuration'
Junio C Hamano
1
-0
/
+3
2013-08-26
status: always show tracking branch even no change
Jiang Xin
1
-3
/
+4
2013-08-26
branch: report invalid tracking branch as gone
Jiang Xin
1
-25
/
+46
2013-07-22
push --force-with-lease: tie it all together
Junio C Hamano
1
-13
/
+36
2013-07-22
push --force-with-lease: implement logic to populate old_sha1_expect[]
Junio C Hamano
1
-0
/
+61
2013-07-22
remote.c: add command line option parser for "--force-with-lease"
Junio C Hamano
1
-0
/
+57
2013-07-18
fetch: make --prune configurable
Michael Schubert
1
-0
/
+3
2013-07-18
Merge branch 'bc/push-match-many-refs'
Junio C Hamano
1
-2
/
+25
2013-07-08
cache.h: move remote/connect API out of it
Junio C Hamano
1
-0
/
+8
2013-07-08
remote.c: avoid O(m*n) behavior in match_push_refs
Brandon Casey
1
-2
/
+25
2013-06-23
remote: remove dead code in read_branches_file()
Ramkumar Ramachandra
1
-19
/
+4
2013-05-28
remote: trivial style cleanup
Felipe Contreras
1
-2
/
+1
2013-04-02
remote.c: introduce branch.<name>.pushremote
Ramkumar Ramachandra
1
-0
/
+4
2013-04-02
remote.c: introduce remote.pushdefault
Ramkumar Ramachandra
1
-0
/
+7
2013-04-02
remote.c: introduce a way to have different remotes for fetch/push
Ramkumar Ramachandra
1
-4
/
+21
2013-04-02
remote.c: simplify a bit of code using git_config_string()
Ramkumar Ramachandra
1
-3
/
+2
2013-04-01
Merge branch 'jc/nobody-sets-src-peer-ref'
Junio C Hamano
1
-3
/
+0
2013-03-25
Merge branch 'jc/push-follow-tag'
Junio C Hamano
1
-0
/
+99
2013-03-21
Merge branch 'jc/fetch-raw-sha1'
Junio C Hamano
1
-18
/
+23
2013-03-05
push: --follow-tags
Junio C Hamano
1
-0
/
+99
2013-03-04
match_push_refs(): nobody sets src->peer_ref anymore
Junio C Hamano
1
-3
/
+0
2013-02-07
fetch: fetch objects by their exact SHA-1 object names
Junio C Hamano
1
-1
/
+11
2013-02-07
parse_fetch_refspec(): clarify the codeflow a bit
Junio C Hamano
1
-17
/
+12
2013-02-04
Merge branch 'jc/push-reject-reasons'
Junio C Hamano
1
-23
/
+19
2013-01-24
push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE
Junio C Hamano
1
-3
/
+8
[next]