191 Commits (d82dd26964b9d7b39fb74367e5fcc3e3f4593324)

Author SHA1 Message Date
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 12 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
Jiang Xin 8a5b749428 i18n: format_tracking_info "Your branch is behind" message 13 years ago
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 13 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 13 years ago
Carlos Martín Nieto ed43de6ec3 fetch: honor the user-provided refspecs when pruning refs 13 years ago
Carlos Martín Nieto c500352e0d remote: separate out the remote_find_tracking logic into query_refspecs 13 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 13 years ago
Michael Haggerty c28cce55e0 remote: use xstrdup() instead of strdup() 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 13 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Jeff King 59a5775770 make copy_ref globally available 14 years ago
Jeff King 61adfd3097 consider only branches in guess_remote_head 14 years ago
Matthieu Moy 8b3f3f84b2 Change "tracking branch" to "remote-tracking branch" 14 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Julian Phillips e8c8b7139c string_list: Fix argument order for string_list_lookup 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Tor Arntsen 2543d9b609 Change C99 comments to old-style C comments 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Samuel Tardieu 944163a4bd Honor "tagopt = --tags" configuration option 15 years ago
Tay Ray Chuan 20e8b465a5 refactor ref status logic for pushing 15 years ago
Daniel Barkalow 72ff894308 Allow helper to map private ref names into normal names 15 years ago
Daniel Barkalow c578f51d52 Add a config option for remotes to specify a foreign vcs 15 years ago
Daniel Barkalow 0a4da29dd8 Use a function to determine whether a remote is valid 15 years ago
Julian Phillips 95c96d48e6 remote: fix use-after-free error detected by glibc in ref_remove_duplicates 15 years ago
Jay Soffian f2ef6075c9 remote: refactor some logic into get_stale_heads() 15 years ago
Björn Gustavsson 7cc91a2f71 Add the configuration option skipFetchAll 15 years ago
Julian Phillips 73cf0822b2 remote: Make ref_remove_duplicates faster for large numbers of refs 15 years ago
Josh Triplett 1c2eafb89b Add url.<base>.pushInsteadOf: URL rewriting for push only 16 years ago
Josh Triplett d071d94296 Wrap rewrite globals in a struct in preparation for adding another set 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Clemens Buchacher 3eb9699733 fetch: do not create ref from empty name 16 years ago