58 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
Antoine Pelisse d1eded46fa Fix typo in remote set-head usage 12 years ago
Nguyễn Thái Ngọc Duy e17dba8fe1 remote: prefer subcommand name 'remove' to 'rm' 12 years ago
Nguyễn Thái Ngọc Duy fbbae140d3 i18n: remote: mark parseopt strings for translation 12 years ago
Ralf Thielow aa3bb87176 remote: fix typo 13 years ago
Nguyễn Thái Ngọc Duy bb16d5dd30 i18n: remote: mark strings for translation 13 years ago
Nguyễn Thái Ngọc Duy 18986d5377 i18n: make warn_dangling_symref() automatically append \n 13 years ago
Michael Schubert 31558fd48e remote: update builtin usage 13 years ago
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() 13 years ago
Junio C Hamano 656cdf0c9e remote: fix set-branches usage 13 years ago
Carlos Martín Nieto ed43de6ec3 fetch: honor the user-provided refspecs when pruning refs 13 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 13 years ago
Martin von Zweigbergk b52d00aede remote: only update remote-tracking branch if updating refspec 13 years ago
Martin von Zweigbergk 1822b86a51 remote rename: warn when refspec was not updated 13 years ago
Martin von Zweigbergk 60e5eee0f1 remote: "rename o foo" should not rename ref "origin/bar" 13 years ago
Martin von Zweigbergk 28f555f635 remote: write correct fetch spec when renaming remote 'remote' 13 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 13 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 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 14 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 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 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 15 years ago
Tim Henigan 997c2a45ec Update 'git remote update' usage string to match man page. 15 years ago
Björn Gustavsson 8db355964d Re-implement 'git remote update' using 'git fetch' 15 years ago
Jay Soffian 3cf6134ad0 teach warn_dangling_symref to take a FILE argument 15 years ago
Jay Soffian f2ef6075c9 remote: refactor some logic into get_stale_heads() 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 15 years ago
Chris Frey 345a380394 git-remote: fix missing .uploadpack usage for show command 16 years ago