Age | Commit message (Expand) | Author | Files | Lines |
2013-04-24 | remote: check for superfluous arguments in 'git remote add' | Thomas Rast | 1 | -1/+1 |
2012-11-26 | Fix typo in remote set-head usage | Antoine Pelisse | 1 | -1/+1 |
2012-09-12 | Merge branch 'nd/maint-remote-remove' | Junio C Hamano | 1 | -3/+3 |
2012-09-06 | remote: prefer subcommand name 'remove' to 'rm' | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2012-08-20 | i18n: remote: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -42/+42 |
2012-05-20 | remote: fix typo | Ralf Thielow | 1 | -1/+1 |
2012-05-02 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -106/+121 |
2012-04-24 | i18n: remote: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -106/+121 |
2012-04-24 | i18n: make warn_dangling_symref() automatically append \n | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2012-04-23 | Merge branch 'ms/remote-usage-string' | Junio C Hamano | 1 | -2/+2 |
2012-04-09 | remote: update builtin usage | Michael Schubert | 1 | -2/+2 |
2012-02-27 | Merge branch 'pj/remote-set-branches-usage-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2012-02-23 | Merge branch 'pj/remote-set-branches-usage-fix' | Junio C Hamano | 1 | -1/+1 |
2012-02-19 | remote: fix set-branches usage and documentation | Philip Jägenstedt | 1 | -1/+1 |
2012-01-29 | Merge branch 'nd/maint-refname-in-hierarchy-check' | Junio C Hamano | 1 | -1/+1 |
2012-01-11 | Fix incorrect ref namespace check | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-12-13 | Rename resolve_ref() to resolve_ref_unsafe() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-11-13 | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 1 | -5/+3 |
2011-11-08 | Merge branch 'jc/remote-setbranches-usage-fix' | Junio C Hamano | 1 | -1/+1 |
2011-11-08 | Merge branch 'fc/remote-seturl-usage-fix' | Junio C Hamano | 1 | -1/+1 |
2011-11-06 | remote: fix set-branches usage | Junio C Hamano | 1 | -1/+1 |
2011-10-26 | Merge branch 'cn/fetch-prune' | Junio C Hamano | 1 | -1/+2 |
2011-10-21 | Merge branch 'jc/match-refs-clarify' | Junio C Hamano | 1 | -2/+2 |
2011-10-15 | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 1 | -1/+2 |
2011-10-10 | Merge branch 'mz/remote-rename' | Junio C Hamano | 1 | -7/+21 |
2011-09-12 | rename "match_refs()" to "match_push_refs()" | Junio C Hamano | 1 | -2/+2 |
2011-09-11 | remote: only update remote-tracking branch if updating refspec | Martin von Zweigbergk | 1 | -3/+7 |
2011-09-11 | remote rename: warn when refspec was not updated | Martin von Zweigbergk | 1 | -0/+6 |
2011-09-11 | remote: "rename o foo" should not rename ref "origin/bar" | Martin von Zweigbergk | 1 | -1/+1 |
2011-09-11 | remote: write correct fetch spec when renaming remote 'remote' | Martin von Zweigbergk | 1 | -4/+8 |
2011-08-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-08-25 | whitespace: have SP on both sides of an assignment "=" | Junio C Hamano | 1 | -1/+1 |
2011-07-19 | Merge branch 'jk/clone-cmdline-config' | Junio C Hamano | 1 | -12/+2 |
2011-06-22 | remote: use new OPT_STRING_LIST | Jeff King | 1 | -12/+2 |
2011-05-31 | Merge branch 'jk/maint-remote-mirror-safer' | Junio C Hamano | 1 | -2/+2 |
2011-05-26 | remote: allow "-t" with fetch mirrors | Jeff King | 1 | -2/+2 |
2011-04-06 | Merge branch 'jk/maint-remote-mirror-safer' | Junio C Hamano | 1 | -13/+49 |
2011-03-30 | remote: deprecate --mirror | Jeff King | 1 | -1/+7 |
2011-03-30 | remote: separate the concept of push and fetch mirrors | Jeff King | 1 | -13/+38 |
2011-03-30 | remote: disallow some nonsensical option combinations | Jeff King | 1 | -0/+5 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
2010-11-24 | Merge branch 'rs/opt-help-text' | Junio C Hamano | 1 | -2/+2 |
2010-11-15 | add description parameter to OPT__DRY_RUN | René Scharfe | 1 | -1/+1 |
2010-11-15 | add description parameter to OPT__VERBOSE | René Scharfe | 1 | -1/+1 |
2010-11-03 | Change incorrect "remote branch" to "remote tracking branch" in C code | Matthieu Moy | 1 | -3/+3 |
2010-10-08 | Use parentheses and `...' where appropriate | Štěpán Němec | 1 | -1/+1 |
2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -1/+1 |
2010-07-05 | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 1 | -6/+6 |
2010-06-30 | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 1 | -34/+34 |
2010-06-27 | string_list: Fix argument order for string_list_append | Julian Phillips | 1 | -23/+23 |