34 Commits (a9af6c451d68267a605b7b7385cdffa939b167b2)

Author SHA1 Message Date
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 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 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 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 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
Clemens Buchacher 6a01554e63 fix segfault showing an empty remote 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Mike Ralphson 7c0282bfb9 builtin-remote: fix typo in option description 16 years ago
Finn Arne Gangstad b344e1614b git remote update: Fallback to remote if group does not exist 16 years ago
Finn Arne Gangstad bed5d42163 git remote update: Report error for non-existing groups 16 years ago
Finn Arne Gangstad efa54803cb git remote update: New option --prune 16 years ago