All of lore.kernel.org
 help / color / mirror / Atom feed
* git show submodule
       [not found] <ab49430e-5a9f-5910-e048-7f07dca8f898@gmail.com>
@ 2020-12-30  7:29 ` Михаил Павлович Сидоренко
  2020-12-30 16:13   ` Philippe Blain
  0 siblings, 1 reply; 2+ messages in thread
From: Михаил Павлович Сидоренко @ 2020-12-30  7:29 UTC (permalink / raw)
  To: git

Hello!

git show dose not work with file-submodule. Try this series of commands:

cd /tmp/
git clone https://github.com/abdes/submodule-docker-dev-workflow.git
cd submodule-docker-dev-workflow
git show ee83dd336f27315d14a7ad6ad934897a61e49623:LICENSE | head -n 1 # 
good
git show ee83dd336f27315d14a7ad6ad934897a61e49623:server # bad

My output:

$ cd /tmp/
$ git clone https://github.com/abdes/submodule-docker-dev-workflow.git
Клонирование в «submodule-docker-dev-workflow»…
remote: Enumerating objects: 110, done.
remote: Total 110 (delta 0), reused 0 (delta 0), pack-reused 110
Получение объектов: 100% (110/110), 24.76 KiB | 313.00 KiB/s, готово.
Определение изменений: 100% (56/56), готово.
$ cd submodule-docker-dev-workflow
$ git show ee83dd336f27315d14a7ad6ad934897a61e49623:LICENSE | head -n 1 
# good
The MIT License (MIT)
$ git show ee83dd336f27315d14a7ad6ad934897a61e49623:server # bad
fatal: bad object ee83dd336f27315d14a7ad6ad934897a61e49623:server

It would be convenient for me so that I could see the revision of the 
submodule through git show. Without using the git submodule status command.

Happy New Year,
Mikhail Pavlovich Sidorenko.

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

* Re: git show submodule
  2020-12-30  7:29 ` git show submodule Михаил Павлович Сидоренко
@ 2020-12-30 16:13   ` Philippe Blain
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Blain @ 2020-12-30 16:13 UTC (permalink / raw)
  To: Михаил
	Павлович
	Сидоренко,
	git

Hi Mikhail,

Le 2020-12-30 à 02:29, Михаил Павлович Сидоренко a écrit :
> Hello!
> 
> git show dose not work with file-submodule. Try this series of commands:
> 
> cd /tmp/
> git clone https://github.com/abdes/submodule-docker-dev-workflow.git
> cd submodule-docker-dev-workflow
> git show ee83dd336f27315d14a7ad6ad934897a61e49623:LICENSE | head -n 1 # good
> git show ee83dd336f27315d14a7ad6ad934897a61e49623:server # bad
> 
> My output:
> 
> $ cd /tmp/
> $ git clone https://github.com/abdes/submodule-docker-dev-workflow.git
> Клонирование в «submodule-docker-dev-workflow»…
> remote: Enumerating objects: 110, done.
> remote: Total 110 (delta 0), reused 0 (delta 0), pack-reused 110
> Получение объектов: 100% (110/110), 24.76 KiB | 313.00 KiB/s, готово.
> Определение изменений: 100% (56/56), готово.
> $ cd submodule-docker-dev-workflow
> $ git show ee83dd336f27315d14a7ad6ad934897a61e49623:LICENSE | head -n 1 # good
> The MIT License (MIT)
> $ git show ee83dd336f27315d14a7ad6ad934897a61e49623:server # bad
> fatal: bad object ee83dd336f27315d14a7ad6ad934897a61e49623:server

I can reproduce that behavior, and it happens even if the submodules
are initialized (`git submodule update --init`, or `git clone --recurse-submodules`).

> 
> It would be convenient for me so that I could see the revision of the submodule through git show. Without using the git submodule status command.

Note that `git rev-parse ee83dd336f27315d14a7ad6ad934897a61e49623:server`
does work.

> 
> Happy New Year,
> Mikhail Pavlovich Sidorenko.

Cheers,

Philippe.

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

end of thread, other threads:[~2020-12-30 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ab49430e-5a9f-5910-e048-7f07dca8f898@gmail.com>
2020-12-30  7:29 ` git show submodule Михаил Павлович Сидоренко
2020-12-30 16:13   ` Philippe Blain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.