Shawn Webb <[email protected]> writes: > David Wolfskill <[email protected]> writes: > > Shawn Webb <[email protected]> writes: > > > `git show e5a98d716225916ee8024ebf9d1ad2b6e8c58ced` shows the commit, > > > but only the payload, not the commit message. > > My last local update for ports was at main-n746034-8c7b79314654 > > ("archivers/p5-Archive-Tar: update to 3.06"); my local private mirror, > > when asked about e5a98d716225916ee8024ebf9d1ad2b6e8c58ced, does not > > whine ("fatal: bad object ..."), as it does for a hash that does not > > correspond to a commit... but it also declines to say anything at all > > about it (using "git log" or "git show"): > The commit can be found here, too: > https://cgit.freebsd.org/ports/commit/e5a98d716225916ee8024ebf9d1ad2b6e8c58ced
That's a file, not a commit. Specifically, it is (at time of writing) the most recent version of sysutils/Makefile, after eb29a4d02e5b. As such, it is also referenced by every commit subsequent to eb29a4d02e5b (until the next commit that modifies sysutils/Makefile) so cgit will just pick the most recent one to show you. DES -- Dag-Erling Smørgrav - [email protected]
