Commit graph

10814 commits

Author SHA1 Message Date
Joey Hess
f078cea3f6 link forum 2010-11-14 14:08:20 -04:00
Joey Hess
1af400b98b add 2010-11-14 14:07:58 -04:00
Joey Hess
a5c4dd9743 find: New subcommand. 2010-11-14 12:35:05 -04:00
Joey Hess
54d0f73e67 update 2010-11-13 23:32:56 -04:00
Joey Hess
192a6da15d update 2010-11-14 03:26:31 +00:00
Joey Hess
db100cf01b update 2010-11-13 22:41:11 -04:00
Joey Hess
9a5356664e update 2010-11-13 22:38:05 -04:00
Joey Hess
c54a5ee1ed update 2010-11-13 22:36:32 -04:00
Joey Hess
422cb1e469 change 2010-11-13 21:45:37 -04:00
Joey Hess
a3ddfd8717 no link 2010-11-13 21:37:47 -04:00
Joey Hess
ff556dc3c4 update 2010-11-13 21:30:58 -04:00
Joey Hess
bfacd10b96 add logo 2010-11-13 21:29:30 -04:00
Joey Hess
dd5aa59cb2 add news item for git-annex 0.06 2010-11-13 16:29:40 -04:00
Joey Hess
2403fece78 releasing version 0.06 2010-11-13 16:29:33 -04:00
Joey Hess
19ee56559a better fsck file handling 2010-11-13 16:15:45 -04:00
Joey Hess
7293ba2940 fsck even files not in backend 2010-11-13 16:12:02 -04:00
Joey Hess
498c8e8544 fsck: avoid global checks if files specified 2010-11-13 16:03:25 -04:00
Joey Hess
d9d79a7980 idea 2010-11-13 15:46:56 -04:00
Joey Hess
147affa252 tweak 2010-11-13 15:44:02 -04:00
Joey Hess
14d897a338 close 2010-11-13 15:43:08 -04:00
Joey Hess
aec34ee1bd tweak 2010-11-13 15:42:56 -04:00
Joey Hess
dd573e7010 fsck bugfixes 2010-11-13 15:40:12 -04:00
Joey Hess
abebbcfd54 fsck improvements 2010-11-13 15:24:36 -04:00
Joey Hess
5fa25a812a fsck improvements
* fsck: Check if annex.numcopies is satisfied.
* fsck: Verify the sha1 of files when the SHA1 backend is used.
* fsck: Verify the size of files when the WORM backend is used.
* fsck: Allow specifying individual files to fsk if fscking everything
  is not desired.
* fsck: Fix bug, introduced in 0.04, in detection of unused data.
2010-11-13 14:59:27 -04:00
Joey Hess
d4d65a3c92 new fsck items 2010-11-13 13:11:41 -04:00
Joey Hess
3a5efc54d0 fullfledged design for moving location tracking info into branches 2010-11-12 11:00:20 -04:00
Joey Hess
09da0da02f add 2010-11-12 00:56:08 -04:00
Joey Hess
c7ec38b829 bug 2010-11-11 20:00:49 -04:00
Joey Hess
fc6b972da6 link to ghc bug 2010-11-11 19:00:38 -04:00
Joey Hess
728fc4134e add news item for git-annex 0.05 2010-11-11 18:59:37 -04:00
Joey Hess
3e60c3a3f9 releasing version 0.05 2010-11-11 18:59:19 -04:00
Joey Hess
da0de293d1 refactor param seeking 2010-11-11 18:54:52 -04:00
Joey Hess
5357d3a37a remove dup filter 2010-11-11 18:29:58 -04:00
Joey Hess
f2c7a6e73d got rid of several more calls to git when finding unlocked files 2010-11-11 18:21:54 -04:00
Joey Hess
ce62f5abf1 rework command dispatching for add and pre-commit
Both subcommands do two different operations on different sets of files, so
allowing a subcommand to perform a list of operations cleans things up.
2010-11-11 17:58:55 -04:00
Joey Hess
b5ce88dd2a build with -O2 2010-11-11 17:04:00 -04:00
Joey Hess
58fffdb73b remove unnecessary mkdir 2010-11-11 15:34:28 -04:00
Joey Hess
dffe949963 Optimize both pre-commit and lock subcommands.
isLocked was doing the expensive check before the cheap one. Let's not
fork git diff twice per file when committing, especially.

git diff is still run more than strictly necessary (ie, more than once)
if multiple unlocked files are being committed. But much better now.
2010-11-11 14:54:29 -04:00
Joey Hess
8a8987579f add news item for git-annex 0.04 2010-11-10 14:30:33 -04:00
Joey Hess
b9d7e67f61 releasing version 0.04 2010-11-10 14:29:51 -04:00
Joey Hess
10f35dceb6 tweak 2010-11-10 14:20:50 -04:00
Joey Hess
d9d6b256fc cleanup 2010-11-10 14:16:53 -04:00
Joey Hess
fb824f7eb0 use -- before filenames when running git add, git rm, etc 2010-11-10 14:15:21 -04:00
Joey Hess
f5f472e855 Merge branch 'checkout' 2010-11-10 14:11:19 -04:00
Joey Hess
16ba23d48d tweak 2010-11-10 14:10:48 -04:00
Joey Hess
31101a8b27 use new git function 2010-11-10 14:08:28 -04:00
Joey Hess
e826368cec allow adding unlocked files 2010-11-10 14:02:08 -04:00
Joey Hess
81524d19a7 add typeChangedFiles 2010-11-10 14:01:41 -04:00
Joey Hess
d0886a9ac7 explicity run queue to git add files 2010-11-10 13:32:46 -04:00
Joey Hess
99d9c1cf89 edit an alias for unlock 2010-11-10 13:28:04 -04:00