summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2014-03-14Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano
2014-02-24remote: handle pushremote config in any orderJeff King
2014-01-27Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano
2014-01-14refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty
2013-12-27Merge branch 'jc/push-refmap'Junio C Hamano
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-12Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano
2013-10-30fetch: improve the error messages emitted for conflicting refspecsMichael Haggerty
2013-10-30handle_duplicate(): mark error message for translationMichael Haggerty
2013-10-30ref_remote_duplicates(): extract a function handle_duplicate()Michael Haggerty
2013-10-30ref_remove_duplicates(): simplify loop logicMichael Haggerty
2013-10-30ref_remove_duplicates(): avoid redundant bisectionMichael Haggerty
2013-10-30query_refspecs(): move some constants out of the loopMichael Haggerty
2013-10-30get_expanded_map(): avoid memory leakMichael Haggerty
2013-10-30get_expanded_map(): add docstringMichael Haggerty
2013-10-28Merge branch 'jk/remote-literal-string-leakfix'Junio C Hamano
2013-10-15remote: do not copy "origin" string literalJeff King
2013-09-20Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano
2013-08-26status: always show tracking branch even no changeJiang Xin
2013-08-26branch: report invalid tracking branch as goneJiang Xin
2013-07-23push --force-with-lease: tie it all togetherJunio C Hamano
2013-07-23push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano
2013-07-23remote.c: add command line option parser for "--force-with-lease"Junio C Hamano
2013-07-18fetch: make --prune configurableMichael Schubert
2013-07-18Merge branch 'bc/push-match-many-refs'Junio C Hamano
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano
2013-07-08remote.c: avoid O(m*n) behavior in match_push_refsBrandon Casey
2013-06-23remote: remove dead code in read_branches_file()Ramkumar Ramachandra
2013-05-28remote: trivial style cleanupFelipe Contreras
2013-04-02remote.c: introduce branch.<name>.pushremoteRamkumar Ramachandra
2013-04-02remote.c: introduce remote.pushdefaultRamkumar Ramachandra
2013-04-02remote.c: introduce a way to have different remotes for fetch/pushRamkumar Ramachandra
2013-04-02remote.c: simplify a bit of code using git_config_string()Ramkumar Ramachandra
2013-04-01Merge branch 'jc/nobody-sets-src-peer-ref'Junio C Hamano
2013-03-25Merge branch 'jc/push-follow-tag'Junio C Hamano
2013-03-21Merge branch 'jc/fetch-raw-sha1'Junio C Hamano
2013-03-05push: --follow-tagsJunio C Hamano
2013-03-04match_push_refs(): nobody sets src->peer_ref anymoreJunio C Hamano
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano
2013-02-07parse_fetch_refspec(): clarify the codeflow a bitJunio C Hamano
2013-02-04Merge branch 'jc/push-reject-reasons'Junio C Hamano
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano
2013-01-24push: further simplify the logic to assign rejection reasonJunio C Hamano
2013-01-24push: further clean up fields of "struct ref"Junio C Hamano
2013-01-24Merge branch 'cr/push-force-tag-update'Junio C Hamano
2013-01-16push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano