summaryrefslogtreecommitdiffstats
path: root/builtin/remote.c
AgeCommit message (Expand)AuthorLines
2014-10-15remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg-4/+11
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg-2/+3
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano-2/+3
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano-6/+7
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg-2/+3
2014-06-30use strip_suffix instead of ends_with in simple casesJeff King-6/+7
2014-06-20refactor skip_prefix to return a booleanJeff King-3/+1
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano-7/+30
2014-05-27builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak-4/+4
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström-1/+6
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström-2/+18
2014-05-23remote rm: delete remote configuration as the lastJens Lindström-4/+6
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano-15/+7
2013-12-17Merge branch 'fc/trivial'Junio C Hamano-2/+7
2013-12-09remote: fix status with branch...rebase=preserveFelipe Contreras-2/+7
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-7/+7
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder-11/+3
2013-10-30fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty-3/+3
2013-10-30builtin/remote.c:update(): use struct argv_arrayMichael Haggerty-16/+17
2013-10-30builtin/remote.c: reorder function definitionsMichael Haggerty-81/+78
2013-10-14Merge branch 'po/remote-set-head-usage'Jonathan Nieder-2/+2
2013-09-27remote set-head -h: add long options to synopsisPhilip Oakley-2/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller-14/+14
2013-04-24remote: check for superfluous arguments in 'git remote add'Thomas Rast-1/+1
2012-11-26Fix typo in remote set-head usageAntoine Pelisse-1/+1
2012-09-12Merge branch 'nd/maint-remote-remove'Junio C Hamano-3/+3
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy-3/+3
2012-08-20i18n: remote: mark parseopt strings for translationNguyễn Thái Ngọc Duy-42/+42
2012-05-20remote: fix typoRalf Thielow-1/+1
2012-05-02Merge branch 'nd/i18n'Junio C Hamano-106/+121
2012-04-24i18n: remote: mark strings for translationNguyễn Thái Ngọc Duy-106/+121
2012-04-24i18n: make warn_dangling_symref() automatically append \nNguyễn Thái Ngọc Duy-2/+2
2012-04-23Merge branch 'ms/remote-usage-string'Junio C Hamano-2/+2
2012-04-09remote: update builtin usageMichael Schubert-2/+2
2012-02-27Merge branch 'pj/remote-set-branches-usage-fix' into maintJunio C Hamano-1/+1
2012-02-23Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano-1/+1
2012-02-19remote: fix set-branches usage and documentationPhilip Jägenstedt-1/+1
2012-01-29Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano-1/+1
2012-01-11Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy-1/+1
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy-1/+1
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy-5/+3
2011-11-08Merge branch 'jc/remote-setbranches-usage-fix'Junio C Hamano-1/+1
2011-11-08Merge branch 'fc/remote-seturl-usage-fix'Junio C Hamano-1/+1
2011-11-06remote: fix set-branches usageJunio C Hamano-1/+1
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano-1/+2
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano-2/+2
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto-1/+2
2011-10-10Merge branch 'mz/remote-rename'Junio C Hamano-7/+21
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano-2/+2
2011-09-11remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk-3/+7