Page MenuHomeDevCentral

get-repos-modified-by-last-commit.sh
No OneTemporary

get-repos-modified-by-last-commit.sh

#!/bin/sh
git diff-tree --no-commit-id --name-only -r HEAD | grep -v -e '_.*' | cut -f1 -d"/" | sort | uniq

File Metadata

Mime Type
text/x-shellscript
Expires
Fri, Nov 21, 16:43 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3127950
Default Alt Text
get-repos-modified-by-last-commit.sh (108 B)

Event Timeline