author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 12 Oct 2007 04:54:15 +0000 (00:54 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 12 Oct 2007 04:54:15 +0000 (00:54 -0400) | ||
commit | 85f7a94b3c1e4289827f2529d2e8447f3678c619 | |
tree | 07b4342c17673e451fa2a64e11360d009a413a85 | tree | snapshot |
parent | f00d504a6fcf29944311a497d0eb76f0fe5ef8f0 | commit | diff |
git-gui: Support LFs embedded in config file values
Using the new --null option added to git-config in git 1.5.3 we
can safely accept LFs that are embedded in configuration options.
This does require a completely different configuration file parser
then the pre 1.5.3 version as we are splitting on very different
values.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Using the new --null option added to git-config in git 1.5.3 we
can safely accept LFs that are embedded in configuration options.
This does require a completely different configuration file parser
then the pre 1.5.3 version as we are splitting on very different
values.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history |