git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git-prompt: fix reading files with windows line endings
@ 2017-11-28 20:18 Robert Abel
  2017-11-28 20:18 ` [PATCH] " Robert Abel
  0 siblings, 1 reply; 25+ messages in thread
From: Robert Abel @ 2017-11-28 20:18 UTC (permalink / raw)
  To: git

I noticed today that my git prompt using msys-git on Windows got a bit broken.
After investigating I found that the git-prompt doesn't handle the case when
__git_eread reads Windows line endings \r\n. It will only strip \n, leaving
the \r.

I noticed this when I created a repository with msys-git, did some tasks and
later wanted to check the bare. Apparently, another tool on my PC went wild
and replaced all line endings in all text files it could find, breaking my git
prompt.


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2017-12-05 23:39 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 20:18 git-prompt: fix reading files with windows line endings Robert Abel
2017-11-28 20:18 ` [PATCH] " Robert Abel
2017-11-29 14:27   ` Johannes Schindelin
2017-11-29 22:09     ` Robert Abel
2017-11-30  0:21       ` Johannes Schindelin
2017-11-30  6:22         ` Robert Abel
2017-11-30 15:21           ` Johannes Schindelin
2017-11-30 18:01             ` Robert Abel
2017-12-01 10:45               ` Johannes Schindelin
2017-12-01 23:31                 ` [PATCH v2 1/2] git-prompt: make __git_eread intended use explicit Robert Abel
2017-12-01 23:31                   ` [PATCH v2 2/2] git-prompt: fix reading files with windows line endings Robert Abel
2017-12-04 14:18                     ` Johannes Schindelin
2017-12-04 17:58                   ` [PATCH v2 1/2] git-prompt: make __git_eread intended use explicit Junio C Hamano
2017-12-04 22:57                     ` Robert Abel
2017-12-05  0:27                       ` Junio C Hamano
2017-12-05  7:01                         ` Robert Abel
2017-12-05 13:06                           ` Junio C Hamano
2017-12-05 23:37                             ` Robert Abel
2017-12-05 23:39                               ` [PATCH v4 " Robert Abel
2017-12-05 23:39                                 ` [PATCH v4 2/2] git-prompt: fix reading files with windows line endings Robert Abel
2017-12-04 23:49                   ` [PATCH v3 1/2] git-prompt: make __git_eread intended use explicit Robert Abel
2017-12-04 23:49                     ` [PATCH v3 2/2] git-prompt: fix reading files with windows line endings Robert Abel
2017-11-30  1:08     ` [PATCH] " SZEDER Gábor
2017-11-30  1:51       ` Johannes Schindelin
2017-11-30 23:45         ` SZEDER Gábor

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).