Hi,
On Thu, Jun 13, 2013 at 07:16:49PM +0530, Ramkumar Ramachandra wrote:
The files $g/rebase-{merge,apply}/{head-name,msgnum,end} are not
guaranteed to exist. When attempting to cat them, squelch the error
output to get rid of messages like these:
cat: .git/rebase-merge/msgnum: No such file or directory
cat: .git/rebase-merge/end: No such file or directory
Signed-off-by: Ramkumar Ramachandra <redacted>
Makes sense.
Just curious: when do those files don't exist? When using an older
version of git with a newer prompt, obviously, but are there other
cases?
Thanks,
Gábor