zit
15 years agoRemove useless shift
Giuseppe Bilotta [Thu, 23 Oct 2008 14:54:30 +0000 (16:54 +0200)] 
Remove useless shift

15 years agoSimplify repository structure
Giuseppe Bilotta [Thu, 23 Oct 2008 14:44:42 +0000 (16:44 +0200)] 
Simplify repository structure

We abandon the .zit.file/.git idea to switch to a structure where the Git dir
is just .file.git, and the working tree is the current directory.

This has the advantage of not requiring non-portable and fragile hardlinks,
although it requires a rather drastic .file.git/info/exclude file to simulate
the one-file repository.

15 years agoDraft usage/help
Giuseppe Bilotta [Thu, 23 Oct 2008 00:23:14 +0000 (02:23 +0200)] 
Draft usage/help

15 years agoZit track = init, tracked = list
Giuseppe Bilotta [Wed, 22 Oct 2008 23:53:48 +0000 (01:53 +0200)] 
Zit track = init, tracked = list

15 years agoEarly bailout in case of missing filename
Giuseppe Bilotta [Wed, 22 Oct 2008 17:45:42 +0000 (19:45 +0200)] 
Early bailout in case of missing filename

15 years agoZit: delegate all other commands to git
Giuseppe Bilotta [Wed, 22 Oct 2008 17:40:41 +0000 (19:40 +0200)] 
Zit: delegate all other commands to git

15 years agoZit list command
Giuseppe Bilotta [Wed, 22 Oct 2008 17:38:44 +0000 (19:38 +0200)] 
Zit list command

15 years agoRefactor Zit init
Giuseppe Bilotta [Wed, 22 Oct 2008 17:05:46 +0000 (19:05 +0200)] 
Refactor Zit init

15 years agoRefactor Zit setup
Giuseppe Bilotta [Wed, 22 Oct 2008 17:04:42 +0000 (19:04 +0200)] 
Refactor Zit setup

15 years agoZit only works on files in the current directory
Giuseppe Bilotta [Wed, 22 Oct 2008 17:00:33 +0000 (19:00 +0200)] 
Zit only works on files in the current directory

15 years agoInitial commit
Giuseppe Bilotta [Wed, 22 Oct 2008 16:53:20 +0000 (18:53 +0200)] 
Initial commit