summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-22remote: rename 'new' variablesBrandon Williams
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason
2018-02-09remote: add a macro for "refs/tags/*:refs/tags/*"Ævar Arnfjörð Bjarmason
2018-01-24status: support --no-ahead-behind in long formatJeff Hostetler
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler
2018-01-24stat_tracking_info: return +1 when branches not equalJeff Hostetler
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano
2017-11-08for-each-ref: let upstream/push report the remote ref nameJ Wyman
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-10Merge branch 'ma/up-to-date'Junio C Hamano
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano
2017-08-11Merge branch 'bc/object-id'Junio C Hamano
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-07-17remote: convert struct push_cas to struct object_idbrian m. carlson
2017-07-05remote.c: drop hashmap_cmp_fn castStefan Beller
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-05Merge branch 'jk/drop-free-refspecs'Junio C Hamano
2017-06-02Merge branch 'js/bs-is-a-dir-sep-on-windows'Junio C Hamano
2017-06-01remote: drop free_refspecs() functionJeff King
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-25Windows: do not treat a path with backslashes as a remote's nick nameJohannes Sixt
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08remote: plug memory leak in match_explicit()Johannes Schindelin
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-17Merge branch 'jc/unused-symbols'Junio C Hamano
2017-04-11remote: expose parse_push_refspec functionBrandon Williams
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano
2017-02-27Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano
2017-02-14remote: avoid reading $GIT_DIR config in non-repoJeff King
2017-01-31Merge branch 'km/branch-get-push-while-detached' into maintJunio C Hamano
2017-01-31Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2017-01-18Merge branch 'km/branch-get-push-while-detached'Junio C Hamano
2017-01-08branch_get_push: do not segfault when HEAD is detachedKyle Meyer
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-26Merge branch 'nd/remote-plural-ours-plus-theirs' into maintJunio C Hamano