You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Prelude
4
4
5
+
With this release our intentions were to expand this tool with features that makes the everyday use more efficient. Some new features are made to emulate the existing 'git' commands, while others are specific for the 'subgit' tool. Maybe most useful in some CI/CD practices.
6
+
5
7
Added new features and commands:
6
8
7
9
- 'subgit delete'
@@ -12,9 +14,7 @@ Added new features and commands:
12
14
## Fixes
13
15
14
16
- Added additional error handling for 'subgit pull' that checks if subgit config file has a repo with empty branch: `branch: `. If so, command fails.
15
-
16
17
- Implemented multiprocessing for 'subgit fetch' commnand. [#41](https://github.com/dynamist/subgit/pull/41)
17
-
18
18
- Added mailmap to repo. [#38](https://github.com/dynamist/subgit/pull/38)
0 commit comments