TubeTK/Development/GerritReviewers

From KitwarePublic
< TubeTK‎ | Development
Revision as of 20:39, 28 November 2012 by Matt.mccormick (talk | contribs) (Created page with "== Authors of the files you edited == git log --follow --format='%aN' -- $(git diff --name-only ..master) | sort | uniq")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Authors of the files you edited

git log --follow --format='%aN' -- $(git diff --name-only ..master) | sort | uniq