URI:
       Added --no-graph to mtn log in tar target. - susmb - mounting of SMB/CIFS shares via FUSE
  HTML git clone git://git.codemadness.org/susmb
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 775e858942d6e063e562af2db4608c19d2168038
   DIR parent b7c546a23531f99ea15a9e10636dc1dae5351833
  HTML Author: geoff <devnull@localhost>
       Date:   Fri, 29 Jun 2007 17:51:36 +0000
       
       Added --no-graph to mtn log in tar target.
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -83,7 +83,7 @@ tar: VERSION=$(shell grep 'USMB_VERSION[^_]' version.h | sed 's/.*0x//')
        tar: STAGING=/tmp/usmb-$(VERSION)
        tar:
                mkdir $(STAGING)
       -        mtn log > $(STAGING)/Changelog
       +        mtn --no-graph log > $(STAGING)/Changelog
                cp -a $(PWD)/* $(STAGING)/
                rm -rf $(STAGING)/_MTN
                (cd $(STAGING)/..; \