47 Commits (69dec66b2f6ab5c8138cca37e74bd405c541318a)

Author SHA1 Message Date
Philip Jägenstedt ca5bc9e61f remote: fix set-branches usage and documentation 13 years ago
Nguyễn Thái Ngọc Duy 97ba642bcf Fix incorrect ref namespace check 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() 14 years ago
Junio C Hamano 656cdf0c9e remote: fix set-branches usage 14 years ago
Carlos Martín Nieto ed43de6ec3 fetch: honor the user-provided refspecs when pruning refs 14 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Martin von Zweigbergk b52d00aede remote: only update remote-tracking branch if updating refspec 14 years ago
Martin von Zweigbergk 1822b86a51 remote rename: warn when refspec was not updated 14 years ago
Martin von Zweigbergk 60e5eee0f1 remote: "rename o foo" should not rename ref "origin/bar" 14 years ago
Martin von Zweigbergk 28f555f635 remote: write correct fetch spec when renaming remote 'remote' 14 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 14 years ago
Jeff King 615ff912c5 remote: use new OPT_STRING_LIST 14 years ago
Jeff King 3eafdc961f remote: allow "-t" with fetch mirrors 14 years ago
Jeff King 0990248610 remote: deprecate --mirror 14 years ago
Jeff King a9f5a3558d remote: separate the concept of push and fetch mirrors 14 years ago
Jeff King 13fc2c1877 remote: disallow some nonsensical option combinations 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 15 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 15 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 15 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 15 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 15 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 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Julian Phillips b684e97736 string_list: Fix argument order for for_each_string_list 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Jonathan Nieder 3d8b69495f Add git remote set-branches 15 years ago
Samuel Tardieu 111fb85865 remote add: add a --[no-]tags option 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Ilari Liusvaara 433f2be139 Add git remote set-url 15 years ago
Björn Gustavsson 4f2e842dd0 Fix "git remote update" with remotes.defalt set 15 years ago
Bert Wesarg 92f676fce7 get_ref_states: strdup entries and free util in stale list 15 years ago
Tim Henigan 4504107d5e git remote: Separate usage strings for subcommands 16 years ago
Tim Henigan 997c2a45ec Update 'git remote update' usage string to match man page. 16 years ago
Björn Gustavsson 8db355964d Re-implement 'git remote update' using 'git fetch' 16 years ago
Jay Soffian 3cf6134ad0 teach warn_dangling_symref to take a FILE argument 16 years ago
Jay Soffian f2ef6075c9 remote: refactor some logic into get_stale_heads() 16 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Chris Frey 345a380394 git-remote: fix missing .uploadpack usage for show command 16 years ago
Bert Wesarg 3f721d1d6d builtin-remote: (get_one_entry): use strbuf 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Jim Meyering ce61595ea7 avoid NULL dereference on failed malloc 16 years ago
Michael J Gruber 4a4b4cdaab builtin-remote: Make "remote -v" display push urls 16 years ago
Michael J Gruber 857f8c30d7 builtin-remote: Show push urls as well 16 years ago
Michael J Gruber 956d27a872 builtin-remote: Make "remote show" display all urls 16 years ago
Clemens Buchacher 6d2bf96e55 match_refs: search ref list tail internally 16 years ago