Christian Stimming <stimming@xxxxxxx> writes: > The compiled .msg files will be installed into $(sharedir)/gitk/lib/msgs > according to Junio's mailing list proposal on 2007-07-28. > --- > These patches are against master of gitk.git at git.kernel.org. > > Just in case any of the mailers might mess up whitespaces, I've also > attached all 9 patches in the attached tarball. > > Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 45 insertions(+), 0 deletions(-) > create mode 100644 Makefile There is a slight issue of merging this into git.git, as the initial "coolest merge ever" was done with the understanding that gitk will remain a single file project. The simplest way without using submodule (because it would require everybody who follow git.git to update to 1.5.3 or later, which I'd rather not to do at this point yet) would be to merge gitk.git with the subtree strategy to a subdirectory, which I think will be what I'll end up doing. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html