Skip to content

Commit 1b1e1d6

Browse files
authored
Merge pull request #46 from hyperupcall/fix-logic-errors
chore: Fix miscellaneous bugs
2 parents b65affb + 3983eca commit 1b1e1d6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

git-find-useful-dangling-trees

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
depth={1:-all} # 'all' or number of depth
2+
depth=${1:-all} # 'all' or number of depth
33

44
for i in $(git fsck --unreachable | egrep 'tree|commit' | cut -d\ -f3)
55
do

git-fire-subtree/git-fire

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ display_help() {
7171
-h, --help Display this help information
7272
7373
EOF
74-
exit 0
7574
}
7675

7776

0 commit comments

Comments
 (0)