| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup and better documentation of sync-all script | Thomas Miedema | 2014-09-01 | 1 | -139/+157 |
* | Check if file is present instead of directory | Thomas Miedema | 2014-08-19 | 1 | -1/+1 |
* | Fix “Checking for old .. repo” messages | Joachim Breitner | 2014-06-25 | 1 | -2/+2 |
* | Fix sync-all get from a local working copy | Joachim Breitner | 2014-06-25 | 1 | -2/+2 |
* | Merge Thomas Miedema’s syn-all improvments | Joachim Breitner | 2014-06-25 | 1 | -96/+36 |
|\ |
|
| * | sync-all: infer remotepath from .gitmodules file | Thomas Miedema | 2014-06-23 | 1 | -19/+13 |
| * | sync-all: set and check variable $repo_is_submodule | Thomas Miedema | 2014-06-23 | 1 | -6/+9 |
| * | sync-all: make --no-dph work for all subcommands | Thomas Miedema | 2014-06-23 | 1 | -4/+4 |
| * | sync-all: die for real when required repo is missing | Thomas Miedema | 2014-06-23 | 1 | -6/+2 |
| * | sync-all: delete dead code calling gitInitSubmodules | Thomas Miedema | 2014-06-23 | 1 | -21/+0 |
| * | sync-all: cleanup | Thomas Miedema | 2014-06-23 | 1 | -41/+9 |
* | | sync-all: Allow - in submodule URLs | Joachim Breitner | 2014-06-25 | 1 | -2/+2 |
|/ |
|
* | Replace all #!/usr/bin/perl with #!/usr/bin/env perl | Joachim Breitner | 2014-04-30 | 1 | -1/+2 |
* | Do not use basename() | Joachim Breitner | 2014-04-19 | 1 | -1/+1 |
* | More github url variants | Joachim Breitner | 2014-04-19 | 1 | -1/+1 |
* | Remove some redundancy in sync-all | Joachim Breitner | 2014-04-19 | 1 | -150/+33 |
* | sync-all: Apply submodule url rewriting also to stuff in util/ | Joachim Breitner | 2014-04-19 | 1 | -4/+4 |
* | Fix sync-all error message introduced in 41f5b7e3e | Herbert Valerio Riedel | 2014-04-19 | 1 | -6/+6 |
* | Update `sync-all` and `packages` wrt to fold-in | Herbert Valerio Riedel | 2014-04-19 | 1 | -0/+81 |
* | sync-all: Skip END actions on exceptions | Florian Weimer | 2014-03-22 | 1 | -0/+7 |
* | Also allow http://github.com (#8824) | Joachim Breitner | 2014-03-08 | 1 | -1/+1 |
* | Make sync-all handle all github protocols correctly | Joachim Breitner | 2014-03-07 | 1 | -3/+5 |
* | Correctly clone submodules from github | Joachim Breitner | 2014-02-06 | 1 | -14/+34 |
* | Update `sync-all` and others files w.r.t. merged testsuite (re #8545) | Herbert Valerio Riedel | 2014-01-12 | 1 | -5/+19 |
* | Fix branch name check regex in sync-all | Joachim Breitner | 2013-11-21 | 1 | -3/+3 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -2/+2 |
* | Teach sync-all how to rewrite submodule repo urls | Herbert Valerio Riedel | 2013-09-28 | 1 | -5/+24 |
* | Fix typo in sync-all script. (#8375) | Muhaimin Ahsan | 2013-09-28 | 1 | -1/+1 |
* | Allow branches with / in them (e.g. wip/) in ./sync-all | Joachim Breitner | 2013-09-17 | 1 | -3/+3 |
* | Extend `packages` by 4th column for upstream repo | Herbert Valerio Riedel | 2013-09-02 | 1 | -1/+2 |
* | Add check for obsolete `darcs.haskell.org` repo urls | Herbert Valerio Riedel | 2013-08-28 | 1 | -0/+22 |
* | Fix windows detection in ./sync-all. | Austin Seipp | 2013-08-23 | 1 | -1/+1 |
* | Revert "Add support for external repositories to sync-all" | Austin Seipp | 2013-08-23 | 1 | -6/+2 |
* | Replace occurences of darcs.haskell.org by git.haskell.org | Herbert Valerio Riedel | 2013-08-19 | 1 | -6/+6 |
* | Add support for external repositories to sync-all | Austin Seipp | 2013-08-18 | 1 | -2/+6 |
* | sync-all: remove trailing '/' from root-urls in help text | Herbert Valerio Riedel | 2013-08-09 | 1 | -2/+2 |
* | Make `sync-all remote set-url` use normalized `/packages/` urls | Herbert Valerio Riedel | 2013-08-09 | 1 | -1/+10 |
* | sync-all : Replace '~~' operator with something supported by older Perl. | Erik de Castro Lopo | 2013-08-06 | 1 | -1/+2 |
* | sync-all : Warn on 'pull' operation if not on master branch. | Erik de Castro Lopo | 2013-08-05 | 1 | -0/+15 |
* | Fix typos | Gabor Greif | 2013-07-31 | 1 | -1/+1 |
* | Move libffi's tarball into its own repo | Ian Lynagh | 2013-07-30 | 1 | -5/+18 |
* | Add a 'compare' command to sync-all | Ian Lynagh | 2013-04-19 | 1 | -0/+47 |
* | Some sync-all refactoring | Ian Lynagh | 2013-04-19 | 1 | -91/+108 |
* | Use a simpler way of finding the current git branch in sync-all | Ian Lynagh | 2013-04-19 | 1 | -1/+1 |
* | Remove the VCS column from 'packages' | Ian Lynagh | 2013-03-04 | 1 | -55/+47 |
* | Remove the darcs support from sync-all | Ian Lynagh | 2013-03-04 | 1 | -80/+32 |
* | Fix the autocrlf test in sync-all | Ian Lynagh | 2013-02-17 | 1 | -2/+3 |
* | Set repositories to have core.autocrlf == false; fixes #7673 | Ian Lynagh | 2013-02-17 | 1 | -4/+24 |
* | Check sub-modules are OK before pushing | Ian Lynagh | 2013-02-15 | 1 | -0/+40 |
* | Don't push to submodules on "./sync-all push" | Ian Lynagh | 2013-02-15 | 1 | -1/+7 |