Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Git's gurus - need you help

One advantage of git is, that it tracks change-sets. With the find toolbar in the egit history view, you can easily search for a bug number. If you click on the change-set you'll see the affected files in the revision-details. You can even open them in the editor from there.
With that it may no longer be necessary to record the change set in bugzilla. 
Markus.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alena Laskavaia
Sent: Wednesday, July 13, 2011 00:42
To: CDT General developers list.
Subject: [cdt-dev] Git's gurus - need you help
Importance: Low

I asked admin to enable git hook to post to a forum after successfull commit, and we do have posts now to cdt-commits mailing list.
However I cannot interpret this info at all. I need to generate something similar to what old genie did - list of changes files with diffs or link to a "commit" which would show diff for all files online. Anybody can help?

This is sample post:


The branch, cdt_8_0 has been updated
      via  9970e94efa165f20e78a6db09968b707d83ab1d1 (commit)
     from  120d96abea40139e7515848ff0f2666c9eab2f2a (commit)

Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.

- Log -----------------------------------------------------------------
commit 9970e94efa165f20e78a6db09968b707d83ab1d1
Author: Pawel Piech <pawel.piech@xxxxxxxxxxxxx>
Date:   Tue Jul 12 13:55:40 2011 -0700

   Bug 351898 - [expressions] Invalid expressions do not show errors in the
   value column.

-----------------------------------------------------------------------

Summary of changes:
 .../properties/PropertiesUpdateStatus.java         |   23 +++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-) _______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top