Re: improve 'git pull' status message
From: Jakub Narębski <hidden>
Date: 2016-08-29 09:51:10
W dniu 29.08.2016 o 11:11, KES pisze:
When we do git pull -v --rebase We got this: remote: Counting objects: 7, done. remote: Compressing objects: 100% (7/7), done. remote: Total 7 (delta 5), reused 0 (delta 0) Unpacking objects: 100% (7/7), done. From ssh://slab/alexclear/ontico 2b541e2..2c17d76 master -> origin/master Changes from 2b541e2bbd23ab5c375c4ce1e0fae5255470a5e7 to 2c17d767934f7f6784d2e0411c7a3a9bfc9c4d08: xxxxx | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) First, rewinding head to replay your work on top of it... That will be better if this 2b541e2bbd23ab5c375c4ce1e0fae5255470a5e7 to 2c17d767934f7f6784d2e0411c7a3a9bfc9c4d08 will be replaced by this 2b541e2bbd23ab5c375c4ce1e0fae5255470a5e7..2c17d767934f7f6784d2e0411c7a3a9bfc9c4d08 This will allow us to copy/paste this string into 'diff' command git diff 2b541e2bbd23ab5c375c4ce1e0fae5255470a5e7..2c17d767934f7f6784d2e0411c7a3a9bfc9c4d08
You can copy the fetch line, "2b541e2..2c17d76", it is the same range / set of revisions. Shortened SHA-1 works as well as full SHA-1. -- Jakub Narębski