summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14Merge branch 'po/remote-set-head-usage'Jonathan Nieder1-2/+2
2013-09-27remote set-head -h: add long options to synopsisPhilip Oakley1-2/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-14/+14
2013-04-24remote: check for superfluous arguments in 'git remote add'Thomas Rast1-1/+1
2012-11-26Fix typo in remote set-head usageAntoine Pelisse1-1/+1
2012-09-12Merge branch 'nd/maint-remote-remove'Junio C Hamano1-3/+3
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy1-3/+3
2012-08-20i18n: remote: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-42/+42
2012-05-20remote: fix typoRalf Thielow1-1/+1
2012-05-02Merge branch 'nd/i18n'Junio C Hamano1-106/+121
2012-04-24i18n: remote: mark strings for translationNguyễn Thái Ngọc Duy1-106/+121
2012-04-24i18n: make warn_dangling_symref() automatically append \nNguyễn Thái Ngọc Duy1-2/+2
2012-04-23Merge branch 'ms/remote-usage-string'Junio C Hamano1-2/+2
2012-04-09remote: update builtin usageMichael Schubert1-2/+2
2012-02-27Merge branch 'pj/remote-set-branches-usage-fix' into maintJunio C Hamano1-1/+1
2012-02-23Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano1-1/+1
2012-02-19remote: fix set-branches usage and documentationPhilip Jägenstedt1-1/+1
2012-01-29Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano1-1/+1
2012-01-11Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy1-1/+1
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy1-1/+1
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy1-5/+3
2011-11-08Merge branch 'jc/remote-setbranches-usage-fix'Junio C Hamano1-1/+1
2011-11-08Merge branch 'fc/remote-seturl-usage-fix'Junio C Hamano1-1/+1
2011-11-06remote: fix set-branches usageJunio C Hamano1-1/+1
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano1-1/+2
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano1-2/+2
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto1-1/+2
2011-10-10Merge branch 'mz/remote-rename'Junio C Hamano1-7/+21
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano1-2/+2
2011-09-11remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk1-3/+7
2011-09-11remote rename: warn when refspec was not updatedMartin von Zweigbergk1-0/+6
2011-09-11remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk1-1/+1
2011-09-11remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk1-4/+8
2011-08-25Merge branch 'maint'Junio C Hamano1-1/+1
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano1-1/+1
2011-07-19Merge branch 'jk/clone-cmdline-config'Junio C Hamano1-12/+2
2011-06-22remote: use new OPT_STRING_LISTJeff King1-12/+2
2011-05-31Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano1-2/+2
2011-05-26remote: allow "-t" with fetch mirrorsJeff King1-2/+2
2011-04-06Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano1-13/+49
2011-03-30remote: deprecate --mirrorJeff King1-1/+7
2011-03-30remote: separate the concept of push and fetch mirrorsJeff King1-13/+38
2011-03-30remote: disallow some nonsensical option combinationsJeff King1-0/+5
2011-03-22Fix sparse warningsStephen Boyd1-1/+1
2010-11-24Merge branch 'rs/opt-help-text'Junio C Hamano1-2/+2
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe1-1/+1
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy1-3/+3
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-1/+1