This commit is contained in:
Joey Hess 2011-10-25 11:39:15 -07:00
parent 962fed915f
commit e2853b3fec
2 changed files with 5 additions and 1 deletions

2
debian/changelog vendored
View file

@ -5,7 +5,7 @@ git-annex (3.20111012) UNRELEASED; urgency=low
* migrate: Copy url logs for keys when migrating. * migrate: Copy url logs for keys when migrating.
* git-annex-shell: GIT_ANNEX_SHELL_READONLY and GIT_ANNEX_SHELL_LIMITED * git-annex-shell: GIT_ANNEX_SHELL_READONLY and GIT_ANNEX_SHELL_LIMITED
environment variables can be set to limit what commands can be run. environment variables can be set to limit what commands can be run.
This could be used by eg, gitolite. This is used by gitolite's new git-annex support!
-- Joey Hess <joeyh@debian.org> Fri, 14 Oct 2011 18:15:20 -0400 -- Joey Hess <joeyh@debian.org> Fri, 14 Oct 2011 18:15:20 -0400

View file

@ -11,6 +11,10 @@ version of the file during a merge.
So every `git status` would need to read the entire content of all So every `git status` would need to read the entire content of all
available files, and checksum them, which is too expensive. available files, and checksum them, which is too expensive.
> Update from GitTogether: Peff thinks a new interface could be added to
> git to handle this sort of case in an efficient way.. just needs someone
> to do the work. --[[Joey]]
---- ----
The clean filter is run when files are staged for commit. So a user could copy The clean filter is run when files are staged for commit. So a user could copy