git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Pearce <spearce@spearce.org>
To: git@vger.kernel.org
Subject: Porcelain specific metadata under .git?
Date: Wed, 14 Jun 2006 02:22:40 -0400	[thread overview]
Message-ID: <20060614062240.GA13886@spearce.org> (raw)

So I'm reaching a point with my Eclipse plugin[*1*] where its
actually doing something with a GIT repository and I want to store a
ref (to a tree, not a commit) under .git/refs/eclipse-workspaces to
help the plugin cache state between workbench restarts.  But there
doesn't really seem to be any policy to what paths under .git are
available for Porcelain and what definately should be off-limits.

I already assume/know that refs/heads and refs/tags are completely
off-limits as they are for user refs only.

I also think the core GIT tools already assume that anything
directly under .git which is strictly a file and which is named
entirely with uppercase letters (aside from "HEAD") is strictly a
temporary/short-lived state type item (e.g. COMMIT_MSG) used by a
Porcelain.

But is saying ".git/refs/eclipse-workspaces" is probably able to
be used for this purpose safe?  :-)


[*1*] The Eclipse plugin is getting close to something that is worth
releasing as an early alpha for other developers.  I think I finally
found the last bug in the pack reading code and am now working on the
basic operations (add/remove/commit/status).  I hope to have all of
that working within a few days, at which point I'll publish/announce
a public GIT repository with the complete source code and an Eclipse
update site for those brave souls who might want to just install it.

-- 
Shawn.

             reply	other threads:[~2006-06-14  6:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-14  6:22 Shawn Pearce [this message]
2006-06-14 11:11 ` Porcelain specific metadata under .git? Andreas Ericsson
2006-06-14 11:32   ` Jakub Narebski
2006-06-14 13:07     ` Andreas Ericsson
2006-06-14 13:30       ` Junio C Hamano
2006-06-17  0:43       ` Shawn Pearce

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=20060614062240.GA13886@spearce.org \
    --to=spearce@spearce.org \
    --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).