Skip to content

Tags: tjex/dotf

Tags

v0.5.2

Toggle v0.5.2's commit message
Update changelog

v0.5.1

Toggle v0.5.1's commit message
Improve concurrent batch handling with worker groups.

v0.5.0

Toggle v0.5.0's commit message
Add config option to control concurrent git operations

v0.4.6

Toggle v0.4.6's commit message
v0.4.6

- Add missing error handling.

The absence of this error handling meant that module.prime() would
appear like it ran successfully, but it didn't.

v0.4.5

Toggle v0.4.5's commit message
Sync operation must now be explicitly chosen (`dotf sync` no longer s…

…yncs both bare and modules as default)

v0.4.4

Toggle v0.4.4's commit message
Errors are now explicitly checked by git's exit status and will kill …

…the process when encountered.

This was tricker to do before, as git also prints non-error information to stderr.

v0.4.3

Toggle v0.4.3's commit message
Fixes case where dotf sync is killed when bare repo does not need pus…

…hing

v0.4.2

Toggle v0.4.2's commit message
Pass up errors from bare git repo sync

v0.4.1

Toggle v0.4.1's commit message
Batch module commands are now killed and have their errors passed up …

…when failing.

v0.4.0

Toggle v0.4.0's commit message
Add `dotf m --status` to show status of modules.

If status is clean, no output is printed.