summaryrefslogtreecommitdiffstats
path: root/.gitconfig
Commit message (Collapse)AuthorAgeFilesLines
* Git config: add "su" show unpushed (updated)Jan Pokorný2014-02-141-0/+4
| | | | | | Partly based on http://stackoverflow.com/questions/2969214 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: add "ci" alias/modified checkout-indexf18Jan Pokorný2013-12-021-0/+6
| | | | | | | | | | | | | | Superhandy in case on convoluted patchset regarding the same file, which is being reversed-engineered from a bulk change and one wants to retest each isolated changeset for not breaking expectations... (at least in the case that such properties can be investigated solely on this file, without the context that may refer to it, otherwise the whole tree has to be somehow exported elsewhere) Note the "${@/#/$GIT_PREFIX}" trick that should probably be applied for all bang-aliases. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git: add "gg" alias for "log -p --grep" (extension of single "g")Jan Pokorný2013-11-051-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git: add "g" alias for "log --grep"Jan Pokorný2013-11-051-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git: use custom-managed bundle of certs to verify the peerJan Pokorný2013-10-161-1/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: pwc alias displaying also underlying changes in patchesJan Pokorný2013-10-101-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: adjust color for diff.metaJan Pokorný2013-10-071-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: add se alias for label-enhanced send-emailJan Pokorný2013-09-031-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: make script in the alias command quietJan Pokorný2013-09-021-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: new "ai" alias for "add -ip"Jan Pokorný2013-09-021-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: add wc alias = whatchangedJan Pokorný2013-08-221-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: make subdiff-related commands work wellJan Pokorný2013-08-201-4/+18
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: include another (non-public) configJan Pokorný2013-08-151-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: actual typescript creation fixJan Pokorný2013-08-151-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: it's now clear where are typescript files fromJan Pokorný2013-08-151-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: dh alias = diff HEADJan Pokorný2013-08-151-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: swd alias = git show --word-diffJan Pokorný2013-08-151-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: pd/ps commands colorizing nested patches convenientlyJan Pokorný2013-08-151-0/+2
| | | | | | Naming derived from patch-{diff,show} mnemotechnics. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: add 's' (brief status) alias + columnize statusJan Pokorný2013-05-241-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Git config: add "wd" alias for word-diffJan Pokorný2013-05-101-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Update git config: 3way merge using meldJan Pokorný2013-04-151-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* git config: be more self-defensive + anticipate new defaultJan Pokorný2013-04-081-0/+3
| | | | | | Note: probably not backward compatible Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add .gitconfigJan Pokorný2013-04-041-0/+41
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>