git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Seymour <jon.seymour@gmail.com>
To: git@vger.kernel.org
Cc: Linus Torvalds <torvalds@osdl.org>
Subject: Re: [PROPOSAL] Add a module (repo-log.c) to log repository events.
Date: Thu, 16 Jun 2005 19:04:49 +1000	[thread overview]
Message-ID: <2cfc403205061602046ec3f430@mail.gmail.com> (raw)
In-Reply-To: <2cfc4032050615210961c4d146@mail.gmail.com>

On 6/16/05, Jon Seymour <jon.seymour@gmail.com> wrote:
> A variety of log formats would be possible but the default log format
> I intend to use is:
> 
> for object events:
> 
>      yy-mm-ddThh:mm:ss(+/-)oooo SP object-type SP sha1  LF
> 

Further enhancements along these lines:

      yy-mm-ddThh:mm:ss(+/-)oooo SP object-type SP sha1 [ SP name ]  LF

This will require more invasive instrumentation but when a blob is
written it will allow the name with which the blob was known to be
logged, if that is known. Of course, this name may not survive over
time, but it was accurate at the time of the the repo event.

The objective of doing this, of course, is  to allow a git user to
quickly find a blob or tree that was accidentally "lost", by scanning
the repo log.

jon.

      reply	other threads:[~2005-06-16  8:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-16  3:59 [PATCH 1/1] [PROPOSAL] Add a module (repo-log.c) to log repository events Jon Seymour
2005-06-16  4:09 ` Jon Seymour
2005-06-16  9:04   ` Jon Seymour [this message]

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=2cfc403205061602046ec3f430@mail.gmail.com \
    --to=jon.seymour@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jon@blackcubes.dyndns.org \
    --cc=torvalds@osdl.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).