summaryrefslogtreecommitdiffstats
path: root/files_modified_since
blob: 50a742f52435f5a3d9ebadedee54472e7d5d5585 (plain) (blame)
1
2
3
#!/bin/bash

git diff --no-color $* | grep -A1 -e 'a/' | grep -e '+++ b/' | sed 's|+++ b/||g'