From: "m." <botmetkas@gmail.com>
To: git@vger.kernel.org
Subject: An anomaly, not a bug
Date: Mon, 24 Oct 2016 23:46:01 +0200 [thread overview]
Message-ID: <20161024214601.GA11699@hostname_variable_in_muttrc> (raw)
Concerning ".gitignore", experienced using git 2.10.0
Starting code using one or more spaces or tabs from the left
margin will have git reading .gitignore and ignoring(or
un-ignoring) the command-instruction.
Example: Starting .gitignore
/*
# above line is duly read. Then un-ignoring
# something but starting the command further to the
# right will have git not reading that line
!/nottobeignored.file
End .gitignore
Note: the comments can be started away from the left margin,
as normal in all unix-linux configuration files we know of.
Git follows this behaviour fine.
The lines containing commands, on the contrary of regular
convention cannot be indented by spaces or tabs. Quite
unusual, confusing, not in the sense of conventional and
easily adverted in coding git.
Could be we are missing out on something,
Git command line tool is a functional tool now in our setup
for two years, first noticed this alien behaviour in this
version of git, on osx, the fink(osx package mananger)
binary.
next reply other threads:[~2016-10-24 21:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-24 21:46 m. [this message]
2016-10-24 22:20 ` An anomaly, not a bug Alexei Lozovsky
2016-10-24 22:47 ` Alexei Lozovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161024214601.GA11699@hostname_variable_in_muttrc \
--to=botmetkas@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).