[squeak-dev] Roassal next steps.

Jakob Reschke forums.jakob at resfarm.de
Sun Oct 18 15:11:38 UTC 2020


Jakob Reschke wrote
> https://github.com/pharo-project/pharo/tree/Pharo9.0/src is of branch
> 'Pharo9.0', so you would have to put that as commitish and not 'master'.

For those wondering why you have to put a branch as a "commit"ish:
"Commitish" means anything that denotes a single commit at one moment. It
can be
- the sha1 of a commit (always resolves to that commit),
- the name of a branch (resolves to the commit at which the branch currently
is -- or the top commit on the branch if you will), or
- the name of a tag (resolves to the tagged commit).

And if you further wonder why the URL neither says branch nor commitish, but
"tree" instead: because the page shows a tree, which is basically a
directory listing. The path after the commitish in the URL (/src) identifies
the subtree to view.



--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html


More information about the Squeak-dev mailing list