summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Merge branch 'jk/remote-literal-string-leakfix'Junio C Hamano1-1/+1
2013-10-15remote: do not copy "origin" string literalJeff King1-1/+1
2013-09-20Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano1-25/+47
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano1-13/+162
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano1-0/+3
2013-08-26status: always show tracking branch even no changeJiang Xin1-3/+4
2013-08-26branch: report invalid tracking branch as goneJiang Xin1-25/+46
2013-07-22push --force-with-lease: tie it all togetherJunio C Hamano1-13/+36
2013-07-22push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano1-0/+61
2013-07-22remote.c: add command line option parser for "--force-with-lease"Junio C Hamano1-0/+57
2013-07-18fetch: make --prune configurableMichael Schubert1-0/+3
2013-07-18Merge branch 'bc/push-match-many-refs'Junio C Hamano1-2/+25
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano1-0/+8
2013-07-08remote.c: avoid O(m*n) behavior in match_push_refsBrandon Casey1-2/+25
2013-06-23remote: remove dead code in read_branches_file()Ramkumar Ramachandra1-19/+4
2013-05-28remote: trivial style cleanupFelipe Contreras1-2/+1
2013-04-02remote.c: introduce branch.<name>.pushremoteRamkumar Ramachandra1-0/+4
2013-04-02remote.c: introduce remote.pushdefaultRamkumar Ramachandra1-0/+7
2013-04-02remote.c: introduce a way to have different remotes for fetch/pushRamkumar Ramachandra1-4/+21
2013-04-02remote.c: simplify a bit of code using git_config_string()Ramkumar Ramachandra1-3/+2
2013-04-01Merge branch 'jc/nobody-sets-src-peer-ref'Junio C Hamano1-3/+0
2013-03-25Merge branch 'jc/push-follow-tag'Junio C Hamano1-0/+99
2013-03-21Merge branch 'jc/fetch-raw-sha1'Junio C Hamano1-18/+23
2013-03-05push: --follow-tagsJunio C Hamano1-0/+99
2013-03-04match_push_refs(): nobody sets src->peer_ref anymoreJunio C Hamano1-3/+0
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano1-1/+11
2013-02-07parse_fetch_refspec(): clarify the codeflow a bitJunio C Hamano1-17/+12
2013-02-04Merge branch 'jc/push-reject-reasons'Junio C Hamano1-21/+17
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano1-3/+8
2013-01-24push: further simplify the logic to assign rejection reasonJunio C Hamano1-15/+10
2013-01-24push: further clean up fields of "struct ref"Junio C Hamano1-10/+6
2013-01-23Merge branch 'cr/push-force-tag-update'Junio C Hamano1-36/+7
2013-01-16push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano1-36/+7
2013-01-11Merge branch 'jc/fetch-ignore-symref' into maintJunio C Hamano1-1/+12
2013-01-05Merge branch 'jc/fetch-ignore-symref'Junio C Hamano1-1/+12
2013-01-05Merge branch 'cr/push-force-tag-update'Junio C Hamano1-19/+62
2012-12-11fetch: ignore wildcarded refspecs that update local symbolic refsJunio C Hamano1-1/+12
2012-12-03Merge branch 'mm/status-push-pull-advise'Junio C Hamano1-6/+9
2012-12-03status: respect advice.statusHints for ahead/behind adviceJeff King1-6/+9
2012-12-03push: cleanup push rules commentChris Rorvick1-15/+17
2012-12-02push: clarify rejection of update to non-commit-ishChris Rorvick1-0/+5
2012-12-02push: require force for annotated tagsChris Rorvick1-2/+9
2012-12-02push: require force for refs under refs/tags/Chris Rorvick1-4/+14
2012-12-02push: flag updates that require forceChris Rorvick1-3/+8
2012-12-02push: keep track of "update" state separatelyChris Rorvick1-7/+11
2012-12-02push: add advice for rejected tag referenceChris Rorvick1-0/+10
2012-11-28Merge branch 'mm/status-push-pull-advise'Junio C Hamano1-3/+10
2012-11-16status: add advice on how to push/pull to tracking branchMatthieu Moy1-3/+10
2012-11-15Merge branch 'jc/maint-fetch-tighten-refname-check'Junio C Hamano1-2/+2
2012-10-19get_fetch_map(): tighten checks on dest refsJunio C Hamano1-2/+2