summaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-4/+2
* Merge branch 'bc/object-id'Junio C Hamano2015-06-051-5/+8
|\
| * remote: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-11/+8
| * each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-2/+8
* | remote.c: add branch_get_pushJeff King2015-05-221-0/+85
* | remote.c: return upstream name from stat_tracking_infoJeff King2015-05-221-18/+17
* | remote.c: untangle error logic in branch_get_upstreamJeff King2015-05-221-6/+13
* | remote.c: report specific errors from branch_get_upstreamJeff King2015-05-211-4/+29
* | remote.c: introduce branch_get_upstream helperJeff King2015-05-211-3/+9
* | remote.c: hoist read_config into remote_get_1Jeff King2015-05-211-2/+2
* | remote.c: provide per-branch pushremote nameJeff King2015-05-211-18/+22
* | remote.c: hoist branch.*.remote lookup out of remote_get_1Jeff King2015-05-211-7/+14
* | remote.c: drop "remote" pointer from "struct branch"Jeff King2015-05-211-3/+4
* | remote.c: refactor setup of branch->merge listJeff King2015-05-211-4/+15
* | remote.c: drop default_remote_name variableJeff King2015-05-031-12/+11
|/
* Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-1/+1
|\
| * remote.c: make clear_cas_option() staticJunio C Hamano2015-01-151-1/+1
* | Merge branch 'jk/blame-commit-label'Junio C Hamano2015-02-111-2/+2
|\ \ | |/ |/|
| * use xstrdup_or_null to replace ternary conditionalsJeff King2015-01-131-2/+2
* | Merge branch 'jc/checkout-local-track-report'Junio C Hamano2015-01-071-11/+23
|\ \
| * | checkout: report upstream correctly even with loosely defined branch.*.mergejc/checkout-local-track-reportJunio C Hamano2014-10-141-11/+23
* | | sort_string_list(): rename to string_list_sort()mh/simplify-repack-without-refsMichael Haggerty2014-11-251-3/+3
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-4/+7
| |/ |/|
* | remote: simplify match_name_with_pattern() using strbufrs/remote-simplifyRené Scharfe2014-09-221-12/+5
* | Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano2014-09-091-1/+2
|\ \
| * | prepare_revision_walk(): check for return value in all placessb/prepare-revision-walk-error-checkStefan Beller2014-08-121-1/+2
| |/
* | Merge branch 'sb/plug-leaks'Junio C Hamano2014-09-091-3/+3
|\ \
| * | remote.c: don't leak the base branch name in format_tracking_infoStefan Beller2014-08-101-3/+3
| |/
* | use a hashmap to make remotes fasterpr/remotes-in-hashmapPatrick Reynolds2014-07-301-17/+46
* | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-091-5/+1
|\ \
| * | use xstrfmt in favor of manual size calculationsJeff King2014-06-191-5/+1
| |/
* | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-3/+2
|\ \
| * | use skip_prefix to avoid repeating stringsJeff King2014-06-201-3/+2
| |/
* | Merge branch 'rs/more-starts-with'Junio C Hamano2014-06-201-1/+1
|\ \ | |/ |/|
| * Use starts_with() for C strings instead of memcmp()rs/more-starts-withRené Scharfe2014-06-091-1/+1
* | remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
|/
* Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-1/+1
|\
| * comments: fix misuses of "nor"Justin Lebar2014-03-311-1/+1
| * Merge branch 'jk/remote-pushremote-config-reading' into maintJunio C Hamano2014-03-181-1/+6
| |\
* | \ Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano2014-04-031-6/+44
|\ \ \
| * | | fetch: handle overlaping refspecs on --prunecn/fetch-prune-overlapping-destinationCarlos Martín Nieto2014-03-261-6/+44
* | | | Merge branch 'jk/detect-push-typo-early'Junio C Hamano2014-03-181-29/+75
|\ \ \ \
| * | | | push: detect local refspec errors earlyjk/detect-push-typo-earlyJeff King2014-03-051-0/+25
| * | | | match_explicit_lhs: allow a "verify only" modeJeff King2014-03-051-14/+24
| * | | | match_explicit: hoist refspec lhs checks into their own functionJeff King2014-03-051-19/+30
| | |/ / | |/| |
* | | | Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano2014-03-141-1/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | remote: handle pushremote config in any orderjk/remote-pushremote-config-readingJeff King2014-02-241-1/+6
| |/
* | Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano2014-01-271-4/+4
|\ \
| * | refname_match(): always use the rules in ref_rev_parse_rulesmh/retire-ref-fetch-rules@fooMichael Haggerty2014-01-141-4/+4
| |/
* | Merge branch 'jc/push-refmap'Junio C Hamano2013-12-271-4/+4
|\ \