236 Commits (816900746839faaa1e346dde32abbce64ccbb3e5)

Author SHA1 Message Date
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano ca02465b41 push: use remote.$name.push as a refmap 11 years ago
Michael Haggerty f096e6e826 fetch: improve the error messages emitted for conflicting refspecs 12 years ago
Michael Haggerty 76ea6717fe handle_duplicate(): mark error message for translation 12 years ago
Michael Haggerty df02ebdac8 ref_remote_duplicates(): extract a function handle_duplicate() 12 years ago
Michael Haggerty b9afe6654d ref_remove_duplicates(): simplify loop logic 12 years ago
Michael Haggerty 09ea1f8e0e ref_remove_duplicates(): avoid redundant bisection 12 years ago
Michael Haggerty 049bff8f0e query_refspecs(): move some constants out of the loop 12 years ago
Michael Haggerty e31a17f741 get_expanded_map(): avoid memory leak 12 years ago
Michael Haggerty f166db26af get_expanded_map(): add docstring 12 years ago
Jeff King 11a6ba1c01 remote: do not copy "origin" string literal 12 years ago
Jiang Xin f223459bec status: always show tracking branch even no change 12 years ago
Jiang Xin f2e087395b branch: report invalid tracking branch as gone 12 years ago
Junio C Hamano 631b5ef219 push --force-with-lease: tie it all together 12 years ago
Junio C Hamano 91048a9537 push --force-with-lease: implement logic to populate old_sha1_expect[] 12 years ago
Junio C Hamano 28f5d17611 remote.c: add command line option parser for "--force-with-lease" 12 years ago
Michael Schubert 737c5a9cde fetch: make --prune configurable 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Brandon Casey f1bd15ab15 remote.c: avoid O(m*n) behavior in match_push_refs 12 years ago
Ramkumar Ramachandra 55cfde251b remote: remove dead code in read_branches_file() 12 years ago
Felipe Contreras 7a97ee1d84 remote: trivial style cleanup 12 years ago
Ramkumar Ramachandra 9f765ce62f remote.c: introduce branch.<name>.pushremote 12 years ago
Ramkumar Ramachandra 224c217163 remote.c: introduce remote.pushdefault 12 years ago
Ramkumar Ramachandra f24f715e05 remote.c: introduce a way to have different remotes for fetch/push 12 years ago
Ramkumar Ramachandra b4b634352d remote.c: simplify a bit of code using git_config_string() 12 years ago
Junio C Hamano c2aba155da push: --follow-tags 12 years ago
Junio C Hamano 703e8e65c8 match_push_refs(): nobody sets src->peer_ref anymore 12 years ago
Junio C Hamano 6e7b66eebd fetch: fetch objects by their exact SHA-1 object names 12 years ago
Junio C Hamano def249911a parse_fetch_refspec(): clarify the codeflow a bit 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Junio C Hamano 0f4d498dbe push: further simplify the logic to assign rejection reason 12 years ago
Junio C Hamano 5ece083fc7 push: further clean up fields of "struct ref" 12 years ago
Junio C Hamano 256b9d70a4 push: fix "refs/tags/ hierarchy cannot be updated without --force" 12 years ago
Junio C Hamano f8fb971eac fetch: ignore wildcarded refspecs that update local symbolic refs 12 years ago
Jeff King 491e3075a2 status: respect advice.statusHints for ahead/behind advice 12 years ago
Chris Rorvick a272b2896d push: cleanup push rules comment 12 years ago
Chris Rorvick 80054cf9d5 push: clarify rejection of update to non-commit-ish 12 years ago
Chris Rorvick 40eff17999 push: require force for annotated tags 12 years ago
Chris Rorvick dbfeddb12e push: require force for refs under refs/tags/ 12 years ago
Chris Rorvick 8c5f6f717d push: flag updates that require force 12 years ago
Chris Rorvick ffe81ef2ac push: keep track of "update" state separately 12 years ago
Chris Rorvick b24e6047a8 push: add advice for rejected tag reference 12 years ago
Matthieu Moy c190ced600 status: add advice on how to push/pull to tracking branch 12 years ago
Junio C Hamano 5c08c1f23a get_fetch_map(): tighten checks on dest refs 13 years ago
Jeff King 5742c82ba7 push: don't guess at qualifying remote refs on deletion 13 years ago
Jeff King ed81c76bc3 add sorting infrastructure for list refs 13 years ago
Felipe Contreras 6ddba5e241 push: add '--prune' option 13 years ago
Felipe Contreras 676552464a remote: refactor code into alloc_delete_ref() 13 years ago
Felipe Contreras db70a04cbb remote: reorganize check_pattern_match() 13 years ago
Felipe Contreras b1d8b1f3f1 remote: use a local variable in match_push_refs() 13 years ago