Hi
On Sat, Nov 03, 2007 at 06:55:35PM +0100, Enrico Tröger wrote:
the code looks good (but I didn't test it, no git repo here).
Here is I belive last version of this patch. At least I don't need anything else from it exept shortcut.
Changes: 1) it check if git is installed in system 2) run git diff in active file tab directory instead of working path.
If you find It is possible to include this in geany good, otherwise it will live here: http://users.cosmostv.by/yurand/geanygitdiff/
you can always create git repositary with the following commands
$ mkdir testrep $ cd testrep $ git init-db $ git config user.email "you@email.com" $ git config user.name "Your Name" $ echo foo > bar.txt $ git add bar.txt $ git commit -a -m "initial commit"
Best regards, Yura Siamashka