173 Commits (73eb89e75949e7bc52515223a051aee0b986bbec)

Author SHA1 Message Date
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()" 13 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 15 years ago
Josh Triplett d071d94296 Wrap rewrite globals in a struct in preparation for adding another set 15 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 15 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
Michael J Gruber 203462347f Allow push and fetch urls to be different 16 years ago
Clemens Buchacher 6d2bf96e55 match_refs: search ref list tail internally 16 years ago
Michael J Gruber 57ffc5f85a Fix behavior with non-commit upstream references 16 years ago
Johannes Sixt cd294bc3f3 remote.c: do not trigger remote.<name>.<var> codepath for two-level names 16 years ago
Junio C Hamano 8fbf879ed7 Revert "stat_tracking_info(): only count real commits" 16 years ago
Michael J Gruber 45972ffbed remote.c: use shorten_unambiguous_ref 16 years ago
Nguyễn Thái Ngọc Duy 55f0566f6d get_local_heads(): do not return random pointer if there is no head 16 years ago
Finn Arne Gangstad 9a23ba3375 remote: New function remote_is_configured() 16 years ago
Michael J Gruber 5e6e2b487e Make local branches behave like remote branches when --tracked 16 years ago
Junio C Hamano 9326d49412 Remove total confusion from git-fetch and git-push 16 years ago
Benjamin Kramer 8e76bf3fc9 Remove unused assignments 16 years ago
Daniel Barkalow fa685bdf45 Give error when no remote is configured 16 years ago