summaryrefslogtreecommitdiffstats
path: root/remote.h
AgeCommit message (Expand)AuthorLines
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano-2/+10
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason-0/+3
2018-02-09remote: add a macro for "refs/tags/*:refs/tags/*"Ævar Arnfjörð Bjarmason-0/+2
2018-01-24status: support --no-ahead-behind in long formatJeff Hostetler-1/+2
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler-2/+3
2018-01-24stat_tracking_info: return +1 when branches not equalJeff Hostetler-1/+7
2017-11-08for-each-ref: let upstream/push report the remote ref nameJ Wyman-0/+2
2017-07-17remote: convert struct push_cas to struct object_idbrian m. carlson-1/+1
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