summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
2016-03-10Merge branch 'jk/tighten-alloc' into maintJunio C Hamano-8/+5
2016-02-22use st_add and st_mult for allocation size computationJeff King-4/+4
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King-4/+1
2016-02-01push: fix ref status reporting for --force-with-leaseAndrew Wheeler-7/+8
2015-11-20remote: convert functions to struct object_idbrian m. carlson-29/+29
2015-11-20Convert struct object to object_idbrian m. carlson-2/+2
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson-4/+4
2015-11-20Convert struct ref to use object_id.brian m. carlson-29/+29
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano-4/+2
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe-4/+2
2015-10-23read_branches_file: plug a FILE* leakJohannes Sixt-0/+1
2015-10-05stat_tracking_info: convert to argv_arrayJeff King-14/+12
2015-09-25read_remotes_file: simplify string handlingJeff King-37/+18
2015-09-25read_branches_file: simplify string handlingJeff King-34/+20
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King-6/+1
2015-06-05Merge branch 'bc/object-id'Junio C Hamano-5/+8
2015-05-25remote: rewrite functions to take object_id argumentsMichael Haggerty-11/+8
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty-2/+8
2015-05-22remote.c: add branch_get_pushJeff King-0/+85
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King-18/+17
2015-05-22remote.c: untangle error logic in branch_get_upstreamJeff King-6/+13
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King-4/+29
2015-05-21remote.c: introduce branch_get_upstream helperJeff King-3/+9
2015-05-21remote.c: hoist read_config into remote_get_1Jeff King-2/+2
2015-05-21remote.c: provide per-branch pushremote nameJeff King-18/+22
2015-05-21remote.c: hoist branch.*.remote lookup out of remote_get_1Jeff King-7/+14
2015-05-21remote.c: drop "remote" pointer from "struct branch"Jeff King-3/+4
2015-05-21remote.c: refactor setup of branch->merge listJeff King-4/+15
2015-05-03remote.c: drop default_remote_name variableJeff King-12/+11
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano-1/+1
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano-2/+2
2015-01-15remote.c: make clear_cas_option() staticJunio C Hamano-1/+1
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King-2/+2
2015-01-07Merge branch 'jc/checkout-local-track-report'Junio C Hamano-11/+23
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty-3/+3
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg-4/+7
2014-10-14checkout: report upstream correctly even with loosely defined branch.*.mergeJunio C Hamano-11/+23
2014-09-22remote: simplify match_name_with_pattern() using strbufRené Scharfe-12/+5
2014-09-09Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano-1/+2
2014-09-09Merge branch 'sb/plug-leaks'Junio C Hamano-3/+3
2014-08-12prepare_revision_walk(): check for return value in all placesStefan Beller-1/+2
2014-08-10remote.c: don't leak the base branch name in format_tracking_infoStefan Beller-3/+3
2014-07-30use a hashmap to make remotes fasterPatrick Reynolds-17/+46
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano-5/+1
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano-3/+2
2014-06-20Merge branch 'rs/more-starts-with'Junio C Hamano-1/+1
2014-06-20use skip_prefix to avoid repeating stringsJeff King-3/+2
2014-06-19use xstrfmt in favor of manual size calculationsJeff King-5/+1
2014-06-09Use starts_with() for C strings instead of memcmp()René Scharfe-1/+1
2014-05-27remote.c: rearrange xcalloc argumentsBrian Gesiak-1/+1