summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe
2016-09-09Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano
2016-07-26push: allow pushing new branches with --force-with-leaseJohn Keeping
2016-07-26push: add shorthand for --force-with-lease branch creationJohn Keeping
2016-05-17Merge branch 'nd/remote-plural-ours-plus-theirs'Junio C Hamano
2016-05-06remote.c: specify correct plural form in "commit diverge" messageNguyễn Thái Ngọc Duy
2016-05-03Merge branch 'jk/fix-attribute-macro-in-2.5'Junio C Hamano
2016-04-25remote.c: spell __attribute__ correctlyJeff King
2016-03-10Merge branch 'jk/tighten-alloc' into maintJunio C Hamano
2016-03-07remote: don't resolve HEAD in non-repositoryJeff King
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-26Merge branch 'tg/git-remote'Junio C Hamano
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2016-02-16remote: simplify remote_is_configured()Thomas Gummerer
2016-02-16remote: use parse_config_keyThomas Gummerer
2016-02-10Merge branch 'aw/push-force-with-lease-reporting'Junio C Hamano
2016-02-03Merge branch 'kf/http-proxy-auth-methods'Junio C Hamano
2016-02-01push: fix ref status reporting for --force-with-leaseAndrew Wheeler
2016-01-26http: allow selection of proxy authentication methodKnut Franke
2016-01-15remote.c: read $GIT_DIR/remotes/* with strbuf_getline()Junio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-11-20remote: convert functions to struct object_idbrian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe
2015-10-23read_branches_file: plug a FILE* leakJohannes Sixt
2015-10-05stat_tracking_info: convert to argv_arrayJeff King
2015-09-25read_remotes_file: simplify string handlingJeff King
2015-09-25read_branches_file: simplify string handlingJeff King
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-06-05Merge branch 'bc/object-id'Junio C Hamano
2015-05-25remote: rewrite functions to take object_id argumentsMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-22remote.c: add branch_get_pushJeff King
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King
2015-05-22remote.c: untangle error logic in branch_get_upstreamJeff King
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King
2015-05-21remote.c: introduce branch_get_upstream helperJeff King
2015-05-21remote.c: hoist read_config into remote_get_1Jeff King
2015-05-21remote.c: provide per-branch pushremote nameJeff King
2015-05-21remote.c: hoist branch.*.remote lookup out of remote_get_1Jeff King
2015-05-21remote.c: drop "remote" pointer from "struct branch"Jeff King
2015-05-21remote.c: refactor setup of branch->merge listJeff King
2015-05-03remote.c: drop default_remote_name variableJeff King
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano
2015-01-15remote.c: make clear_cas_option() staticJunio C Hamano