git-annex/Git
Joey Hess 49ee07f93d
fix flush of a closed file handle
Avoids displaying warning about git-annex restage needing to be run in
situations where it does not.

Closing a handle flushes it anyway, so no need for an explict flush. The
handle does get closed twice, but that's fine, the second one does nothing.

Sponsored-by: Dartmouth College's DANDI project
2022-09-30 14:02:31 -04:00
..
Command
Remote
AutoCorrect.hs
Branch.hs sync --quiet 2021-07-19 11:28:47 -04:00
BuildVersion.hs
CatFile.hs separate handles for cat-file and cat-file --batch-check 2021-09-24 13:16:13 -04:00
CheckAttr.hs
CheckIgnore.hs
Command.hs convert some error to giveup 2021-12-09 14:36:54 -04:00
Config.hs pass --git-dir when reading git config when it was specified explicitly 2022-09-26 14:38:34 -04:00
ConfigTypes.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00
Construct.hs skip checkRepoConfigInaccessible when git directory specified explicitly 2022-09-20 14:52:43 -04:00
Credential.hs cache credentials in memory when doing http basic auth to a git remote 2022-09-09 14:20:32 -04:00
CurrentRepo.hs pass --git-dir when reading git config when it was specified explicitly 2022-09-26 14:38:34 -04:00
DiffTree.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00
DiffTreeItem.hs
Env.hs
FileMode.hs
Filename.hs
FilePath.hs
FilterProcess.hs filter-process: Fix protocol for empty files 2022-07-13 17:13:54 -04:00
Fsck.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00
GCrypt.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00
HashObject.hs
History.hs
Hook.hs
Index.hs
LockFile.hs
LsFiles.hs convert some error to giveup 2021-12-09 14:36:54 -04:00
LsTree.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00
Merge.hs sync --quiet 2021-07-19 11:28:47 -04:00
Objects.hs
PktLine.hs update 2021-11-05 10:53:11 -04:00
Queue.hs add restage log 2022-09-23 15:47:24 -04:00
Ref.hs remove errant print debug 2021-10-03 18:18:04 -04:00
RefLog.hs
Remote.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00
Repair.hs improve createDirectoryUnder to allow alternate top directories 2022-08-12 12:52:37 -04:00
Sha.hs
Ssh.hs
Status.hs
Tree.hs ImportableContentsChunkable 2021-10-08 13:15:22 -04:00
Types.hs skip checkRepoConfigInaccessible when git directory specified explicitly 2022-09-20 14:52:43 -04:00
UnionMerge.hs
UpdateIndex.hs fix flush of a closed file handle 2022-09-30 14:02:31 -04:00
Url.hs
Version.hs