Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Lundberg committed Jul 2, 2017
2 parents 7e54974 + 2ea9f11 commit 1b5815b
Show file tree
Hide file tree
Showing 7 changed files with 347 additions and 73 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.1.11
======

* Add `--only-changes` option for commands `status`, `fetch`, `ff` and `update`
* Command `check` now detects nested repositories


0.1.10
=====

Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ This tool offers some functionalities, among which:

$ gws update

`update` accepts the `--only-changes` option. If present, repos that have at
least one remote and are unaffected by the update will not be printed.

* It can also clone a specified selection of non-existing repositories from the
projects list, if you don't need all of them right now.
Expand All @@ -204,18 +207,28 @@ This tool offers some functionalities, among which:
$ gws
`gws status` and `gws` accept the `--only-changes` option. If present, missing
repos as well as repos that have at least one remote and only clean branches
will not be shown.
* It can fetch the modifications from `origin` for all repositories, it is
usefull te be sure to have the latest modifications, for instance before
going to take the train with no internet connection:
$ gws fetch
`fetch` accepts the `--only-changes` option, which has the same effect as for
`status`.
* It can also (for the same reasons) pull the modifications from origin for
all repositories (but fast-forward only). Syntactic sugar to avoid a `gws
fetch` and then many merges:
$ gws ff # Mnemonic: ff=fast-forward
`ff` accepts the `--only-changes` option, which has the same effect as for
`status`.
* It can check the workspace for all repositories (known, unknown, ignored,
missing). Note: This command can be quite slow in large repositories (e.g.
home folder, because it need to search entire space for unknown repository.
Expand Down Expand Up @@ -308,6 +321,12 @@ other more maintainable language.
written in OCaml! I'll let you know if the project maturate! In any case this
project will stay here for users who want something simple and portable.

Maintainers
-----------

The project is currently maintained by Emil Lundberg (emlun), after having been
started by Fabien Dubosson (StreakyCobra).

Contributors
------------

Expand All @@ -317,4 +336,3 @@ Many thanks to these people for contributions:
- Blount
- Alex Sanchez
- Antoine Belvire
- Emil Lundberg
Loading

0 comments on commit 1b5815b

Please sign in to comment.