Automatic parameters completion

2018-02-08 Thread Andrzej
I have Linux Mint and its terminal besides usual completion (add file name when type first letter and press tab) also can complete git parameters. How is doing this? Bash knows git or bash has special interface to completion and git uses it? I want in my Linux program apply this mechanism.

How juggle branches?

2018-01-29 Thread Andrzej
First, I develop program which uses mysql in branch master. Next i change name this branch to before_hbase, and began develop HBase in branch master. I also develop before_hbase. Now, instead HBase will be MapR-DB which will before_hbase , not master succesor. How do: - change before_hbase to m

Re: Git uses wrong subkey for signing commits with GPG key

2018-01-13 Thread Andrzej Ośmiałowski
Hi Todd, On Sat, Jan 13, 2018 at 1:22 AM, Todd Zullinger wrote: > Hi Andrzej, > > Andrzej Ośmiałowski wrote: >> I have an issue with git and signing commits with GPG subkey. >> >> My setup: >> - master key used for certification only >> - subkey for my mai

Git uses wrong subkey for signing commits with GPG key

2018-01-12 Thread Andrzej Ośmiałowski
I have an issue with git and signing commits with GPG subkey. My setup: - master key used for certification only - subkey for my main workstation - subkey for my mobile workstation (a notebook). Both subkeys are used for signing only. I've configured git to use my specific subkey however it does

[PATCH 2/2] Documentation: filter-branch env-filter example

2013-02-21 Thread Tadeusz Andrzej Kadłubowski
filter-branch --env-filter example that shows how to change the email address in all commits before publishing a project. Signed-off-by: Tadeusz Andrzej Kadłubowski --- Documentation/git-filter-branch.txt | 21 + 1 file changed, 21 insertions(+) diff --git a/Documentation

[PATCH 1/2] git-filter-branch.txt: clarify ident variables usage

2013-02-21 Thread Tadeusz Andrzej Kadłubowski
There is a rare edge case of git-filter-branch: a filter that unsets identity variables from the environment. Link to git-commit-tree clarifies how Git would fall back in this situation. Signed-off-by: Tadeusz Andrzej Kadłubowski --- Documentation/git-filter-branch.txt | 6 +++--- 1 file

[PATCH v2 0/2] Documentation: filter-branch env-filter example

2013-02-21 Thread Tadeusz Andrzej Kadłubowski
Solaris. -- Tadeusz Andrzej Kadłubowski -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Documentation: filter-branch env-filter example

2013-02-14 Thread Tadeusz Andrzej Kadłubowski
filter-branch --env-filter example that shows how to change the email address in all commits by a certain developer. --- Documentation/git-filter-branch.txt | 13 + 1 file changed, 13 insertions(+) diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt