summaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-15/+7
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-7/+7
| * builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder2013-12-051-11/+3
* | Merge branch 'fc/trivial'Junio C Hamano2013-12-171-2/+7
|\ \
| * | remote: fix status with branch...rebase=preservefc/trivialFelipe Contreras2013-12-091-2/+7
| |/
* | fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty2013-10-301-3/+3
* | builtin/remote.c:update(): use struct argv_arrayMichael Haggerty2013-10-301-16/+17
* | builtin/remote.c: reorder function definitionsMichael Haggerty2013-10-301-81/+78
|/
* Merge branch 'po/remote-set-head-usage'Jonathan Nieder2013-10-141-2/+2
|\
| * remote set-head -h: add long options to synopsispo/remote-set-head-usagePhilip Oakley2013-09-271-2/+2
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-14/+14
|/
* remote: check for superfluous arguments in 'git remote add'Thomas Rast2013-04-241-1/+1
* Fix typo in remote set-head usageAntoine Pelisse2012-11-261-1/+1
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-121-3/+3
|\
| * remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-061-3/+3
* | i18n: remote: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-42/+42
|/
* remote: fix typoRalf Thielow2012-05-201-1/+1
* Merge branch 'nd/i18n'Junio C Hamano2012-05-021-106/+121
|\
| * i18n: remote: mark strings for translationNguyễn Thái Ngọc Duy2012-04-241-106/+121
| * i18n: make warn_dangling_symref() automatically append \nNguyễn Thái Ngọc Duy2012-04-241-2/+2
* | Merge branch 'ms/remote-usage-string'Junio C Hamano2012-04-231-2/+2
|\ \ | |/ |/|
| * remote: update builtin usageMichael Schubert2012-04-091-2/+2
| * Merge branch 'pj/remote-set-branches-usage-fix' into maintJunio C Hamano2012-02-271-1/+1
| |\
* | \ Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano2012-02-231-1/+1
|\ \ \ | | |/ | |/|
| * | remote: fix set-branches usage and documentationpj/remote-set-branches-usage-fixPhilip Jägenstedt2012-02-191-1/+1
* | | Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano2012-01-291-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix incorrect ref namespace checknd/maint-refname-in-hierarchy-checkNguyễn Thái Ngọc Duy2012-01-111-1/+1
* | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-131-1/+1
* | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-131-5/+3
|/ /
* | Merge branch 'jc/remote-setbranches-usage-fix'Junio C Hamano2011-11-081-1/+1
|\ \ | |/
| * remote: fix set-branches usagejc/remote-setbranches-usage-fixJunio C Hamano2011-11-061-1/+1
* | Merge branch 'fc/remote-seturl-usage-fix'Junio C Hamano2011-11-081-1/+1
* | Merge branch 'cn/fetch-prune'Junio C Hamano2011-10-261-1/+2
|\ \
| * | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-151-1/+2
* | | Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-211-2/+2
|\ \ \
| * | | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarifyJunio C Hamano2011-09-121-2/+2
| |/ /
* | | Merge branch 'mz/remote-rename'Junio C Hamano2011-10-101-7/+21
|\ \ \ | |/ / |/| |
| * | remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-111-3/+7
| * | remote rename: warn when refspec was not updatedMartin von Zweigbergk2011-09-111-0/+6
| * | remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-111-1/+1
| * | remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-111-4/+8
* | | Merge branch 'maint'Junio C Hamano2011-08-251-1/+1
|\ \ \ | |/ /
| * | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-251-1/+1
* | | Merge branch 'jk/clone-cmdline-config'Junio C Hamano2011-07-191-12/+2
|\ \ \ | |/ / |/| |
| * | remote: use new OPT_STRING_LISTJeff King2011-06-221-12/+2
* | | Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-05-311-2/+2
|\ \ \ | |/ / |/| |
| * | remote: allow "-t" with fetch mirrorsJeff King2011-05-261-2/+2
* | | Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-04-061-13/+49
|\ \ \ | |/ /
| * | remote: deprecate --mirrorJeff King2011-03-301-1/+7
| * | remote: separate the concept of push and fetch mirrorsJeff King2011-03-301-13/+38