From d5f924d9f040a49c0d0114b8ef03c6ec3a96bd9c Mon Sep 17 00:00:00 2001 From: Jed Brown Date: Sun, 25 Nov 2012 20:43:19 +0100 Subject: initial import --- test.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..630a9ff --- /dev/null +++ b/test.sh @@ -0,0 +1,23 @@ +#!/bin/bash + +set -e + +git init fat-test +cd fat-test +git fat init +cat - >> .gitfat < .gitattributes +git add .gitattributes .gitfat +git commit -m'Initial fat repository' + +echo 'fat content a' > a.fat +git add a.fat +git commit -m'add a.fat' +echo 'fat content b' > b.fat +git add b.fat +git commit -m'add b.fat' +echo 'revise fat content a' > a.fat +git commit -am'revise a.fat' -- cgit v1.2.1