summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Libravatar Junio C Hamano1-28/+66
2013-10-30fetch: improve the error messages emitted for conflicting refspecsLibravatar Michael Haggerty1-3/+22
2013-10-30handle_duplicate(): mark error message for translationLibravatar Michael Haggerty1-1/+1
2013-10-30ref_remote_duplicates(): extract a function handle_duplicate()Libravatar Michael Haggerty1-8/+10
2013-10-30ref_remove_duplicates(): simplify loop logicLibravatar Michael Haggerty1-21/+31
2013-10-30ref_remove_duplicates(): avoid redundant bisectionLibravatar Michael Haggerty1-6/+6
2013-10-30query_refspecs(): move some constants out of the loopLibravatar Michael Haggerty1-2/+2
2013-10-30get_expanded_map(): avoid memory leakLibravatar Michael Haggerty1-3/+3
2013-10-30get_expanded_map(): add docstringLibravatar Michael Haggerty1-0/+7
2013-10-28Merge branch 'jk/remote-literal-string-leakfix'Libravatar Junio C Hamano1-1/+1
2013-10-15remote: do not copy "origin" string literalLibravatar Jeff King1-1/+1
2013-09-20Merge branch 'jx/branch-vv-always-compare-with-upstream'Libravatar Junio C Hamano1-25/+47
2013-09-09Merge branch 'jc/push-cas'Libravatar Junio C Hamano1-13/+162
2013-09-09Merge branch 'ms/fetch-prune-configuration'Libravatar Junio C Hamano1-0/+3
2013-08-26status: always show tracking branch even no changeLibravatar Jiang Xin1-3/+4
2013-08-26branch: report invalid tracking branch as goneLibravatar Jiang Xin1-25/+46
2013-07-22push --force-with-lease: tie it all togetherLibravatar Junio C Hamano1-13/+36
2013-07-22push --force-with-lease: implement logic to populate old_sha1_expect[]Libravatar Junio C Hamano1-0/+61
2013-07-22remote.c: add command line option parser for "--force-with-lease"Libravatar Junio C Hamano1-0/+57
2013-07-18fetch: make --prune configurableLibravatar Michael Schubert1-0/+3
2013-07-18Merge branch 'bc/push-match-many-refs'Libravatar Junio C Hamano1-2/+25
2013-07-08cache.h: move remote/connect API out of itLibravatar Junio C Hamano1-0/+8
2013-07-08remote.c: avoid O(m*n) behavior in match_push_refsLibravatar Brandon Casey1-2/+25
2013-06-23remote: remove dead code in read_branches_file()Libravatar Ramkumar Ramachandra1-19/+4
2013-05-28remote: trivial style cleanupLibravatar Felipe Contreras1-2/+1
2013-04-02remote.c: introduce branch.<name>.pushremoteLibravatar Ramkumar Ramachandra1-0/+4
2013-04-02remote.c: introduce remote.pushdefaultLibravatar Ramkumar Ramachandra1-0/+7
2013-04-02remote.c: introduce a way to have different remotes for fetch/pushLibravatar Ramkumar Ramachandra1-4/+21
2013-04-02remote.c: simplify a bit of code using git_config_string()Libravatar Ramkumar Ramachandra1-3/+2
2013-04-01Merge branch 'jc/nobody-sets-src-peer-ref'Libravatar Junio C Hamano1-3/+0
2013-03-25Merge branch 'jc/push-follow-tag'Libravatar Junio C Hamano1-0/+99
2013-03-21Merge branch 'jc/fetch-raw-sha1'Libravatar Junio C Hamano1-18/+23
2013-03-05push: --follow-tagsLibravatar Junio C Hamano1-0/+99
2013-03-04match_push_refs(): nobody sets src->peer_ref anymoreLibravatar Junio C Hamano1-3/+0
2013-02-07fetch: fetch objects by their exact SHA-1 object namesLibravatar Junio C Hamano1-1/+11
2013-02-07parse_fetch_refspec(): clarify the codeflow a bitLibravatar Junio C Hamano1-17/+12
2013-02-04Merge branch 'jc/push-reject-reasons'Libravatar Junio C Hamano1-23/+19
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCELibravatar Junio C Hamano1-3/+8
2013-01-24push: further simplify the logic to assign rejection reasonLibravatar Junio C Hamano1-16/+11
2013-01-24push: further clean up fields of "struct ref"Libravatar Junio C Hamano1-10/+6
2013-01-23Merge branch 'cr/push-force-tag-update'Libravatar Junio C Hamano1-36/+7
2013-01-16push: fix "refs/tags/ hierarchy cannot be updated without --force"Libravatar Junio C Hamano1-36/+7
2013-01-11Merge branch 'jc/fetch-ignore-symref' into maintLibravatar Junio C Hamano1-1/+12
2013-01-05Merge branch 'jc/fetch-ignore-symref'Libravatar Junio C Hamano1-1/+12
2013-01-05Merge branch 'cr/push-force-tag-update'Libravatar Junio C Hamano1-20/+63
2012-12-11fetch: ignore wildcarded refspecs that update local symbolic refsLibravatar Junio C Hamano1-1/+12
2012-12-03Merge branch 'mm/status-push-pull-advise'Libravatar Junio C Hamano1-6/+9
2012-12-03status: respect advice.statusHints for ahead/behind adviceLibravatar Jeff King1-6/+9
2012-12-03push: cleanup push rules commentLibravatar Chris Rorvick1-15/+17
2012-12-02push: clarify rejection of update to non-commit-ishLibravatar Chris Rorvick1-0/+5