git-annex/Git
Joey Hess 4e35067325
windows hook scripts newlines without CR
Windows: When git-annex init is installing hook scripts, it will
avoid ending lines with CR for portability.

Existing hook scripts that do have CR line endings will not be changed.
While it would be possible to have git-annex init upgrade them, users would
need to know to use that command to do that, and it would add complexity
that does not seem warranted for the portability benefit alone.

Sponsored-by: Luke T. Shumaker on Patreon
2023-11-02 13:37:04 -04:00
..
Command
Remote
AutoCorrect.hs
Branch.hs
BuildVersion.hs
CatFile.hs
CheckAttr.hs
CheckIgnore.hs
Command.hs
Config.hs fix some build warnings from ghc 9.4.6 2023-09-21 13:40:22 -04:00
ConfigTypes.hs Support core.sharedRepository=0xxx at long last 2023-04-26 17:03:29 -04:00
Construct.hs RawFilePath conversion 2023-10-26 13:58:49 -04:00
Credential.hs split out Utility.Url.Parse 2023-08-14 12:28:10 -04:00
CurrentRepo.hs fix some build warnings from ghc 9.4.6 2023-09-21 12:11:01 -04:00
DiffTree.hs
DiffTreeItem.hs
Env.hs
FileMode.hs
FilePath.hs implement importChanges optimisaton (not used yet) 2023-05-31 16:01:34 -04:00
FilterProcess.hs
Fsck.hs
GCrypt.hs
HashObject.hs
History.hs
Hook.hs windows hook scripts newlines without CR 2023-11-02 13:37:04 -04:00
Index.hs
LockFile.hs fix build with unix-2.8.0 2023-08-01 18:41:27 -04:00
LsFiles.hs
LsTree.hs
Merge.hs
Objects.hs fix empty tree import when directory does not exist 2023-08-15 12:57:41 -04:00
PktLine.hs
Queue.hs
Quote.hs
Ref.hs
RefLog.hs
Remote.hs
Repair.hs fix empty tree import when directory does not exist 2023-08-15 12:57:41 -04:00
Sha.hs
Ssh.hs
Status.hs
Tree.hs build git trees using ContentIdentifier to speed up import 2023-05-31 12:46:54 -04:00
Types.hs Override safe.bareRepository for git remotes 2023-09-07 14:56:26 -04:00
UnionMerge.hs
UpdateIndex.hs
Url.hs
Version.hs