trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Multiple pushes with GIT

From: Darrell Anderson <humanreadable@...>
Date: Wed, 21 Mar 2012 13:28:26 -0700 (PDT)
I would appreciate anybody who knows sharing how to perform a multiple pushes with GIT.

I have some low level patches I want to push. Patching my local repository is straightforward with find and sed.

The trick thereafter is diiscovering which modules were changed, creating a commit message for each individual module, and then pushing each individual module.

My understanding is that each module must be pushed individually. Also each module push requires typing a password.

There are 117 modules (packages) in TDE. Doing this manually I foresee myself missing or overlooking a few modules.

My only solution thus far is to write a script that can recurse through my local repository, but even that seems like a lot of work because of all the error checking that should occur.

Is there a simpler way?

Thanks!

Darrell