72 Commits (55d5d5bab7c3f9ab6310b9cf436a7935d7d32165)

Author SHA1 Message Date
Chris Frey 345a380394 git-remote: fix missing .uploadpack usage for show command 16 years ago
Michael J Gruber 956d27a872 builtin-remote: Make "remote show" display all urls 16 years ago
Clemens Buchacher 6a01554e63 fix segfault showing an empty remote 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 17 years ago
Michael J Gruber 7d20e2189e make "git remote" report multiple URLs 17 years ago
Johannes Schindelin bc699afcce clone: Add an option to set up a mirror 17 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
Olivier Marin 67a7e2d071 builtin-remote: split show_or_prune() in two separate functions 17 years ago
Olivier Marin 0ecfcb3b70 remote show: fix the -n option 17 years ago
Shawn O. Pearce 7ad2458fad Make "git-remote rm" delete refs acccording to fetch specs 17 years ago
Shawn O. Pearce c175a7ad32 Make "git-remote prune" delete refs according to fetch specs 17 years ago
Shawn O. Pearce 6a15bc0d22 Remove unused remote_prefix member in builtin-remote 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jeff King 1ce89cc4bb remote: create fetch config lines with '+' 17 years ago
Paolo Bonzini 84bb2dfd9f Add a remote.*.mirror configuration option 17 years ago