On Wed, Feb 11, 2009 at 9:14 PM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote: > "Ciprian Dorin, Craciun" <ciprian.craciun@xxxxxxxxx> wrote: >> >> Here is what I'm trying to accomplish: I want to add to the git >> search path also the folder ${GIT_DIR}/bin if this already exists... >> (This allows me to have repository specific commands...) > > for f in `cd $(git rev-parse --git-dir)/bin && ls *`; do > git config alias.$f '!$(git rev-parse --git-dir)/bin/'$f > done > > No need to patch git. > > -- > Shawn. :) Yes I know about the alias trick... But I find it easier to just create a bin folder and drop my scripts there... (For example git-branch-import that takes a new branch name and an URL and creates the branch with no ancestry and knows http, ftp, svn, tar.{gz,bz2}, zip, etc...) Ciprian. -- 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