diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-03-13 07:17:19 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-03-18 20:30:11 +0100 |
| commit | f39b75f20ec009976f58d66d1f376bc26911eb0d (patch) | |
| tree | ea50baa5940220ac560059f6493ab26e589eac8c /index.md | |
| parent | f853096ac0246a493cda7dfd07eaaf58ed9f4e90 (diff) | |
| download | memory-leaks-f39b75f20ec009976f58d66d1f376bc26911eb0d.tar.xz | |
Fix word-counting script
Magit uses --literal-pathspecs when committing, so ls-files failed to
expand '*.md' in the word-counting script.
For a wild ride, I recommend going through Git's get_global_magic()
function in pathspec.c, which juggles with…
- GIT_FOO_PATHSPECS environment variables;
- --foo-pathspecs CLI arguments;
- ":(foo)" magic suffixes;
… where foo can be "literal", "glob", "noglob", or "icase".
Diffstat (limited to 'index.md')
| -rw-r--r-- | index.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ # Peniblec's Memory Leaks -## still reachable: 0 words in 0 pages +## possibly lost: 530 words in 1 pages +## still reachable: 240 words in 1 pages Hi! I am a software engineer interested in [a bunch of things]. |
