git-annex/Git
Joey Hess 09cd042775 Properly handle multiline git config values.
A crash on parsing was fixed a while ago. This adds support for fully
correctly parsing multiline git config values, using git config --null.

Since git-annex-shell configlist uses normal git config output, I left in
support for that too; the two forms of config output can be easily
identified by the parser. Since configlist only prints the annex.uuid
config, there's no risk of multiline values there, so no need to change it.
2011-12-15 12:48:27 -04:00
..
Branch.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
CatFile.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
CheckAttr.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Command.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Config.hs Properly handle multiline git config values. 2011-12-15 12:48:27 -04:00
Construct.hs split more stuff out of Git.hs 2011-12-14 15:43:13 -04:00
Filename.hs split out two more Git modules 2011-12-13 15:24:23 -04:00
HashObject.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Index.hs split more stuff out of Git.hs 2011-12-14 15:43:13 -04:00
LsFiles.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
LsTree.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Queue.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Ref.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Sha.hs split more stuff out of Git.hs 2011-12-14 15:43:13 -04:00
Types.hs split out three modules from Git 2011-12-13 15:06:49 -04:00
UnionMerge.hs split out Git/Command.hs 2011-12-14 15:56:11 -04:00
Url.hs split more stuff out of Git.hs 2011-12-14 15:43:13 -04:00