85 Commits (99caeed05d3e89176d352104a2b70a77aa7e5d81)

Author SHA1 Message Date
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
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
Finn Arne Gangstad b92c5f228a builtin-remote.c: Split out prune_remote as a separate function. 16 years ago
Jeff King 48ef563641 remote: improve sorting of "configure for git push" list 16 years ago
Junio C Hamano 8321c56b6b builtin-remote.c: no "commented out" code, please 16 years ago
Benjamin Kramer eb3a9dd327 Remove unused function scope local variables 16 years ago
Jay Soffian e5dcbfd9ab builtin-remote: new show output style for push refspecs 16 years ago
Jay Soffian 7ecbbf877c builtin-remote: new show output style 16 years ago
Jay Soffian bc14fac825 builtin-remote: add set-head subcommand 16 years ago
Jay Soffian e61e0cc6b7 builtin-remote: teach show to display remote HEAD 16 years ago
Jay Soffian 3bd925636c builtin-remote: fix two inconsistencies in the output of "show <remote>" 16 years ago
Jay Soffian cca7c97e37 builtin-remote: make get_remote_ref_states() always populate states.tracked 16 years ago
Jay Soffian e0cc81e63c builtin-remote: rename variables and eliminate redundant function call 16 years ago
Jay Soffian 7b9a5e276c builtin-remote: remove unused code in get_ref_states 16 years ago
Jay Soffian 8873323561 builtin-remote: refactor duplicated cleanup code 16 years ago
Junio C Hamano f8948e2fbc remote prune: warn dangling symrefs 16 years ago
Jay Soffian 441adf0ccf builtin-remote: make rm operation safer in mirrored repository 16 years ago
Jay Soffian e02f1762b2 builtin-remote: make rm() use properly named variable to hold return value 16 years ago
Cheng Renquan dbbd56f103 git-remote: add verbose mode to git remote update 16 years ago
Junio C Hamano 83b767360a builtin-remote.c: plug a small memory leak in get_one_remote_for_updates() 16 years ago
Cheng Renquan 357af14fc4 git-remote: match usage string with the manual pages 16 years ago
Miklos Vajna 1dd1239aa3 git-remote rename: migrate from remotes/ and branches/ 16 years ago
Daniel Lowe 9db56f71b9 Fix non-literal format in printf-style calls 16 years ago
Miklos Vajna bf98421a33 Implement git remote rename 16 years ago
Miklos Vajna eca35a25a9 Fix git branch -m for symrefs. 16 years ago
Johannes Sixt 20244ea2d0 git-remote: list branches in vertical lists 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Johannes Sixt 79bbc7fb07 git-remote: do not use user input in a printf format string 16 years ago
Michael J Gruber 7d20e2189e make "git remote" report multiple URLs 16 years ago
Johannes Schindelin bc699afcce clone: Add an option to set up a mirror 16 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Junio C Hamano 72972eb374 builtin-remote.c: fix earlier "skip_prefix()" conversion 17 years ago
Miklos Vajna fbca583732 Move parse-options's skip_prefix() to git-compat-util.h 17 years ago
Junio C Hamano 8b7d4e738e "remote prune": be quiet when there is nothing to prune 17 years ago
Olivier Marin e7d5a97d5e remote show: list tracked remote branches with -n 17 years ago
Olivier Marin 8d7679276a remote prune: print the list of pruned branches 17 years ago