dbvc icon indicating copy to clipboard operation
dbvc copied to clipboard

Show author for each update (blame)

Open jasny opened this issue 11 years ago • 0 comments

Using git status, you should be able to find out who commited and when.

git status --all --blame

Should yield something like

Available updates:
  foobar   (13fc728e Arnold Daniels 2014-04-30 13:00:00 +0200)   done
  zoo      (34988a27 Arnold Daniels 2014-04-30 12:00:00 +0200)   done
  xyz      (c89251a3 Arnold Daniels 2014-04-30 11:00:00 +0200)   done

jasny avatar Aug 02 '14 03:08 jasny