[git-users] how to delete a commit?

2013-12-19 Thread Jagadeesh N. Malakannavar
Hi, May I know how to delete one intermidate commit? For ex: git one line log c4ab7b9 commit 6 a2396a2 commit 5 85020f2 commit 4 8779285 commit 3 4c0b83b commit 2 4498573 commit 1 I want to delete 8779285 commit 3 how to do that? Thanks -- You received this message because you are

Re: [git-users] how to delete a commit?

2013-12-19 Thread Jagadeesh N. Malakannavar
- *From:* Jagadeesh N. Malakannavar javascript: *To:* git-...@googlegroups.com javascript: *Sent:* Thursday, December 19, 2013 8:10 AM *Subject:* [git-users] how to delete a commit? Hi, May I know how to delete one intermidate commit? For ex: git one line log c4ab7b9 commit 6

Re: [git-users] how to delete a commit?

2013-12-19 Thread Jagadeesh N. Malakannavar
Thanks for showing new command revert. I will check that. Thanks On Thursday, 19 December 2013 14:38:54 UTC+5:30, Gunnar Strand wrote: Hi, On 12/19/13 09:10, Jagadeesh N. Malakannavar wrote: Hi, May I know how to delete one intermidate commit? For ex: git one line log

[git-users] how to check if my commit is propagated to later branchs?

2013-12-27 Thread Jagadeesh N. Malakannavar
Hello, I have branch structres something like this / / rel-1 --//- top of tree / /rel-2 I have made some commits on rel-1.

[git-users] how to generate pull request numbers using commit hash

2013-12-30 Thread Jagadeesh N. Malakannavar
Hi, I am given a taks of generating all the pull request numbers. I have bunch of commit hash. Is there any way to relate them? we use github.com. I do not see any place I can input commit hash and get the history. Thanks -- You received this message because you are subscribed to the Google

[git-users] tracking file content?

2013-12-30 Thread Jagadeesh N. Malakannavar
Hi, I am looking for a hook that sends out an email based on particular file contents. I expect an email when I am rebasing my repo. hook script should check the file contents and if particular pattern matches then trigger an email. Is it possible? if yes then assume that read_and_sendmail.py

Re: [git-users] tracking file content?

2014-05-02 Thread Jagadeesh N. Malakannavar
Khomoutov wrote: On Mon, 30 Dec 2013 23:18:42 -0800 (PST) Jagadeesh N. Malakannavar mnjag...@gmail.com javascript: wrote: I am looking for a hook that sends out an email based on particular file contents. I expect an email when I am rebasing my repo. hook script should check the file

[git-users] how to list filenames that are rebasing?

2014-05-05 Thread Jagadeesh N. Malakannavar
Hi, Is there any way to list all filenames after git fetch or after rebase? Thanks -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

[git-users] Question: how to obtain branch information from tag?

2015-01-28 Thread Jagadeesh N. Malakannavar
Hi, Is there any way to get branch details using tag name? Thanks -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [git-users] [solved]Question: how to obtain branch information from tag?

2015-01-28 Thread Jagadeesh N. Malakannavar
Yep. This is exactly what I was looking for. I read this post before but did not notice -r option. Thanks all for all your help. Thanks On Thursday, 29 January 2015 12:46:38 UTC+5:30, Magnus Therning wrote: On Wed, Jan 28, 2015 at 10:23:34PM -0800, Jagadeesh N. Malakannavar wrote: Hi

[git-users] opengrok for git branches

2015-11-18 Thread Jagadeesh N. Malakannavar
Hi, I have set up opengrok[https://github.com/OpenGrok/OpenGrok] for git repos. By default, opengrok index current checked out branch. I want it to index on all branches. I did some search and got to know that I have to clone every branch in separate directory and ask opengrok to index all

Re: [git-users] pushing a file to each branch in git repo

2016-03-08 Thread Jagadeesh N. Malakannavar
Hi, oh.. let me try it and update you. Thanks On Tuesday, 8 March 2016 21:04:02 UTC+5:30, Magnus Therning wrote: > > > John McKown <john.arch...@gmail.com > writes: > > > On Tue, Mar 8, 2016 at 4:32 AM, Jagadeesh N. Malakannavar < > > mnjag...@gmail.com >

[git-users] pushing a file to each branch in git repo

2016-03-08 Thread Jagadeesh N. Malakannavar
Hi, I have bunch of branches in a repo. I want to push some file like '.travis.yaml' into each branch. Any idea how to do it? Thanks -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving