mirror of
https://github.com/flynx/git-utils.git
synced 2025-10-28 10:40:08 +00:00
now recursive and normal modes should list repos in the same order
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b69b430649
commit
880e5f8f9a
@ -40,7 +40,7 @@ TARGET_PATH=${TARGET_PATH:=.}
|
||||
cd "$TARGET_PATH"
|
||||
|
||||
if [ $RECURSIVE ] ; then
|
||||
DIRS=($(find . -name .git))
|
||||
DIRS=($(find . -name .git | sort))
|
||||
else
|
||||
DIRS=(./*/.git)
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user