Sebastian Rose <sebastian_r...@gmx.de> writes: > git always throws warnings and errors here, when I try to `git clone > --bare' on FAT formated USB sticks (didn't try with the new 1.6.1.3 > version, that's in Debian testing since a week).
The only issue I ran into was when I mounted the USB stick with Linux's default options. I need to specify the option shortname=mixed so that it doesn't create 'head' instead of 'HEAD' in the repo on the USB stick. ,----[ part of my /etc/fstab ] | /dev/sdb1 /usb vfat defaults,user,noauto,shortname=mixed 0 0 `---- After that everything worked great for me. -Bernt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode