git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Tool/Scripts - For maintaining different branches on a repo
@ 2014-06-19 10:48 Jagan Teki
  2014-06-20 22:30 ` brian m. carlson
  0 siblings, 1 reply; 3+ messages in thread
From: Jagan Teki @ 2014-06-19 10:48 UTC (permalink / raw)
  To: Git List

Hi,

I have a single repo with different kinds of branches say 4 branches.
Developers will send a patches wrt to specific branch.

Is there any opensource tool/script that does applying patches/maintaining
the branches in repo w/o manual intervention?

thanks!
-- 
Jagan.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Tool/Scripts - For maintaining different branches on a repo
  2014-06-19 10:48 Tool/Scripts - For maintaining different branches on a repo Jagan Teki
@ 2014-06-20 22:30 ` brian m. carlson
  2014-06-27  6:27   ` Jagan Teki
  0 siblings, 1 reply; 3+ messages in thread
From: brian m. carlson @ 2014-06-20 22:30 UTC (permalink / raw)
  To: Jagan Teki; +Cc: Git List

[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]

On Thu, Jun 19, 2014 at 04:18:22PM +0530, Jagan Teki wrote:
> Hi,
> 
> I have a single repo with different kinds of branches say 4 branches.
> Developers will send a patches wrt to specific branch.

I presume here that you're referring to emailed patches, or patches in
independent files, as opposed to just having branches with commits.

> Is there any opensource tool/script that does applying patches/maintaining
> the branches in repo w/o manual intervention?

If you want something that works with patches specifically, TopGit might
do what you want.  If what you're looking for is a tool that accepts
patches and automatically applies them, I'm not aware of one.  It
shouldn't be terribly difficult to script, though.

If you don't need to deal with patches and can instead deal with git
repositories, GitLab and Gitorious offer merge requests, which might
make life easier.  I have heard that GitLab is less painful to set up.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Tool/Scripts - For maintaining different branches on a repo
  2014-06-20 22:30 ` brian m. carlson
@ 2014-06-27  6:27   ` Jagan Teki
  0 siblings, 0 replies; 3+ messages in thread
From: Jagan Teki @ 2014-06-27  6:27 UTC (permalink / raw)
  To: Jagan Teki, Git List

On Sat, Jun 21, 2014 at 4:00 AM, brian m. carlson
<sandals@crustytoothpaste.net> wrote:
> On Thu, Jun 19, 2014 at 04:18:22PM +0530, Jagan Teki wrote:
>> Hi,
>>
>> I have a single repo with different kinds of branches say 4 branches.
>> Developers will send a patches wrt to specific branch.
>
> I presume here that you're referring to emailed patches, or patches in
> independent files, as opposed to just having branches with commits.

Let me clear my requirement:

I'm using Thunderbird,  the tool will pick the patches with _defined_
subject prefix
and apply the respective branches as I inputting.

Please let me know if you still have any clarity.

>
>> Is there any opensource tool/script that does applying patches/maintaining
>> the branches in repo w/o manual intervention?
>
> If you want something that works with patches specifically, TopGit might
> do what you want.  If what you're looking for is a tool that accepts
> patches and automatically applies them, I'm not aware of one.  It
> shouldn't be terribly difficult to script, though.
>
> If you don't need to deal with patches and can instead deal with git
> repositories, GitLab and Gitorious offer merge requests, which might
> make life easier.  I have heard that GitLab is less painful to set up.
>
> --
> brian m. carlson / brian with sandals: Houston, Texas, US
> +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
> OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


thanks!
-- 
Jagan.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-27  6:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 10:48 Tool/Scripts - For maintaining different branches on a repo Jagan Teki
2014-06-20 22:30 ` brian m. carlson
2014-06-27  6:27   ` Jagan Teki

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).