Dear diary, on Mon, Apr 11, 2005 at 10:50:51AM CEST, I got a letter where Ingo Molnar <[EMAIL PROTECTED]> told me that... > > * Petr Baudis <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > here goes git-pasky-0.2, my set of patches and scripts upon Linus' > > git, aimed at human usability and to an extent a SCM-like usage. > > works fine on FC4, i only minor issues: 'git' in the tarball didnt have > the x permission.
Sorry, fixed in the tarball. It is in the diffs but I have no git patch yet to apply the mode changes. > Also, your scripts assume they are in $PATH. When > trying out a tarball one doesnt usually do a 'make install' but tries > stuff locally. Hmm, I think I will need to make something like exedir=$(dirname $0) on the top of each script and then do all the git calls with ${exedit} prepended. That should fix the issue, right? > Also, 'make install' doesnt seem to install the git script itself, is > that intentional? Oops, I actually didn't even notice that there _is_ any install target in the Makefile already. ;-) I will add the relevant stuff to it. -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ 98% of the time I am right. Why worry about the other 3%. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/