Revision 3c63934a5386934a14465971a86a8a072ca6205b authored by Keno Fischer on 29 May 2020, 14:23:23 UTC, committed by GitHub on 29 May 2020, 14:23:23 UTC
* Fix spelling of committish

The official git glossary (https://git-scm.com/docs/gitglossary),
spells this commit-ish or committish. Since we can't do the former,
use the latter consistently. We had three different spellings.

* Minor LibGit2 API improvement

Use the _bypath function in GitTree getindex rather than opencoding
it using the tree walker.
1 parent 7c980c6
History
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 292.0 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 44.1 KB
Makefile -rw-r--r-- 26.5 KB
NEWS.md -rw-r--r-- 2.3 KB
README.md -rw-r--r-- 6.5 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top