Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | geany-plugins: Fix build with libgit2 1.4+ | Khem Raj | 2022-02-20 | 1 | -0/+36 |
Fixes git-changebar/src/gcb-plugin.c:219:12: error: no member named 'asize' in 'git_buf'; did you mean 'size'? | if (buf->asize == 0) { | ^~~~~ | size Signed-off-by: Khem Raj <raj.khem@gmail.com> |