Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-15remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg
2014-07-01use strip_suffix instead of ends_with in simple casesJeff King
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano
2014-05-28builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström
2014-05-23remote rm: delete remote configuration as the lastJens Lindström
2013-12-18Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-17Merge branch 'fc/trivial'Junio C Hamano
2013-12-10remote: fix status with branch...rebase=preserveFelipe Contreras
2013-12-06replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-06builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder
2013-10-31fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty
2013-10-31builtin/remote.c:update(): use struct argv_arrayMichael Haggerty
2013-10-31builtin/remote.c: reorder function definitionsMichael Haggerty
2013-10-14Merge branch 'po/remote-set-head-usage'Jonathan Nieder
2013-09-28remote set-head -h: add long options to synopsisPhilip Oakley
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-04-25remote: check for superfluous arguments in 'git remote add'Thomas Rast
2012-11-27Fix typo in remote set-head usageAntoine Pelisse
2012-09-13Merge branch 'nd/maint-remote-remove'Junio C Hamano
2012-09-07remote: 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-03Merge branch 'nd/i18n'Junio C Hamano
2012-04-25i18n: remote: mark strings for translationNguyễn Thái Ngọc Duy
2012-04-25i18n: 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-10remote: update builtin usageMichael Schubert
2012-02-28Merge branch 'pj/remote-set-branches-usage-fix' into maintJunio C Hamano
2012-02-24Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano
2012-02-20remote: fix set-branches usage and documentationPhilip Jägenstedt
2012-01-30Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano
2012-01-12Fix 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-14Convert 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-27Merge branch 'cn/fetch-prune'Junio C Hamano
2011-10-22Merge branch 'jc/match-refs-clarify'Junio C Hamano
2011-10-16fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto
2011-10-11Merge branch 'mz/remote-rename'Junio C Hamano
2011-09-13rename "match_refs()" to "match_push_refs()"Junio C Hamano
2011-09-12remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk