summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano
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
2013-01-12Merge branch 'jc/fetch-ignore-symref' into maintJunio C Hamano
2013-01-06Merge branch 'jc/fetch-ignore-symref'Junio C Hamano
2013-01-06Merge branch 'cr/push-force-tag-update'Junio C Hamano
2012-12-11fetch: ignore wildcarded refspecs that update local symbolic refsJunio C Hamano
2012-12-03Merge branch 'mm/status-push-pull-advise'Junio C Hamano
2012-12-03status: respect advice.statusHints for ahead/behind adviceJeff King
2012-12-03push: cleanup push rules commentChris Rorvick
2012-12-02push: clarify rejection of update to non-commit-ishChris Rorvick
2012-12-02push: require force for annotated tagsChris Rorvick
2012-12-02push: require force for refs under refs/tags/Chris Rorvick
2012-12-02push: flag updates that require forceChris Rorvick
2012-12-02push: keep track of "update" state separatelyChris Rorvick
2012-12-02push: add advice for rejected tag referenceChris Rorvick
2012-11-28Merge branch 'mm/status-push-pull-advise'Junio C Hamano
2012-11-16status: add advice on how to push/pull to tracking branchMatthieu Moy
2012-11-15Merge branch 'jc/maint-fetch-tighten-refname-check'Junio C Hamano
2012-10-19get_fetch_map(): tighten checks on dest refsJunio C Hamano
2012-07-14Merge branch 'jk/push-delete-ref-error-message'Junio C Hamano
2012-07-03push: don't guess at qualifying remote refs on deletionJeff King
2012-05-22add sorting infrastructure for list refsJeff King
2012-02-23push: add '--prune' optionFelipe Contreras
2012-02-23remote: refactor code into alloc_delete_ref()Felipe Contreras