GNOME Bugzilla – Bug 737141
Doesn't load notes in commit message
Last modified: 2014-11-04 08:13:25 UTC
Somebody got the release number wrong in nautilus-sendto some time ago, and added a note correcting the entry. But it doesn't appear in the git log in gitg: https://git.gnome.org/browse/nautilus-sendto/commit/?id=ccc8609ca6f645169779344c03e3449b67c4764c
The notes api is not even bound. We'd need to first add the proper api to libgit2-glib and then implement the feature.
Created attachment 289950 [details] [review] Show commit notes
Created attachment 289951 [details] [review] Show commit notes
Attachment 289951 [details] pushed as a993f23 - Show commit notes
Couldn't build gitg. Is a build requirement bump missing? make[2]: Entering directory '/home/hadess/Projects/jhbuild/gitg' VALAC libgitg_libgitg_1_0_la_vala.stamp warning: --save-temps has no effect when -C or --ccode is set libgitg/gitg-commit.vala:173.9-173.17: error: The type name `Ggit.Note' could not be found public Ggit.Note get_note() ^^^^^^^^^ libgitg/gitg-commit.vala:175.3-175.11: error: The type name `Ggit.Note' could not be found Ggit.Note note = null; ^^^^^^^^^ Compilation failed: 2 error(s), 1 warning(s) Makefile:3811: recipe for target 'libgitg_libgitg_1_0_la_vala.stamp' failed
You are right, just pushed the patch to bump the version of libgit2-glib