summaryrefslogtreecommitdiff
path: root/sync-all
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and better documentation of sync-all scriptThomas Miedema2014-09-011-139/+157
* Check if file is present instead of directoryThomas Miedema2014-08-191-1/+1
* Fix “Checking for old .. repo” messagesJoachim Breitner2014-06-251-2/+2
* Fix sync-all get from a local working copyJoachim Breitner2014-06-251-2/+2
* Merge Thomas Miedema’s syn-all improvmentsJoachim Breitner2014-06-251-96/+36
|\
| * sync-all: infer remotepath from .gitmodules fileThomas Miedema2014-06-231-19/+13
| * sync-all: set and check variable $repo_is_submoduleThomas Miedema2014-06-231-6/+9
| * sync-all: make --no-dph work for all subcommandsThomas Miedema2014-06-231-4/+4
| * sync-all: die for real when required repo is missingThomas Miedema2014-06-231-6/+2
| * sync-all: delete dead code calling gitInitSubmodulesThomas Miedema2014-06-231-21/+0
| * sync-all: cleanupThomas Miedema2014-06-231-41/+9
* | sync-all: Allow - in submodule URLsJoachim Breitner2014-06-251-2/+2
|/
* 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