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
Tue, Nov 18, 17:47 (1 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3127950
Default Alt Text
get-repos-modified-by-last-commit.sh (108 B)

Event Timeline