git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* improve status message
@ 2016-08-29  9:11 KES
  2016-08-29  9:50 ` improve 'git pull' " Jakub Narębski
  0 siblings, 1 reply; 2+ messages in thread
From: KES @ 2016-08-29  9:11 UTC (permalink / raw)
  To: git

Hi

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

In compare to first version it give error:
git diff 2b541e2bbd23ab5c375c4ce1e0fae5255470a5e7 to 2c17d767934f7f6784d2e0411c7a3a9bfc9c4d08
fatal: ambiguous argument 'to': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

Thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: improve 'git pull' status message
  2016-08-29  9:11 improve status message KES
@ 2016-08-29  9:50 ` Jakub Narębski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Narębski @ 2016-08-29  9:50 UTC (permalink / raw)
  To: KES, git

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-29  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-29  9:11 improve status message KES
2016-08-29  9:50 ` improve 'git pull' " Jakub Narębski

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).