summaryrefslogtreecommitdiffstats
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/drop-free-refspecs' into maintJunio C Hamano2017-06-131-22/+6
|\
| * remote: drop free_refspecs() functionJeff King2017-06-011-22/+6
* | Merge branch 'js/bs-is-a-dir-sep-on-windows' into maintJunio C Hamano2017-06-051-1/+6
|\ \
| * | Windows: do not treat a path with backslashes as a remote's nick nameJohannes Sixt2017-05-261-1/+6
* | | remote: plug memory leak in match_explicit()Johannes Schindelin2017-05-081-2/+3
| |/ |/|
* | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-191-1/+1
|\ \
| * | remote: expose parse_push_refspec functionBrandon Williams2017-04-111-1/+1
* | | Merge branch 'jc/unused-symbols'Junio C Hamano2017-04-161-1/+1
|\ \ \ | |/ / |/| |
| * | remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano2017-03-311-1/+1
* | | Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano2017-02-271-1/+1
|\ \ \
| * | | remote: avoid reading $GIT_DIR config in non-repoJeff King2017-02-141-1/+1
| * | | Merge branch 'km/branch-get-push-while-detached' into maintJunio C Hamano2017-01-311-3/+3
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano2017-01-311-2/+10
|\ \ \ \
| * | | | remote rename: more carefully determine whether a remote is configuredJohannes Schindelin2017-01-191-2/+10
| |/ / /
* | | | Merge branch 'km/branch-get-push-while-detached'Junio C Hamano2017-01-181-3/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | branch_get_push: do not segfault when HEAD is detachedKyle Meyer2017-01-071-3/+3
| * | Merge branch 'nd/remote-plural-ours-plus-theirs' into maintJunio C Hamano2016-05-261-1/+1
| |\ \
| * \ \ Merge branch 'jk/fix-attribute-macro-in-2.5' into HEADJunio C Hamano2016-05-181-1/+1
| |\ \ \
* | | | | use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe2016-09-151-4/+4
* | | | | Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano2016-09-081-4/+5
|\ \ \ \ \
| * | | | | push: allow pushing new branches with --force-with-leaseJohn Keeping2016-07-261-4/+3
| * | | | | push: add shorthand for --force-with-lease branch creationJohn Keeping2016-07-261-0/+2
| * | | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-101-8/+5
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'nd/remote-plural-ours-plus-theirs'Junio C Hamano2016-05-171-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | remote.c: specify correct plural form in "commit diverge" messageNguyễn Thái Ngọc Duy2016-05-061-1/+1
* | | | | | | Merge branch 'jk/fix-attribute-macro-in-2.5'Junio C Hamano2016-05-031-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | remote.c: spell __attribute__ correctlyJeff King2016-04-251-1/+1
* | | | | | remote: don't resolve HEAD in non-repositoryJeff King2016-03-061-5/+6
* | | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-8/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | use st_add and st_mult for allocation size computationJeff King2016-02-221-4/+4
| * | | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-4/+1
* | | | | | Merge branch 'tg/git-remote'Junio C Hamano2016-02-261-48/+34
|\ \ \ \ \ \
| * | | | | | remote: simplify remote_is_configured()Thomas Gummerer2016-02-161-11/+2
| * | | | | | remote: use parse_config_keyThomas Gummerer2016-02-161-37/+32
* | | | | | | Merge branch 'aw/push-force-with-lease-reporting'Junio C Hamano2016-02-101-7/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | push: fix ref status reporting for --force-with-leaseAndrew Wheeler2016-02-011-7/+8
| |/ / / /
* | | | | Merge branch 'kf/http-proxy-auth-methods'Junio C Hamano2016-02-031-0/+3
|\ \ \ \ \
| * | | | | http: allow selection of proxy authentication methodKnut Franke2016-01-261-0/+3
| |/ / / /
* | | | | remote.c: read $GIT_DIR/remotes/* with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* | | | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-2/+2
|/ / / /
* | | | remote: convert functions to struct object_idbrian m. carlson2015-11-201-29/+29
* | | | Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* | | | ref_newer: convert to use struct object_idbrian m. carlson2015-11-201-4/+4
* | | | Convert struct ref to use object_id.brian m. carlson2015-11-201-29/+29
* | | | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-301-4/+2
|\ \ \ \ | | |/ / | |/| |
| * | | use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-261-4/+2
* | | | read_branches_file: plug a FILE* leakJohannes Sixt2015-10-231-0/+1
* | | | stat_tracking_info: convert to argv_arrayJeff King2015-10-051-14/+12
* | | | read_remotes_file: simplify string handlingJeff King2015-09-251-37/+18
* | | | read_branches_file: simplify string handlingJeff King2015-09-251-34/+20