summaryrefslogtreecommitdiff
path: root/remote.h
Commit message (Expand)AuthorAgeFilesLines
* remote: move doc to remote.h and refspec.hHeba Waly2019-11-181-3/+54
* hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-1/+1
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-12/+12
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-051-6/+6
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-6/+6
* | Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano2019-05-091-1/+2
|\ \
| * | ref-filter: use correct branch for %(push:track)Damien Robert2019-04-181-1/+2
| |/
* | remote.c: make singular free_ref() publicJeff King2019-04-151-1/+3
|/
* Merge branch 'ds/reachable'Junio C Hamano2018-09-171-1/+0
|\
| * commit-reach: move ref_newer from remote.cDerrick Stolee2018-07-201-1/+0
* | Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* | fetch-pack: implement ref-in-wantBrandon Williams2018-06-281-0/+1
|/
* Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-39/+11
|\
| * remote: convert check_push_refs to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: convert query_refspecs to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-181-2/+1
| * remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-181-1/+1
| * remote: remove add_prune_tags_to_fetch_refspecBrandon Williams2018-05-181-2/+0
| * remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-181-4/+1
| * remote: convert push refspecs to struct refspecBrandon Williams2018-05-181-4/+2
| * refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-8/+8
| * refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-20/+0
| * Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-2/+9
| |\
* | | ls-remote: send server options when using protocol v2Brandon Williams2018-04-241-1/+3
* | | Merge branch 'bw/protocol-v2' into HEADJunio C Hamano2018-04-241-2/+9
|\ \ \ | |/ / |/| / | |/
| * connect: request remote refs using v2Brandon Williams2018-03-151-0/+6
| * connect: discover protocol version outside of get_remote_headsBrandon Williams2018-03-141-2/+3
* | Merge branch 'jh/status-no-ahead-behind'Junio C Hamano2018-03-081-2/+10
|\ \
| * | status: support --no-ahead-behind in long formatjh/status-no-ahead-behindJeff Hostetler2018-01-241-1/+2
| * | status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler2018-01-241-2/+3
| * | stat_tracking_info: return +1 when branches not equalJeff Hostetler2018-01-241-1/+7
| |/
* | fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason2018-02-091-0/+3
* | remote: add a macro for "refs/tags/*:refs/tags/*"Ævar Arnfjörð Bjarmason2018-02-091-0/+2
|/
* for-each-ref: let upstream/push report the remote ref nameJ Wyman2017-11-081-0/+2
* remote: convert struct push_cas to struct object_idbrian m. carlson2017-07-171-1/+1
* Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-191-0/+1
|\
| * remote: expose parse_push_refspec functionBrandon Williams2017-04-111-0/+1
* | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-3/+3
|\ \
| * | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-3/+3
| |/
* | Merge branch 'jc/unused-symbols'Junio C Hamano2017-04-161-1/+0
|\ \ | |/ |/|
| * remote.[ch]: parse_push_cas_option() can be staticjc/unused-symbolsJunio C Hamano2017-03-311-1/+0
* | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano2017-03-141-2/+7
|\ \
| * | fetch-pack: add specific error for fetching an unadvertised objectmm/fetch-show-error-message-on-unadvertised-objectMatt McCutchen2017-03-021-2/+7
| * | Merge branch 'jk/push-force-with-lease-creation'Junio C Hamano2016-08-101-1/+0
| |\ \
* | | | remote rename: more carefully determine whether a remote is configuredjs/remote-rename-with-half-configured-remoteJohannes Schindelin2017-01-191-2/+2
* | | | Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano2016-09-081-1/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | push: allow pushing new branches with --force-with-leaseJohn Keeping2016-07-261-1/+0
* | | remote: simplify remote_is_configured()Thomas Gummerer2016-02-161-1/+2
* | | http: allow selection of proxy authentication methodKnut Franke2016-01-261-0/+1
|/ /