Re: git/path.c - order of accessing ~/.gitconfig

2013-09-18 Thread Madhu
t_etc_gitconfig and user_config, as the commit says, I misunderstood what the commit was saying because it says this in the reverse order. Sorry, (nothing to see here) ---Madhu -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.o

git/path.c - order of accessing ~/.gitconfig

2013-09-18 Thread Madhu
chmod 000 ~/.config helps identify and blacklist NWO "apps" and now git started complaining) ---Madhu -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

git-rebase --continue eats commits

2013-08-31 Thread Madhu
hen deletes the commit that was being applied from the branch. ---Madhu (setenv "TDIR" "/dev/shm/foo/") mkdir -pv $TDIR && cd $TDIR && git-init (cd $TDIR && echo a > a && git add a && git commit -m "a") (cd $TDIR &&