aboutsummaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAge
* Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-19
|\
| * remote: expose parse_push_refspec functionBrandon Williams2017-04-11
* | Merge branch 'jc/unused-symbols'Junio C Hamano2017-04-16
|\ \ | |/ |/|
| * remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano2017-03-31
* | Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano2017-02-27
|\ \
| * | remote: avoid reading $GIT_DIR config in non-repoJeff King2017-02-14
| * | Merge branch 'km/branch-get-push-while-detached' into maintJunio C Hamano2017-01-31
| |\ \
* | \ \ Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano2017-01-31
|\ \ \ \
| * | | | remote rename: more carefully determine whether a remote is configuredJohannes Schindelin2017-01-19
| |/ / /
* | | | Merge branch 'km/branch-get-push-while-detached'Junio C Hamano2017-01-18
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | branch_get_push: do not segfault when HEAD is detachedKyle Meyer2017-01-07
| * | Merge branch 'nd/remote-plural-ours-plus-theirs' into maintJunio C Hamano2016-05-26
| |\ \
| * \ \ Merge branch 'jk/fix-attribute-macro-in-2.5' into HEADJunio C Hamano2016-05-18
| |\ \ \
* | | | | use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe2016-09-15
* | | | | Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano2016-09-08
|\ \ \ \ \
| * | | | | push: allow pushing new branches with --force-with-leaseJohn Keeping2016-07-26
| * | | | | push: add shorthand for --force-with-lease branch creationJohn Keeping2016-07-26
| * | | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-10
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'nd/remote-plural-ours-plus-theirs'Junio C Hamano2016-05-17
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | remote.c: specify correct plural form in "commit diverge" messageNguyễn Thái Ngọc Duy2016-05-06
* | | | | | | Merge branch 'jk/fix-attribute-macro-in-2.5'Junio C Hamano2016-05-03
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | remote.c: spell __attribute__ correctlyJeff King2016-04-25
* | | | | | remote: don't resolve HEAD in non-repositoryJeff King2016-03-06
* | | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | use st_add and st_mult for allocation size computationJeff King2016-02-22
| * | | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* | | | | | Merge branch 'tg/git-remote'Junio C Hamano2016-02-26
|\ \ \ \ \ \
| * | | | | | remote: simplify remote_is_configured()Thomas Gummerer2016-02-16
| * | | | | | remote: use parse_config_keyThomas Gummerer2016-02-16
* | | | | | | Merge branch 'aw/push-force-with-lease-reporting'Junio C Hamano2016-02-10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | push: fix ref status reporting for --force-with-leaseAndrew Wheeler2016-02-01
| |/ / / /
* | | | | Merge branch 'kf/http-proxy-auth-methods'Junio C Hamano2016-02-03
|\ \ \ \ \
| * | | | | http: allow selection of proxy authentication methodKnut Franke2016-01-26
| |/ / / /
* | | | | remote.c: read $GIT_DIR/remotes/* with strbuf_getline()Junio C Hamano2016-01-15
* | | | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/ / / /
* | | | remote: convert functions to struct object_idbrian m. carlson2015-11-20
* | | | Convert struct object to object_idbrian m. carlson2015-11-20
* | | | ref_newer: convert to use struct object_idbrian m. carlson2015-11-20
* | | | Convert struct ref to use object_id.brian m. carlson2015-11-20
* | | | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-30
|\ \ \ \ | | |/ / | |/| |
| * | | use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-26
* | | | read_branches_file: plug a FILE* leakJohannes Sixt2015-10-23
* | | | stat_tracking_info: convert to argv_arrayJeff King2015-10-05
* | | | read_remotes_file: simplify string handlingJeff King2015-09-25
* | | | read_branches_file: simplify string handlingJeff King2015-09-25
* | | | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-25
|/ / /
* | | Merge branch 'bc/object-id'Junio C Hamano2015-06-05
|\ \ \ | |/ / |/| |
| * | remote: rewrite functions to take object_id argumentsMichael Haggerty2015-05-25
| * | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
| |/
* | remote.c: add branch_get_pushJeff King2015-05-22