TubeTK/Development/GerritReviewers: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "== Authors of the files you edited == git log --follow --format='%aN' -- $(git diff --name-only ..master) | sort | uniq")
 
No edit summary
Line 2: Line 2:


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

Revision as of 15:56, 22 July 2013

Authors of the files you edited

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