github-gem
github-gem copied to clipboard
network commits has formatting issues if commit message has :: in it
wfarr@lawn-143-215-98-135:~/Code/github-gem$ bin/github network commits
gathering heads
=========================================================================================
These are all the commits that other people have pushed that you have not
applied or ignored yet (see 'github ignore'). Some things you might want to do:
* You can run 'github fetch user/branch' (sans '~N') to pull into a local branch for testing
* You can run 'github cherry-pick [SHA]' to apply a single patch
* You can run 'github merge user/branch' to merge a commit and all the '~N' variants.
* You can ignore all commits from a branch with 'github ignore ..user/branch'
=========================================================================================
using cached...
c325c9 (tekkub/master) [email protected] Bugger, how did that get in there 2 weeks ago
52a098 (tekkub/master~1) [email protected] Add upload command 2 weeks ago
ce9544 (vertis/master) vertis@coreguardian. removed curl and replaced with net http
cbc00b (msadouni/master) matthieusadouni@gmai Fix 'operation not supported git che E045)' on OSX
474067 (jgdavey/master) [email protected] Adding specs and fixing typo (bug) f 2 days ago
c628a8 (nex3/master) [email protected] Be noisy when GitHub Command#sh has
As you can see in the case of nex3, msadouni, and vertis's commit messages, when the commit message contains '::', it breaks the parsing and doesn't show the date in the appropriate spot.