summaryrefslogtreecommitdiff
path: root/sync-all
Commit message (Collapse)AuthorAgeFilesLines
* Use submodules for repositories with upstreamsIan Lynagh2012-11-251-0/+18
|
* Normalise command names differently in sync-allIan Lynagh2012-11-251-23/+43
|
* Add "remote set-branches" support to sync-allIan Lynagh2012-09-041-1/+6
|
* Follow upstream mtl and Cabal, add transformers package (#5958)Paolo Capriotti2012-05-071-0/+36
|
* Add sync-all new-workdirJohan Tibell2012-02-271-0/+27
| | | | | | | | | This command calls git-new-workdir (a separate script in git's contrib directory) on all repos. Useful to create multiple build trees, without cloning the repos. Usage: sync-all new-workdir <new_workdir> [<branch>]
* Add a "tag" command to sync-allIan Lynagh2012-02-021-0/+4
|
* typoSimon Marlow2012-01-091-1/+1
|
* Improve sync-all usage docDavid Terei2011-12-211-46/+60
|
* Add diff command to sync-allIan Lynagh2011-12-121-0/+5
|
* Document that sync-all supports gcIan Lynagh2011-11-251-0/+1
|
* Add GC command to sync-all.Edward Z. Yang2011-11-251-0/+4
| | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
* Add branch command to sync-allMax Bolingbroke2011-11-191-0/+5
|
* Add format-patch support to sync-allIan Lynagh2011-11-041-0/+5
|
* Correct a few typosDaniel Fischer2011-09-081-4/+4
|
* Added repack command to sync-allDaniel Fischer2011-09-071-0/+5
|
* Whitespace onlyDaniel Fischer2011-09-071-7/+7
|
* Output the full documentation in response to "./sync-all --help"Simon Marlow2011-07-201-103/+144
|
* Add --resume support to sync-all; trac #5119Ian Lynagh2011-07-151-1/+49
| | | | | Now after, for example, "./sync-all pull", if pulling in one repo fails then you can restart from that point with "./sync-all --resume pull".
* Fix "./sync-all get"Ian Lynagh2011-07-081-1/+3
|
* fix bug: check_out_flag should be checked_out_treeSimon Marlow2011-07-061-1/+1
|
* New functionality for sync-all to support bare repos, mirroring the main ↵George Roldugin2011-07-061-31/+66
| | | | | | repo layout. Signed-off-by: George Roldugin <groldugin@cse.unsw.edu.au>
* support using local mirrors (created by git clone --mirror)Simon Marlow2011-07-011-2/+11
|
* Better usage information for sync-allMax Bolingbroke2011-06-241-4/+8
|
* Move more commands into the settings fileIan Lynagh2011-06-221-0/+1
|
* Complain if the old haddock or binary repos are in the treeIan Lynagh2011-06-171-0/+43
| | | | | | | | | Also, change the haddock repo URL to point at the new repo. NOTE: After pulling, you need to rm -r libraries/binary rm -r utils/haddock ./sync-all get
* Remove upstream repos from the packages fileIan Lynagh2011-06-111-4/+1
| | | | | | | We no longer pull directly from upstream repos, so it wasn't useful to have it programatically available. The info, and more, is now on http://hackage.haskell.org/trac/ghc/wiki/Commentary/Libraries#Repositorylocations instead.
* add 'sync-all log'Simon Marlow2011-05-181-0/+4
|
* Ignore failure for "./sync-all checkout"Ian Lynagh2011-04-271-0/+2
| | | | Not all repos are necessarily branched.
* Add checkout support to sync-allIan Lynagh2011-04-271-0/+5
|
* Skip missing directories for real.Matthias Kilian2011-04-271-14/+8
| | | | While here, make the code a little bit more readable.
* Add "./sync-all clean" commandMatthias Kilian2011-04-201-0/+5
|
* Make sure the main git repo is case-insensitive tooIan Lynagh2011-04-151-0/+3
|
* Tidy sync-all up a bit, and turn on ignorecase for git reposIan Lynagh2011-04-151-13/+7
|
* More sync-all refactoringIan Lynagh2011-04-151-28/+42
|
* Refactor sync-all a bitIan Lynagh2011-04-151-127/+117
|
* add --no-<tag>, so e.g. we can omit DPH with --no-dphSimon Marlow2011-04-151-3/+8
|
* Add "./sync-all reset" commandIan Lynagh2011-04-091-0/+4
|
* Add "./sync-all config" commandIan Lynagh2011-04-091-0/+4
|
* sync-all: Push doesn't take a repo path eitherIan Lynagh2011-04-071-1/+0
|
* sync-all: Don't give remote repo paths and branches to git pullIan Lynagh2011-04-061-1/+0
| | | | | | | You can set up remotes and give them as an argument "./sync-all pull someremote" instead. The old way meant that the patches would be pulled, but remotes/origin/master wouldn't be updated.
* Add "commit" to the list of commands sync-all supportsIan Lynagh2011-04-061-0/+6
|
* Merge branch 'master' of /home/simonmar/ghc-git/.Simon Marlow2011-04-061-0/+6
|\
| * Add 'sync-all grep'Johan Tibell2011-04-061-0/+6
| |
* | remove debugging outputSimon Marlow2011-04-061-1/+0
|/
* Add 'sync-all status' as an alias for 'sync-all whatsnew' (to match git syntax)Johan Tibell2011-04-061-1/+1
|
* Make sync-all work with the GitHub mirror over HTTPSJohan Tibell2011-04-061-1/+1
|
* Make sync-all work with the GitHub mirror.Thomas Schilling2011-04-051-0/+8
|
* remove set-origin and set-push commands; add "remote set-url [--push]" (to ↵Simon Marlow2011-04-051-16/+27
| | | | match git syntax).
* 'fetch' and 'new' can take branch names as arguments (defaulting to 'origin')Simon Marlow2011-04-051-2/+8
| | | | | | | e.g. ./sync-all -r ~/git/ghc-working remote add working ./sync-all fetch working
* Add "remote add" and "remote rm" commandsSimon Marlow2011-04-051-42/+69
| | | | | | | To add and delete remote branches from all subrepos. e.g. ./sync-all -r ~/git/ghc-working remote add working ./sync-all remote rm working