# HG changeset patch # User Oleksandr Gavenko # Date 1259673891 -7200 # Node ID 661b792c6603b2dd7158497372ba7a868c0d923b # Parent 3b3680e6d4818b67db62c1ca8bac408daffa9901# Parent bda3ce24ded4a74bc389373fbec19057088f51f0 Automated merge with file:///d:\srv\hg-home\admin-doc diff -r bda3ce24ded4 -r 661b792c6603 debian-isntall.rst --- a/debian-isntall.rst Tue Dec 01 15:24:39 2009 +0200 +++ b/debian-isntall.rst Tue Dec 01 15:24:51 2009 +0200 @@ -34,7 +34,7 @@ Defaults env_reset root ALL=(ALL) ALL - sasha ALL=(ALL) ALL + user ALL=(ALL) ALL $ ^D ** Mount additional partitions. @@ -71,4 +71,4 @@ /dev/sda5 /mnt/music ntfs ro,nls=utf8,gid=win,dmask=222,fmask=337 0 0 /dev/sdd1 /mnt/usb vfat rw,shortname=winnt,utf8,quiet,gid=win,dmask=002,fmask=111 0 0 -*** \ No newline at end of file +*** diff -r bda3ce24ded4 -r 661b792c6603 emacs.rst --- a/emacs.rst Tue Dec 01 15:24:39 2009 +0200 +++ b/emacs.rst Tue Dec 01 15:24:51 2009 +0200 @@ -64,6 +64,12 @@ error 'No error until here' when reloading the file, move the expression towards the back of the file, otherwise towards the front of the file. +** Call tree. + +Before byte compiling file execute + + (setq byte-compile-generate-call-tree t) + * WWW. ** Text based WWW browser. diff -r bda3ce24ded4 -r 661b792c6603 git.rst --- a/git.rst Tue Dec 01 15:24:39 2009 +0200 +++ b/git.rst Tue Dec 01 15:24:51 2009 +0200 @@ -18,6 +18,23 @@ name = Oleksandr Gavenko mail = gavenkoa@gmail.com +** Windows. + +No official support for Windows OS. + +*** Cygwin. + +*** MSys. + +Native port. + + $ cat gitconfig +[core] +autocrlf = false +symlinks = false + + http://code.google.com/p/msysgit + * Start your project. Setup proj space on fs.