summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)Author
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-17Merge branch 'fc/trivial'Junio C Hamano
2013-12-09remote: fix status with branch...rebase=preserveFelipe Contreras
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder
2013-10-30fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty
2013-10-30builtin/remote.c:update(): use struct argv_arrayMichael Haggerty
2013-10-30builtin/remote.c: reorder function definitionsMichael Haggerty
2013-10-14Merge branch 'po/remote-set-head-usage'Jonathan Nieder
2013-09-27remote set-head -h: add long options to synopsisPhilip Oakley
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-04-24remote: check for superfluous arguments in 'git remote add'Thomas Rast
2012-11-26Fix typo in remote set-head usageAntoine Pelisse
2012-09-12Merge branch 'nd/maint-remote-remove'Junio C Hamano
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy
2012-08-20i18n: remote: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-05-21remote: fix typoRalf Thielow
2012-05-02Merge branch 'nd/i18n'Junio C Hamano
2012-04-24i18n: remote: mark strings for translationNguyễn Thái Ngọc Duy
2012-04-24i18n: make warn_dangling_symref() automatically append \nNguyễn Thái Ngọc Duy
2012-04-23Merge branch 'ms/remote-usage-string'Junio C Hamano
2012-04-09remote: update builtin usageMichael Schubert
2012-02-27Merge branch 'pj/remote-set-branches-usage-fix' into maintJunio C Hamano
2012-02-23Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano
2012-02-20remote: fix set-branches usage and documentationPhilip Jägenstedt
2012-01-29Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano
2012-01-11Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy
2011-11-09Merge branch 'jc/remote-setbranches-usage-fix'Junio C Hamano
2011-11-09Merge branch 'fc/remote-seturl-usage-fix'Junio C Hamano
2011-11-07remote: fix set-branches usageJunio C Hamano
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano
2011-10-16fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto
2011-10-10Merge branch 'mz/remote-rename'Junio C Hamano
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano
2011-09-12remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk
2011-09-12remote rename: warn when refspec was not updatedMartin von Zweigbergk
2011-09-12remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk
2011-09-12remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk
2011-08-25Merge branch 'maint'Junio C Hamano
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano
2011-07-19Merge branch 'jk/clone-cmdline-config'Junio C Hamano
2011-06-22remote: use new OPT_STRING_LISTJeff King
2011-05-31Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano
2011-05-26remote: allow "-t" with fetch mirrorsJeff King
2011-04-06Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano
2011-03-30remote: deprecate --mirrorJeff King
2011-03-30remote: separate the concept of push and fetch mirrorsJeff King