Closed KES777 closed 8 years ago
The challenge with adding support for numbering the files presented by git pull
is that git pull
abbreviates the list of affected files. Another bigger issue than that is the output we see in your example above doesn't actually come from git pull
- it came from git merge
- git pull
does two things git fetch
, followed by git merge
.
I think the complexity of hooking up git number
into git merge
does not worth the benefit so I'm closing this.
Do reopen this issue if there is a simpler way of achieving this.