aboutsummaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAge
* Merge branch 'po/remote-set-head-usage'Jonathan Nieder2013-10-14
|\
| * remote set-head -h: add long options to synopsisPhilip Oakley2013-09-27
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* remote: check for superfluous arguments in 'git remote add'Thomas Rast2013-04-24
* Fix typo in remote set-head usageAntoine Pelisse2012-11-26
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-12
|\
| * remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-06
* | i18n: remote: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
|/
* remote: fix typoRalf Thielow2012-05-20
* Merge branch 'nd/i18n'Junio C Hamano2012-05-02
|\
| * i18n: remote: mark strings for translationNguyễn Thái Ngọc Duy2012-04-24
| * i18n: make warn_dangling_symref() automatically append \nNguyễn Thái Ngọc Duy2012-04-24
* | Merge branch 'ms/remote-usage-string'Junio C Hamano2012-04-23
|\ \ | |/ |/|
| * remote: update builtin usageMichael Schubert2012-04-09
| * Merge branch 'pj/remote-set-branches-usage-fix' into maintJunio C Hamano2012-02-27
| |\
* | \ Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano2012-02-23
|\ \ \ | | |/ | |/|
| * | remote: fix set-branches usage and documentationPhilip Jägenstedt2012-02-19
* | | Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano2012-01-29
|\ \ \ | |_|/ |/| |
| * | Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy2012-01-11
* | | Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2011-12-13
* | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-13
|/ /
* | Merge branch 'jc/remote-setbranches-usage-fix'Junio C Hamano2011-11-08
|\ \ | |/
| * remote: fix set-branches usageJunio C Hamano2011-11-06
* | Merge branch 'fc/remote-seturl-usage-fix'Junio C Hamano2011-11-08
* | Merge branch 'cn/fetch-prune'Junio C Hamano2011-10-26
|\ \
| * | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-15
* | | Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-21
|\ \ \
| * | | rename "match_refs()" to "match_push_refs()"Junio C Hamano2011-09-12
| |/ /
* | | Merge branch 'mz/remote-rename'Junio C Hamano2011-10-10
|\ \ \ | |/ / |/| |
| * | remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-11
| * | remote rename: warn when refspec was not updatedMartin von Zweigbergk2011-09-11
| * | remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-11
| * | remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-11
* | | Merge branch 'maint'Junio C Hamano2011-08-25
|\ \ \ | |/ /
| * | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-25
* | | Merge branch 'jk/clone-cmdline-config'Junio C Hamano2011-07-19
|\ \ \ | |/ / |/| |
| * | remote: use new OPT_STRING_LISTJeff King2011-06-22
* | | Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-05-31
|\ \ \ | |/ / |/| |
| * | remote: allow "-t" with fetch mirrorsJeff King2011-05-26
* | | Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-04-06
|\ \ \ | |/ /
| * | remote: deprecate --mirrorJeff King2011-03-30
| * | remote: separate the concept of push and fetch mirrorsJeff King2011-03-30
| * | remote: disallow some nonsensical option combinationsJeff King2011-03-30
* | | Fix sparse warningsStephen Boyd2011-03-22
|/ /
* | Merge branch 'rs/opt-help-text'Junio C Hamano2010-11-24
|\ \
| * | add description parameter to OPT__DRY_RUNRené Scharfe2010-11-15
| * | add description parameter to OPT__VERBOSERené Scharfe2010-11-15
* | | Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy2010-11-03
|/ /
* | Use parentheses and `...' where appropriateŠtěpán Němec2010-10-08
* | Use angles for placeholders consistentlyŠtěpán Němec2010-10-08