File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99---
1010<!-- - END HEADER -->
1111
12+ ## [ 1.7.3] ( https://github.com/justcoded/git-extras/compare/v1.7.2...v1.7.3 ) (2025-08-13)
13+ ### Bug Fixes
14+
15+ * Fixed git-code.check.dirty and git-code.fix.dirty ` cd to null directory ` error
16+
17+
18+ ---
19+
1220## [ 1.7.2] ( https://github.com/justcoded/git-extras/compare/v1.7.1...v1.7.2 ) (2025-05-16)
1321### Bug Fixes
1422
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ function handle() {
2727 echo " Current git root: $currGitRoot "
2828 fi
2929
30- cd " $currGitDir "
31-
3230 while [ ! -d " $rootDir /.git" ]; do
3331 cd ..
3432 rootDir=$( pwd)
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ function handle() {
3131 echo " Current git root: $currGitRoot "
3232 fi
3333
34- cd " $currGitDir "
35-
3634 while [ ! -d " $rootDir /.git" ]; do
3735 cd ..
3836 rootDir=$( pwd)
You can’t perform that action at this time.
0 commit comments