Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F41989062
get-repos-modified-by-last-commit.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
108 B
Referenced Files
None
Subscribers
None
get-repos-modified-by-last-commit.sh
View Options
#!/bin/sh
git
diff-tree
--no-commit-id
--name-only
-r
HEAD
|
grep
-v
-e
'_.*'
|
cut
-f1
-d
"/"
|
sort
|
uniq
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sat, Aug 8, 09:01 (11 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3876324
Default Alt Text
get-repos-modified-by-last-commit.sh (108 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment