| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'pj/remote-set-branches-usage-fix' | Junio C Hamano | 2012-02-23 | 1 | -1/+1 |
|\ |
|
| * | remote: fix set-branches usage and documentationpj/remote-set-branches-usage-fix | Philip Jägenstedt | 2012-02-19 | 1 | -1/+1 |
* | | Merge branch 'nd/maint-refname-in-hierarchy-check' | Junio C Hamano | 2012-01-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix incorrect ref namespace checknd/maint-refname-in-hierarchy-check | Nguyễn Thái Ngọc Duy | 2012-01-11 | 1 | -1/+1 |
* | | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-ref | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -1/+1 |
* | | | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 2011-11-13 | 1 | -5/+3 |
|/ / |
|
* | | Merge branch 'jc/remote-setbranches-usage-fix' | Junio C Hamano | 2011-11-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | remote: fix set-branches usagejc/remote-setbranches-usage-fix | Junio C Hamano | 2011-11-06 | 1 | -1/+1 |
* | | Merge branch 'fc/remote-seturl-usage-fix' | Junio C Hamano | 2011-11-08 | 1 | -1/+1 |
* | | Merge branch 'cn/fetch-prune' | Junio C Hamano | 2011-10-26 | 1 | -1/+2 |
|\ \ |
|
| * | | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 2011-10-15 | 1 | -1/+2 |
* | | | Merge branch 'jc/match-refs-clarify' | Junio C Hamano | 2011-10-21 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarify | Junio C Hamano | 2011-09-12 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'mz/remote-rename' | Junio C Hamano | 2011-10-10 | 1 | -7/+21 |
|\ \ \
| |/ /
|/| | |
|
| * | | remote: only update remote-tracking branch if updating refspec | Martin von Zweigbergk | 2011-09-11 | 1 | -3/+7 |
| * | | remote rename: warn when refspec was not updated | Martin von Zweigbergk | 2011-09-11 | 1 | -0/+6 |
| * | | remote: "rename o foo" should not rename ref "origin/bar" | Martin von Zweigbergk | 2011-09-11 | 1 | -1/+1 |
| * | | remote: write correct fetch spec when renaming remote 'remote' | Martin von Zweigbergk | 2011-09-11 | 1 | -4/+8 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-08-25 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | whitespace: have SP on both sides of an assignment "=" | Junio C Hamano | 2011-08-25 | 1 | -1/+1 |
* | | | Merge branch 'jk/clone-cmdline-config' | Junio C Hamano | 2011-07-19 | 1 | -12/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | remote: use new OPT_STRING_LIST | Jeff King | 2011-06-22 | 1 | -12/+2 |
* | | | Merge branch 'jk/maint-remote-mirror-safer' | Junio C Hamano | 2011-05-31 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | remote: allow "-t" with fetch mirrors | Jeff King | 2011-05-26 | 1 | -2/+2 |
* | | | Merge branch 'jk/maint-remote-mirror-safer' | Junio C Hamano | 2011-04-06 | 1 | -13/+49 |
|\ \ \
| |/ / |
|
| * | | remote: deprecate --mirror | Jeff King | 2011-03-30 | 1 | -1/+7 |
| * | | remote: separate the concept of push and fetch mirrors | Jeff King | 2011-03-30 | 1 | -13/+38 |
| * | | remote: disallow some nonsensical option combinations | Jeff King | 2011-03-30 | 1 | -0/+5 |
* | | | Fix sparse warnings | Stephen Boyd | 2011-03-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'rs/opt-help-text' | Junio C Hamano | 2010-11-24 | 1 | -2/+2 |
|\ \ |
|
| * | | add description parameter to OPT__DRY_RUN | René Scharfe | 2010-11-15 | 1 | -1/+1 |
| * | | add description parameter to OPT__VERBOSE | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | | | Change incorrect "remote branch" to "remote tracking branch" in C code | Matthieu Moy | 2010-11-03 | 1 | -3/+3 |
|/ / |
|
* | | Use parentheses and `...' where appropriate | Štěpán Němec | 2010-10-08 | 1 | -1/+1 |
* | | Use angles for placeholders consistently | Štěpán Němec | 2010-10-08 | 1 | -1/+1 |
* | | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 2010-07-05 | 1 | -6/+6 |
* | | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | 1 | -34/+34 |
|\ \ |
|
| * | | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 | 1 | -23/+23 |
| * | | string_list: Fix argument order for string_list_insert | Julian Phillips | 2010-06-27 | 1 | -3/+3 |
| * | | string_list: Fix argument order for for_each_string_list | Julian Phillips | 2010-06-27 | 1 | -8/+8 |
* | | | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -4/+7 |
|\ \ \ |
|
| * | | | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | 1 | -1/+1 |
| * | | | Rewrite dynamic structure initializations to runtime assignment | Gary V. Vaughan | 2010-05-31 | 1 | -3/+6 |
* | | | | Merge branch 'jn/remote-set-branches' | Junio C Hamano | 2010-06-18 | 1 | -11/+91 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Add git remote set-branches | Jonathan Nieder | 2010-05-19 | 1 | -11/+91 |
| |/ |
|
* | | remote add: add a --[no-]tags option | Samuel Tardieu | 2010-04-19 | 1 | -1/+20 |
|/ |
|
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+1447 |