From: Jakub Narebski <jnareb@gmail.com>
To: "Yakov Lerner" <iler.ml@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git wish page
Date: Fri, 27 Apr 2007 16:50:27 +0200 [thread overview]
Message-ID: <200704271650.27923.jnareb@gmail.com> (raw)
In-Reply-To: <f36b08ee0704251505r226a8011h180ec6a8fb4ba5b7@mail.gmail.com>
On Thursday, 26 April 2007, Yakov Lerner wrote:
> I'd like have a wish added ("support empty directories") to the
> http://git.or.cz/gitwiki/Wishlist
> git wish page.
First of all, from the http://git.or.cz/gitwiki/GitFaq
Q. Can I add empty directories?
A. No, git only cares about files, or rather git tracks content and
empty directories have no content.
Directories are added automatically when adding files inside them.
That is, directories never have to be added to the repository, and
are not tracked on their own.
Though you can say "git add <dir>" and it will add files in there.
If you really need a directory to exist in checkouts, you should
create a file in it. .gitignore works well for this purpose; you can
leave it empty, or fill in the names of files you expect to show up
in the directory.
> What do I need to have it added?
>
> Do I just wiki-edit this page and add a wish?
That is idea of wiki, that anybody can easily edit page.
> Or I email the maintainer of the wiki site ? J.Hamano told me to
> talk to the "maintainer". I think you are maintainer, no ?
There was some talk about having TODO / Wishlist maintainer on git
mailing list; somebody who would watch git mailing list (or read
archives), and optionally #git IRC channel on FreeNode (or browse
archives), add entries to it, and remove implemented (or move to
"Granted wishes" section). Currently there is no such person; I am
not Wishlist wiki page maintainer.
The http://git.or.cz/gitwiki/Wishlist page was created by Andy Parkins,
with some items tongue-in-cheek.
IIRC the admin of GitWiki is Petr "Pasky" Baudis; he has admin
privileges like ability to delete a page, or rename a page, or add
extension to MoinMoin wiki engine. But he doesn't do much (besides
providing us with the GitWiki; thanks a lot, pasky), certainly
he do not maintain, nor watch, any wiki page.
I have sent from time to time "[RFC] gitweb wishlist and TODO list"
message to git mailing list, to ask for ideas to implement, and which
ideas implement first.
--
Jakub Narebski
Poland
next parent reply other threads:[~2007-04-27 14:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <f36b08ee0704251505r226a8011h180ec6a8fb4ba5b7@mail.gmail.com>
2007-04-27 14:50 ` Jakub Narebski [this message]
2007-04-27 15:26 ` git wish page Andy Parkins
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=200704271650.27923.jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=iler.ml@gmail.com \
/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).