CI to automate build of cargo lockfiles on different Alpine releases for git-annex aports https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/git-annex
Find a file
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
Backend refactoring, no code changes really 2010-11-08 15:15:21 -04:00
Command Optimize both pre-commit and lock subcommands. 2010-11-11 14:54:29 -04:00
debian Optimize both pre-commit and lock subcommands. 2010-11-11 14:54:29 -04:00
doc add news item for git-annex 0.04 2010-11-10 14:30:33 -04:00
.gitignore update 2010-11-10 10:52:59 -04:00
Annex.hs add queueRun 2010-11-08 16:40:02 -04:00
Backend.hs refactoring, no code changes really 2010-11-08 15:15:21 -04:00
BackendList.hs more Wall cleaning 2010-10-31 14:40:34 -04:00
CHANGELOG symlinks 2010-10-27 15:14:59 -04:00
CmdLine.hs allow adding unlocked files 2010-11-10 14:02:08 -04:00
Command.hs refactoring, no code changes really 2010-11-08 15:15:21 -04:00
Core.hs use -- before filenames when running git add, git rm, etc 2010-11-10 14:15:21 -04:00
git-annex.hs broke subcommands out into separate modules 2010-11-02 19:04:24 -04:00
GitQueue.hs hlinted a few files 2010-11-06 17:07:11 -04:00
GitRepo.hs add typeChangedFiles 2010-11-10 14:01:41 -04:00
GPL symlinks 2010-10-27 15:14:59 -04:00
INSTALL symlinks 2010-10-27 15:14:59 -04:00
LocationLog.hs more Wall cleaning 2010-10-31 15:50:07 -04:00
Locations.hs typo 2010-11-08 17:44:30 -04:00
Makefile Avoid using runghc to run test suite as it is not available on all architectures. Closes: #603006 2010-11-10 10:49:35 -04:00
mdwn2man allow lines with leading tab, to be preformatted text 2010-10-19 15:17:26 -04:00
Messages.hs add showSideAction 2010-11-08 16:45:41 -04:00
Remotes.hs refactoring, no code changes really 2010-11-08 15:15:21 -04:00
test.hs Avoid using runghc to run test suite as it is not available on all architectures. Closes: #603006 2010-11-10 10:49:35 -04:00
TypeInternals.hs rough in fsck 2010-11-07 17:26:21 -04:00
Types.hs copyright statements 2010-10-27 16:53:54 -04:00
Utility.hs add unsetFileMode 2010-11-08 17:44:08 -04:00
UUID.hs Add annex.version, which will be used to automate upgrades. 2010-11-08 14:39:12 -04:00
Version.hs add 2010-11-08 16:40:42 -04:00