git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: merlyn@stonehenge.com (Randal L. Schwartz)
To: git@vger.kernel.org
Subject: managing my first project with git, yeay
Date: 02 Dec 2005 19:24:03 -0800	[thread overview]
Message-ID: <86iru6c17w.fsf@blue.stonehenge.com> (raw)


So, between yesterday and today, I issued "git-init-db", followed by
enough commands to have done this:

git-diff-tree -p -M 1723 HEAD | git-apply --stat --summary
 lib/GC/App/change_transactions.tt                  |    4 -
 lib/GC/App/edit_snippets.pm                        |    2 
 lib/GC/App/generate_aged_receivables.tt            |    2 
 lib/GC/App/make_manifest.tt                        |    2 
 lib/GC/App/record_adjustment.tt                    |   11 +-
 lib/GC/App/record_payment.pm                       |    7 +
 lib/GC/App/record_payment.tt                       |    7 +
 lib/GC/App/snippet.pm                              |    3 
 lib/GC/App/snippet.tt                              |    2 
 lib/GC/App/welcome.pm                              |    2 
 lib/GC/App/welcome.tt                              |    1 
 lib/GC/DB.pm                                       |   11 ++
 lib/GC/DB/Booking.pm                               |   28 ----
 lib/GC/DB/PersonCruise.pm                          |    3 
 lib/GC/DB/Phone.cfg                                |    1 
 lib/GC/DB/all.pm                                   |   20 ++-
 lib/GC/DB/randal-funcs-4                           |    2 
 lib/GC/DB/randal-funcs-5                           |  132 ++++++++++++++++++++
 lib/GC/DB/randal-funcs-6                           |   14 ++
 lib/GC/ttlib/pcs_to_ar.tt                          |   14 +-
 lib/GC/ttlib/pcs_to_matrix.tt                      |    3 
 lib/GC/ttlib/view/amount_with_button.tt            |   15 ++
 .../view/combo_select_person_ccs_for_payment.tt    |   31 ++++-
 23 files changed, 251 insertions(+), 66 deletions(-)
 create mode 100644 lib/GC/DB/randal-funcs-5
 create mode 100644 lib/GC/DB/randal-funcs-6
 create mode 100644 lib/GC/ttlib/view/amount_with_button.tt

This was on Darwin.  yeay.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

                 reply	other threads:[~2005-12-03  3:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=86iru6c17w.fsf@blue.stonehenge.com \
    --to=merlyn@stonehenge.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).