summaryrefslogtreecommitdiffstats
path: root/remote.h
AgeCommit message (Expand)AuthorLines
2017-04-19Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano-0/+1
2017-04-19Merge branch 'bc/object-id'Junio C Hamano-3/+3
2017-04-16Merge branch 'jc/unused-symbols'Junio C Hamano-1/+0
2017-04-11remote: expose parse_push_refspec functionBrandon Williams-0/+1
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano-1/+0
2017-03-31Rename sha1_array to oid_arraybrian m. carlson-3/+3
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano-2/+7
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen-2/+7
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin-2/+2
2016-09-08Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano-1/+0
2016-08-10Merge branch 'jk/push-force-with-lease-creation'Junio C Hamano-1/+0
2016-07-26push: allow pushing new branches with --force-with-leaseJohn Keeping-1/+0
2016-02-16remote: simplify remote_is_configured()Thomas Gummerer-1/+2
2016-01-26http: allow selection of proxy authentication methodKnut Franke-0/+1
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson-1/+1
2015-11-20Convert struct ref to use object_id.brian m. carlson-3/+3
2015-05-22remote.c: add branch_get_pushJeff King-0/+10
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King-1/+2
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King-1/+5
2015-05-21remote.c: introduce branch_get_upstream helperJeff King-0/+7
2015-05-21remote.c: provide per-branch pushremote nameJeff King-0/+2
2015-05-21remote.c: hoist branch.*.remote lookup out of remote_get_1Jeff King-0/+1
2015-05-21remote.c: drop "remote" pointer from "struct branch"Jeff King-1/+0
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano-1/+0
2015-01-15remote.c: make clear_cas_option() staticJunio C Hamano-1/+0
2015-01-07send-pack.c: add --atomic command line argumentRonnie Sahlberg-1/+2
2014-07-30use a hashmap to make remotes fasterPatrick Reynolds-0/+3
2014-03-05push: detect local refspec errors earlyJeff King-0/+1
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano-5/+4
2013-12-27Merge branch 'jc/push-refmap'Junio C Hamano-0/+2
2013-12-10fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy-0/+1
2013-12-10connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy-1/+2
2013-12-10remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy-5/+2
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano-0/+2
2013-10-30ref_remove_duplicates(): simplify loop logicMichael Haggerty-2/+6
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano-0/+83
2013-07-22push --force-with-lease: tie it all togetherJunio C Hamano-0/+1
2013-07-22push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano-0/+6
2013-07-22remote.c: add command line option parser for "--force-with-lease"Junio C Hamano-0/+22
2013-07-18fetch: make --prune configurableMichael Schubert-0/+1
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano-0/+54
2013-04-02remote.c: introduce a way to have different remotes for fetch/pushRamkumar Ramachandra-0/+1
2013-03-25Merge branch 'jc/push-follow-tag'Junio C Hamano-1/+2
2013-03-05push: --follow-tagsJunio C Hamano-1/+2
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano-0/+1
2012-05-22add sorting infrastructure for list refsJeff King-0/+2
2012-02-22push: add '--prune' optionFelipe Contreras-1/+2
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano-1/+1
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto-1/+1
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano-2/+2