summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
2017-06-13Merge branch 'jk/drop-free-refspecs' into maintJunio C Hamano-22/+6
2017-06-05Merge branch 'js/bs-is-a-dir-sep-on-windows' into maintJunio C Hamano-1/+6
2017-06-01remote: drop free_refspecs() functionJeff King-22/+6
2017-05-26Windows: do not treat a path with backslashes as a remote's nick nameJohannes Sixt-1/+6
2017-05-08remote: plug memory leak in match_explicit()Johannes Schindelin-2/+3
2017-04-19Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano-1/+1
2017-04-16Merge branch 'jc/unused-symbols'Junio C Hamano-1/+1
2017-04-11remote: expose parse_push_refspec functionBrandon Williams-1/+1
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano-1/+1
2017-02-27Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano-1/+1
2017-02-14remote: avoid reading $GIT_DIR config in non-repoJeff King-1/+1
2017-01-31Merge branch 'km/branch-get-push-while-detached' into maintJunio C Hamano-3/+3
2017-01-31Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano-2/+10
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin-2/+10
2017-01-18Merge branch 'km/branch-get-push-while-detached'Junio C Hamano-3/+3
2017-01-07branch_get_push: do not segfault when HEAD is detachedKyle Meyer-3/+3
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe-4/+4
2016-09-08Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano-4/+5
2016-07-26push: allow pushing new branches with --force-with-leaseJohn Keeping-4/+3
2016-07-26push: add shorthand for --force-with-lease branch creationJohn Keeping-0/+2
2016-05-26Merge branch 'nd/remote-plural-ours-plus-theirs' into maintJunio C Hamano-1/+1
2016-05-18Merge branch 'jk/fix-attribute-macro-in-2.5' into HEADJunio C Hamano-1/+1
2016-05-17Merge branch 'nd/remote-plural-ours-plus-theirs'Junio C Hamano-1/+1
2016-05-06remote.c: specify correct plural form in "commit diverge" messageNguyễn Thái Ngọc Duy-1/+1
2016-05-03Merge branch 'jk/fix-attribute-macro-in-2.5'Junio C Hamano-1/+1
2016-04-25remote.c: spell __attribute__ correctlyJeff King-1/+1
2016-03-10Merge branch 'jk/tighten-alloc' into maintJunio C Hamano-8/+5
2016-03-06remote: don't resolve HEAD in non-repositoryJeff King-5/+6
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano-8/+5
2016-02-26Merge branch 'tg/git-remote'Junio C Hamano-48/+34
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-16remote: simplify remote_is_configured()Thomas Gummerer-11/+2
2016-02-16remote: use parse_config_keyThomas Gummerer-37/+32
2016-02-10Merge branch 'aw/push-force-with-lease-reporting'Junio C Hamano-7/+8
2016-02-03Merge branch 'kf/http-proxy-auth-methods'Junio C Hamano-0/+3
2016-02-01push: fix ref status reporting for --force-with-leaseAndrew Wheeler-7/+8
2016-01-26http: allow selection of proxy authentication methodKnut Franke-0/+3
2016-01-15remote.c: read $GIT_DIR/remotes/* with strbuf_getline()Junio C Hamano-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano-2/+2
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