| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sb/opt-filename' | Junio C Hamano | 2009-05-31 | 1 | -6/+10 |
|\ |
|
| * | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -6/+10 |
* | | fix segfault showing an empty remote | Clemens Buchacher | 2009-05-27 | 1 | -4/+4 |
|/ |
|
* | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 2009-04-29 | 1 | -2/+2 |
* | builtin-remote: fix typo in option description | Mike Ralphson | 2009-04-20 | 1 | -1/+1 |
* | git remote update: Fallback to remote if group does not exist | Finn Arne Gangstad | 2009-04-07 | 1 | -2/+8 |
* | git remote update: Report error for non-existing groups | Finn Arne Gangstad | 2009-04-07 | 1 | -3/+8 |
* | git remote update: New option --prune | Finn Arne Gangstad | 2009-04-05 | 1 | -4/+16 |
* | builtin-remote.c: Split out prune_remote as a separate function. | Finn Arne Gangstad | 2009-04-05 | 1 | -26/+30 |
* | Merge branch 'js/remote-improvements' | Junio C Hamano | 2009-03-28 | 1 | -1/+16 |
|\ |
|
| * | remote: improve sorting of "configure for git push" list | Jeff King | 2009-03-22 | 1 | -1/+16 |
* | | Merge branch 'xx/db-refspec-vs-js-remote' | Junio C Hamano | 2009-03-20 | 1 | -11/+3 |
|\ \ |
|
| * \ | Adjust js/remote-improvements and db/refspec-wildcard-in-the-middle | Junio C Hamano | 2009-03-08 | 1 | -97/+455 |
| |\ \
| | |/ |
|
* | | | Merge branch 'js/remote-improvements' | Junio C Hamano | 2009-03-17 | 1 | -97/+463 |
|\ \ \
| | |/
| |/| |
|
| * | | builtin-remote.c: no "commented out" code, please | Junio C Hamano | 2009-03-08 | 1 | -1/+0 |
| * | | builtin-remote: new show output style for push refspecs | Jay Soffian | 2009-02-27 | 1 | -16/+185 |
| * | | builtin-remote: new show output style | Jay Soffian | 2009-02-27 | 1 | -44/+138 |
| * | | builtin-remote: add set-head subcommand | Jay Soffian | 2009-02-27 | 1 | -0/+62 |
| * | | builtin-remote: teach show to display remote HEAD | Jay Soffian | 2009-02-27 | 1 | -5/+49 |
| * | | builtin-remote: fix two inconsistencies in the output of "show <remote>" | Jay Soffian | 2009-02-27 | 1 | -5/+10 |
| * | | builtin-remote: make get_remote_ref_states() always populate states.tracked | Jay Soffian | 2009-02-27 | 1 | -17/+16 |
| * | | builtin-remote: rename variables and eliminate redundant function call | Jay Soffian | 2009-02-27 | 1 | -12/+12 |
| * | | builtin-remote: remove unused code in get_ref_states | Jay Soffian | 2009-02-27 | 1 | -10/+3 |
| * | | builtin-remote: refactor duplicated cleanup code | Jay Soffian | 2009-02-27 | 1 | -8/+9 |
| |/ |
|
* | | Remove unused function scope local variables | Benjamin Kramer | 2009-03-07 | 1 | -2/+1 |
|/ |
|
* | remote prune: warn dangling symrefs | Junio C Hamano | 2009-02-10 | 1 | -0/+6 |
* | Merge branch 'js/maint-remote-remove-mirror' | Junio C Hamano | 2009-02-05 | 1 | -7/+32 |
|\ |
|
| * | builtin-remote: make rm operation safer in mirrored repository | Jay Soffian | 2009-02-04 | 1 | -2/+27 |
| * | builtin-remote: make rm() use properly named variable to hold return value | Jay Soffian | 2009-02-03 | 1 | -5/+5 |
* | | git-remote: add verbose mode to git remote update | Cheng Renquan | 2008-11-18 | 1 | -2/+6 |
* | | builtin-remote.c: plug a small memory leak in get_one_remote_for_updates() | Junio C Hamano | 2008-11-17 | 1 | -1/+1 |
* | | git-remote: match usage string with the manual pages | Cheng Renquan | 2008-11-17 | 1 | -4/+4 |
* | | Merge branch 'mv/remote-rename' | Junio C Hamano | 2008-11-12 | 1 | -0/+188 |
|\ \ |
|
| * | | git-remote rename: migrate from remotes/ and branches/ | Miklos Vajna | 2008-11-11 | 1 | -0/+35 |
| * | | Implement git remote rename | Miklos Vajna | 2008-11-05 | 1 | -0/+153 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-11-11 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 1 | -1/+1 |
* | | Merge branch 'mv/maint-branch-m-symref' | Junio C Hamano | 2008-11-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 | 1 | -2/+2 |
* | | git-remote: list branches in vertical lists | Johannes Sixt | 2008-10-22 | 1 | -6/+5 |
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -6/+2 |
|/ |
|
* | Merge branch 'mg/maint-remote-fix' into maint | Shawn O. Pearce | 2008-09-29 | 1 | -8/+15 |
|\ |
|
| * | make "git remote" report multiple URLs | Michael J Gruber | 2008-09-22 | 1 | -8/+15 |
* | | git-remote: do not use user input in a printf format string | Johannes Sixt | 2008-09-22 | 1 | -10/+8 |
|/ |
|
* | clone: Add an option to set up a mirror | Johannes Schindelin | 2008-08-02 | 1 | -1/+1 |
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 | 1 | -62/+62 |
* | builtin-remote.c: fix earlier "skip_prefix()" conversion | Junio C Hamano | 2008-07-17 | 1 | -32/+19 |
* | Move parse-options's skip_prefix() to git-compat-util.h | Miklos Vajna | 2008-06-30 | 1 | -13/+26 |
* | "remote prune": be quiet when there is nothing to prune | Junio C Hamano | 2008-06-11 | 1 | -2/+3 |
* | remote show: list tracked remote branches with -n | Olivier Marin | 2008-06-10 | 1 | -2/+20 |