summaryrefslogtreecommitdiff
path: root/sync-all
Commit message (Expand)AuthorAgeFilesLines
* Replace all #!/usr/bin/perl with #!/usr/bin/env perlJoachim Breitner2014-04-301-1/+2
* Do not use basename()Joachim Breitner2014-04-191-1/+1
* More github url variantsJoachim Breitner2014-04-191-1/+1
* Remove some redundancy in sync-allJoachim Breitner2014-04-191-150/+33
* sync-all: Apply submodule url rewriting also to stuff in util/Joachim Breitner2014-04-191-4/+4
* Fix sync-all error message introduced in 41f5b7e3eHerbert Valerio Riedel2014-04-191-6/+6
* Update `sync-all` and `packages` wrt to fold-inHerbert Valerio Riedel2014-04-191-0/+81
* sync-all: Skip END actions on exceptionsFlorian Weimer2014-03-221-0/+7
* Also allow http://github.com (#8824)Joachim Breitner2014-03-081-1/+1
* Make sync-all handle all github protocols correctlyJoachim Breitner2014-03-071-3/+5
* Correctly clone submodules from githubJoachim Breitner2014-02-061-14/+34
* Update `sync-all` and others files w.r.t. merged testsuite (re #8545)Herbert Valerio Riedel2014-01-121-5/+19
* Fix branch name check regex in sync-allJoachim Breitner2013-11-211-3/+3
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Teach sync-all how to rewrite submodule repo urlsHerbert Valerio Riedel2013-09-281-5/+24
* Fix typo in sync-all script. (#8375)Muhaimin Ahsan2013-09-281-1/+1
* Allow branches with / in them (e.g. wip/) in ./sync-allJoachim Breitner2013-09-171-3/+3
* Extend `packages` by 4th column for upstream repoHerbert Valerio Riedel2013-09-021-1/+2
* Add check for obsolete `darcs.haskell.org` repo urlsHerbert Valerio Riedel2013-08-281-0/+22
* Fix windows detection in ./sync-all.Austin Seipp2013-08-231-1/+1
* Revert "Add support for external repositories to sync-all"Austin Seipp2013-08-231-6/+2
* Replace occurences of darcs.haskell.org by git.haskell.orgHerbert Valerio Riedel2013-08-191-6/+6
* Add support for external repositories to sync-allAustin Seipp2013-08-181-2/+6
* sync-all: remove trailing '/' from root-urls in help textHerbert Valerio Riedel2013-08-091-2/+2
* Make `sync-all remote set-url` use normalized `/packages/` urlsHerbert Valerio Riedel2013-08-091-1/+10
* sync-all : Replace '~~' operator with something supported by older Perl.Erik de Castro Lopo2013-08-061-1/+2
* sync-all : Warn on 'pull' operation if not on master branch.Erik de Castro Lopo2013-08-051-0/+15
* Fix typosGabor Greif2013-07-311-1/+1
* Move libffi's tarball into its own repoIan Lynagh2013-07-301-5/+18
* Add a 'compare' command to sync-allIan Lynagh2013-04-191-0/+47
* Some sync-all refactoringIan Lynagh2013-04-191-91/+108
* Use a simpler way of finding the current git branch in sync-allIan Lynagh2013-04-191-1/+1
* Remove the VCS column from 'packages'Ian Lynagh2013-03-041-55/+47
* Remove the darcs support from sync-allIan Lynagh2013-03-041-80/+32
* Fix the autocrlf test in sync-allIan Lynagh2013-02-171-2/+3
* Set repositories to have core.autocrlf == false; fixes #7673Ian Lynagh2013-02-171-4/+24
* Check sub-modules are OK before pushingIan Lynagh2013-02-151-0/+40
* Don't push to submodules on "./sync-all push"Ian Lynagh2013-02-151-1/+7
* Improve sync-all's old-time-repo checkIan Lynagh2013-02-091-1/+1
* use -e rather than -d when checking for the existence of a subrepoPatrick Palka2013-01-271-1/+1
* make "./sync-all -r <path> remote set-url origin" workSimon Marlow2013-01-071-2/+8
* 'sync-all get -q' also passes -q to 'git submodule'Simon Marlow2012-12-201-4/+6
* Change how sync-all handles directory changesIan Lynagh2012-12-091-13/+14
* Make "sync-all pull --rebase" workSimon Marlow2012-12-031-1/+5
* Use -e rather than -f when checking for libraries/time/.gitIan Lynagh2012-12-021-1/+1
* Tweak sync-allIan Lynagh2012-12-021-0/+9
* Add a check for old time packaesIan Lynagh2012-12-021-0/+14
* When pulling, only 'fetch' in submodulesIan Lynagh2012-12-021-1/+10
* Don't get submodules when 'get'ingIan Lynagh2012-12-021-0/+2
* Use submodules for repositories with upstreamsIan Lynagh2012-11-251-0/+18