]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
10 years agosetup.sh: No need to convert hgrc with m4 anymore.
Simon Ruderich [Tue, 22 Oct 2013 20:28:09 +0000 (22:28 +0200)]
setup.sh: No need to convert hgrc with m4 anymore.

10 years agogitconfig,hgrc: Drop settings for Mac.
Simon Ruderich [Tue, 22 Oct 2013 20:26:31 +0000 (22:26 +0200)]
gitconfig,hgrc: Drop settings for Mac.

10 years agosetup.sh: Use new generate() argument order.
Simon Ruderich [Tue, 22 Oct 2013 20:25:08 +0000 (22:25 +0200)]
setup.sh: Use new generate() argument order.

10 years agotigrc: Don't display uncommitted changes.
Simon Ruderich [Wed, 11 Sep 2013 11:39:24 +0000 (13:39 +0200)]
tigrc: Don't display uncommitted changes.

10 years agotigrc: Unbind unnecessary views.
Simon Ruderich [Wed, 11 Sep 2013 11:38:12 +0000 (13:38 +0200)]
tigrc: Unbind unnecessary views.

Also remove one more command which may change the repository.

10 years agogitattributes: Add diff rule for *.gz files.
Simon Ruderich [Fri, 16 Aug 2013 20:26:01 +0000 (22:26 +0200)]
gitattributes: Add diff rule for *.gz files.

10 years agogitconfig: Add alias for stash save --include-untracked (ssu).
Simon Ruderich [Wed, 14 Aug 2013 12:32:13 +0000 (14:32 +0200)]
gitconfig: Add alias for stash save --include-untracked (ssu).

10 years agogitconfig: Add alias for diff --stat (ds).
Simon Ruderich [Wed, 7 Aug 2013 19:26:33 +0000 (21:26 +0200)]
gitconfig: Add alias for diff --stat (ds).

10 years agogitconfig: Don't require date -R, use normal date format.
Simon Ruderich [Thu, 1 Aug 2013 20:26:46 +0000 (22:26 +0200)]
gitconfig: Don't require date -R, use normal date format.

10 years agogitconfig: Remove unnecessary aliases.
Simon Ruderich [Mon, 29 Jul 2013 10:39:11 +0000 (12:39 +0200)]
gitconfig: Remove unnecessary aliases.

They are way too long ;-)

11 years agogitconfig: Document interactive.singlekey needs Term::Readkey.
Simon Ruderich [Mon, 22 Apr 2013 19:02:20 +0000 (21:02 +0200)]
gitconfig: Document interactive.singlekey needs Term::Readkey.

11 years agogitattributes: Add, global Git attributes file.
Simon Ruderich [Sat, 13 Apr 2013 01:39:12 +0000 (03:39 +0200)]
gitattributes: Add, global Git attributes file.

Also use it in gitconfig.

11 years agobin/tig.pl: Add missing timezone.
Simon Ruderich [Wed, 10 Apr 2013 01:22:09 +0000 (03:22 +0200)]
bin/tig.pl: Add missing timezone.

11 years agogitconfig: Remove noet from Vim's modeline.
Simon Ruderich [Sun, 7 Apr 2013 02:39:51 +0000 (04:39 +0200)]
gitconfig: Remove noet from Vim's modeline.

11 years agobin: Add pdftotext- and sqlite3dump.
Simon Ruderich [Sun, 7 Apr 2013 01:56:27 +0000 (03:56 +0200)]
bin: Add pdftotext- and sqlite3dump.

Used for Git's textconv.

11 years agotig.pl: Move to bin/.
Simon Ruderich [Sun, 7 Apr 2013 01:40:50 +0000 (03:40 +0200)]
tig.pl: Move to bin/.

11 years agosetup.sh,gitconfig: Define PWD instead of TIG.
Simon Ruderich [Wed, 3 Apr 2013 21:49:10 +0000 (23:49 +0200)]
setup.sh,gitconfig: Define PWD instead of TIG.

11 years agogitconfig: Add aliases for commit --amend (ca, cad).
Simon Ruderich [Wed, 3 Apr 2013 21:42:21 +0000 (23:42 +0200)]
gitconfig: Add aliases for commit --amend (ca, cad).

11 years agogitconfig: Add alias for log with --color-words (lpw).
Simon Ruderich [Wed, 3 Apr 2013 21:40:10 +0000 (23:40 +0200)]
gitconfig: Add alias for log with --color-words (lpw).

11 years agotig.pl: Fix running in subdirectories.
Simon Ruderich [Wed, 3 Apr 2013 21:31:06 +0000 (23:31 +0200)]
tig.pl: Fix running in subdirectories.

11 years agogitconfig: Add alias to display content of untracked files (u).
Simon Ruderich [Tue, 2 Apr 2013 03:15:26 +0000 (05:15 +0200)]
gitconfig: Add alias to display content of untracked files (u).

11 years agotig.pl: Fix graphs with "\".
Simon Ruderich [Sun, 17 Mar 2013 15:26:28 +0000 (16:26 +0100)]
tig.pl: Fix graphs with "\".

11 years agotig.pl: Allow empty commit messages.
Simon Ruderich [Sun, 17 Mar 2013 15:26:17 +0000 (16:26 +0100)]
tig.pl: Allow empty commit messages.

11 years agohgignore,hgrc: Remove hgignore file.
Simon Ruderich [Sat, 16 Mar 2013 19:48:32 +0000 (20:48 +0100)]
hgignore,hgrc: Remove hgignore file.

11 years agotig.pl: Pass specified arguments to Git or pass --all.
Simon Ruderich [Sat, 16 Mar 2013 16:21:58 +0000 (17:21 +0100)]
tig.pl: Pass specified arguments to Git or pass --all.

11 years agotig.pl: Spawn a pager.
Simon Ruderich [Sat, 16 Mar 2013 16:20:31 +0000 (17:20 +0100)]
tig.pl: Spawn a pager.

11 years agotig.pl: Use array as argument for open().
Simon Ruderich [Sat, 16 Mar 2013 16:03:04 +0000 (17:03 +0100)]
tig.pl: Use array as argument for open().

11 years agogitconfig: Add alias to "backup" uncommitted changes (ssb).
Simon Ruderich [Mon, 11 Mar 2013 16:41:42 +0000 (17:41 +0100)]
gitconfig: Add alias to "backup" uncommitted changes (ssb).

11 years agotig.pl: Fix graphs with "." and "-".
Simon Ruderich [Mon, 11 Mar 2013 16:28:45 +0000 (17:28 +0100)]
tig.pl: Fix graphs with "." and "-".

11 years agotig.pl: Strip superfluous whitespace.
Simon Ruderich [Mon, 11 Mar 2013 16:26:31 +0000 (17:26 +0100)]
tig.pl: Strip superfluous whitespace.

11 years agotig.pl: Detect --graph part correctly.
Simon Ruderich [Mon, 11 Mar 2013 16:23:08 +0000 (17:23 +0100)]
tig.pl: Detect --graph part correctly.

11 years agotig.pl: Print line when dieing.
Simon Ruderich [Mon, 11 Mar 2013 16:18:31 +0000 (17:18 +0100)]
tig.pl: Print line when dieing.

11 years agogitconfig: Use transfer.fsckobjects instead of receive.fsckobjects.
Simon Ruderich [Mon, 11 Mar 2013 15:02:42 +0000 (16:02 +0100)]
gitconfig: Use transfer.fsckobjects instead of receive.fsckobjects.

transfer.fsckobjects applies to both fetch and receive-pack.

11 years agogitignore,gitconfig: Remove gitignore file.
Simon Ruderich [Mon, 11 Mar 2013 14:21:28 +0000 (15:21 +0100)]
gitignore,gitconfig: Remove gitignore file.

11 years agotig.pl: Color refs.
Simon Ruderich [Mon, 11 Mar 2013 14:06:08 +0000 (15:06 +0100)]
tig.pl: Color refs.

11 years agotig.pl: Display refs after the author.
Simon Ruderich [Mon, 11 Mar 2013 13:50:11 +0000 (14:50 +0100)]
tig.pl: Display refs after the author.

11 years agogitconfig: Don't require <Return> in `git add --patch`.
Simon Ruderich [Mon, 11 Mar 2013 13:42:43 +0000 (14:42 +0100)]
gitconfig: Don't require <Return> in `git add --patch`.

11 years agosetup.sh: Add set -e.
Simon Ruderich [Sun, 10 Mar 2013 21:40:58 +0000 (22:40 +0100)]
setup.sh: Add set -e.

11 years agotig.pl: Fix graphs with "_".
Simon Ruderich [Mon, 4 Mar 2013 03:02:18 +0000 (04:02 +0100)]
tig.pl: Fix graphs with "_".

11 years agotig.pl: Add, tig-like log view.
Simon Ruderich [Mon, 11 Feb 2013 15:15:25 +0000 (16:15 +0100)]
tig.pl: Add, tig-like log view.

Used when tig is not available or broken.

Also add tig alias to gitconfig.

11 years agogitconfig: Move ssk alias after ss alias.
Simon Ruderich [Fri, 28 Dec 2012 16:23:38 +0000 (17:23 +0100)]
gitconfig: Move ssk alias after ss alias.

11 years agogitconfig: Add missing # in comment.
Simon Ruderich [Thu, 20 Dec 2012 21:11:25 +0000 (22:11 +0100)]
gitconfig: Add missing # in comment.

11 years agogitconfig: Add --abbrev-commit to tig alias.
Simon Ruderich [Thu, 20 Dec 2012 21:10:58 +0000 (22:10 +0100)]
gitconfig: Add --abbrev-commit to tig alias.

11 years agogitconfig: Rename glog to tig and add --decorate.
Simon Ruderich [Fri, 30 Nov 2012 02:17:02 +0000 (03:17 +0100)]
gitconfig: Rename glog to tig and add --decorate.

11 years agogitconfig: Add alias for stash pop (sp).
Simon Ruderich [Thu, 15 Nov 2012 16:22:35 +0000 (17:22 +0100)]
gitconfig: Add alias for stash pop (sp).

11 years agot: Add another test.
Simon Ruderich [Wed, 17 Oct 2012 23:19:59 +0000 (01:19 +0200)]
t: Add another test.

Shows one problem of words-nonword.

11 years agogitconfig: Add diff.wordregex for better git --color-words.
Simon Ruderich [Wed, 17 Oct 2012 20:00:17 +0000 (22:00 +0200)]
gitconfig: Add diff.wordregex for better git --color-words.

Also add t/ which some tests and examples.

11 years agogitconfig: Set receive.fsckobjects.
Simon Ruderich [Sun, 14 Oct 2012 20:22:19 +0000 (22:22 +0200)]
gitconfig: Set receive.fsckobjects.

11 years agogitconfig: Update alias rp to run in parallel.
Simon Ruderich [Sun, 14 Oct 2012 19:48:51 +0000 (21:48 +0200)]
gitconfig: Update alias rp to run in parallel.

11 years agogitconfig: Update alias ru to run updates in parallel.
Simon Ruderich [Sun, 14 Oct 2012 19:48:13 +0000 (21:48 +0200)]
gitconfig: Update alias ru to run updates in parallel.

11 years agogitconfig: Move alias rp to remote section.
Simon Ruderich [Sun, 14 Oct 2012 19:38:10 +0000 (21:38 +0200)]
gitconfig: Move alias rp to remote section.

11 years agogitconfig: Use ## for section headers in [alias].
Simon Ruderich [Sun, 14 Oct 2012 19:33:13 +0000 (21:33 +0200)]
gitconfig: Use ## for section headers in [alias].

A single # is used for normal comments.

11 years agogitconfig: Add mo alias (git merge origin/master).
Simon Ruderich [Thu, 27 Sep 2012 11:02:10 +0000 (13:02 +0200)]
gitconfig: Add mo alias (git merge origin/master).

11 years agoMerge remote-tracking branch 'asp/master'
Simon Ruderich [Thu, 27 Sep 2012 11:01:05 +0000 (13:01 +0200)]
Merge remote-tracking branch 'asp/master'

11 years agogitconfig: Add fg alias (git fs && git gc --aggressive).
Simon Ruderich [Thu, 27 Sep 2012 10:53:23 +0000 (12:53 +0200)]
gitconfig: Add fg alias (git fs && git gc --aggressive).

11 years agogitconfig: Redirect stderr for fs alias.
Simon Ruderich [Thu, 27 Sep 2012 10:52:27 +0000 (12:52 +0200)]
gitconfig: Redirect stderr for fs alias.

Also move it to new "Maintenance" section.

11 years agogitconfig: Add 'noexpandtab' to Vim modeline.
Simon Ruderich [Thu, 27 Sep 2012 10:51:27 +0000 (12:51 +0200)]
gitconfig: Add 'noexpandtab' to Vim modeline.

11 years agosetup.sh,gitconfig: Support old Git without diff --patience.
Simon Ruderich [Sat, 15 Sep 2012 13:40:04 +0000 (15:40 +0200)]
setup.sh,gitconfig: Support old Git without diff --patience.

11 years agosetup.sh: Rewrap lines.
Simon Ruderich [Sat, 15 Sep 2012 13:36:13 +0000 (15:36 +0200)]
setup.sh: Rewrap lines.

11 years agogitconfig: Don't use long option names for git branch.
Simon Ruderich [Sat, 1 Sep 2012 20:56:33 +0000 (22:56 +0200)]
gitconfig: Don't use long option names for git branch.

git branch only supports short options in (more or less) recent git
versions.

11 years agogitconfig: Add missing timezone in reference.
Simon Ruderich [Sat, 11 Aug 2012 20:12:45 +0000 (22:12 +0200)]
gitconfig: Add missing timezone in reference.

11 years agogitconfig: Add rp alias. Pushes to all remotes.
Simon Ruderich [Sat, 11 Aug 2012 03:04:34 +0000 (05:04 +0200)]
gitconfig: Add rp alias. Pushes to all remotes.

11 years agogitconfig: Add diff color settings.
Simon Ruderich [Sat, 11 Aug 2012 02:59:03 +0000 (04:59 +0200)]
gitconfig: Add diff color settings.

Similar to my `colordiff` setup.

11 years agogitconfig: Fix indentation.
Simon Ruderich [Sat, 11 Aug 2012 02:40:20 +0000 (04:40 +0200)]
gitconfig: Fix indentation.

No other changes.

11 years agogitconfig: Reorder some aliases.
Simon Ruderich [Sat, 11 Aug 2012 02:38:29 +0000 (04:38 +0200)]
gitconfig: Reorder some aliases.

11 years agogitconfig: Add dw and dcw aliases (diff --patience [--cached] --color-words).
Simon Ruderich [Sat, 11 Aug 2012 02:37:26 +0000 (04:37 +0200)]
gitconfig: Add dw and dcw aliases (diff --patience [--cached] --color-words).

11 years agogitconfig: Group aliases.
Simon Ruderich [Sat, 11 Aug 2012 02:36:30 +0000 (04:36 +0200)]
gitconfig: Group aliases.

11 years agogitconfig: Use long options in aliases.
Simon Ruderich [Sat, 11 Aug 2012 02:28:20 +0000 (04:28 +0200)]
gitconfig: Use long options in aliases.

12 years ago*: License under GPL v3+.
Simon Ruderich [Wed, 25 Jan 2012 22:54:09 +0000 (23:54 +0100)]
*: License under GPL v3+.

12 years agotigrc: Remove duplicate pp-* color entries.
Simon Ruderich [Tue, 22 Nov 2011 13:34:47 +0000 (14:34 +0100)]
tigrc: Remove duplicate pp-* color entries.

12 years agocvsrc: Add.
Simon Ruderich [Tue, 30 Aug 2011 16:57:05 +0000 (18:57 +0200)]
cvsrc: Add.

13 years agogitconfig: Allow diffing of gzip files.
Simon Ruderich [Thu, 25 Nov 2010 17:38:39 +0000 (18:38 +0100)]
gitconfig: Allow diffing of gzip files.

13 years agogitconfig: Documentation update.
Simon Ruderich [Fri, 12 Nov 2010 16:51:41 +0000 (17:51 +0100)]
gitconfig: Documentation update.

13 years agogitconfig: Add comment about sqlite3dump.
Simon Ruderich [Tue, 5 Oct 2010 13:36:14 +0000 (15:36 +0200)]
gitconfig: Add comment about sqlite3dump.

13 years agogitconfig: Allow diffing of SQLite files.
Simon Ruderich [Mon, 13 Sep 2010 15:52:06 +0000 (17:52 +0200)]
gitconfig: Allow diffing of SQLite files.

13 years agogitconfig: Add new aliases au, ssk, fp.
Simon Ruderich [Mon, 13 Sep 2010 15:51:06 +0000 (17:51 +0200)]
gitconfig: Add new aliases au, ssk, fp.

13 years agogitconfig: Use --patience for diffs.
Simon Ruderich [Mon, 13 Sep 2010 15:31:19 +0000 (17:31 +0200)]
gitconfig: Use --patience for diffs.

13 years agogitconfig: Don't use pager with clean.
Simon Ruderich [Mon, 13 Sep 2010 15:30:30 +0000 (17:30 +0200)]
gitconfig: Don't use pager with clean.

If I quit the pager before git is finished not all files are removed.

13 years agogitconfig: Also use the pager with tag.
Simon Ruderich [Sun, 25 Jul 2010 22:28:02 +0000 (00:28 +0200)]
gitconfig: Also use the pager with tag.

13 years agogitconfig: Allow diffing of PDF files.
Simon Ruderich [Mon, 5 Jul 2010 19:12:21 +0000 (21:12 +0200)]
gitconfig: Allow diffing of PDF files.

13 years agogitconfig: Add another alias.
Simon Ruderich [Mon, 5 Jul 2010 19:11:26 +0000 (21:11 +0200)]
gitconfig: Add another alias.

13 years agogitconfig: Remove "custom commands" distinction.
Simon Ruderich [Mon, 5 Jul 2010 19:10:30 +0000 (21:10 +0200)]
gitconfig: Remove "custom commands" distinction.

13 years agogitconfig: Add some more aliases.
Simon Ruderich [Mon, 5 Jul 2010 19:08:42 +0000 (21:08 +0200)]
gitconfig: Add some more aliases.

13 years agogitconfig: Add comment.
Simon Ruderich [Mon, 5 Jul 2010 19:06:30 +0000 (21:06 +0200)]
gitconfig: Add comment.

13 years agogitconfig: Use threads with git format-patch.
Simon Ruderich [Sat, 22 May 2010 00:02:51 +0000 (02:02 +0200)]
gitconfig: Use threads with git format-patch.

13 years agogitconfig: Fix comment.
Simon Ruderich [Sat, 22 May 2010 00:01:30 +0000 (02:01 +0200)]
gitconfig: Fix comment.

13 years agotigrc: Unbind all commands which may change the repository.
Simon Ruderich [Sat, 8 May 2010 08:36:18 +0000 (10:36 +0200)]
tigrc: Unbind all commands which may change the repository.

This needs a version newer than 0.15 (it's a noop on older versions).

13 years agogitconfig: Add t alias for tag.
Simon Ruderich [Sat, 8 May 2010 08:29:35 +0000 (10:29 +0200)]
gitconfig: Add t alias for tag.

14 years agotigrc: Add ft=muttrc modeline as it's very similar.
Simon Ruderich [Sat, 3 Apr 2010 20:58:13 +0000 (22:58 +0200)]
tigrc: Add ft=muttrc modeline as it's very similar.

14 years agotigrc: Add some more colors.
Simon Ruderich [Sat, 3 Apr 2010 20:58:03 +0000 (22:58 +0200)]
tigrc: Add some more colors.

14 years agotigrc: Add some more key bindings.
Simon Ruderich [Sat, 3 Apr 2010 20:41:35 +0000 (22:41 +0200)]
tigrc: Add some more key bindings.

14 years agotigrc: Minor whitespace fix.
Simon Ruderich [Sat, 3 Apr 2010 01:09:30 +0000 (03:09 +0200)]
tigrc: Minor whitespace fix.

14 years agotigrc: Use relative dates.
Simon Ruderich [Sat, 3 Apr 2010 00:30:51 +0000 (02:30 +0200)]
tigrc: Use relative dates.

14 years agotigrc: Add bindings for easy moving in main screen.
Simon Ruderich [Sat, 3 Apr 2010 00:26:59 +0000 (02:26 +0200)]
tigrc: Add bindings for easy moving in main screen.

14 years agotigrc: Use main-author instead of author for older versions.
Simon Ruderich [Sat, 3 Apr 2010 00:17:01 +0000 (02:17 +0200)]
tigrc: Use main-author instead of author for older versions.

Older versions is for me 0.11.

14 years agotigrc: Add gitk-like colors.
Simon Ruderich [Sat, 3 Apr 2010 00:08:36 +0000 (02:08 +0200)]
tigrc: Add gitk-like colors.

14 years agogitconfig: Also use pager for git clean.
Simon Ruderich [Sat, 3 Apr 2010 00:04:17 +0000 (02:04 +0200)]
gitconfig: Also use pager for git clean.

14 years agogitconfig: Also use a pager for git status.
Simon Ruderich [Tue, 30 Mar 2010 22:47:59 +0000 (00:47 +0200)]
gitconfig: Also use a pager for git status.

14 years agogitconfig: Automatically detect copies and renames.
Simon Ruderich [Tue, 30 Mar 2010 22:46:56 +0000 (00:46 +0200)]
gitconfig: Automatically detect copies and renames.

14 years agogitconfig: Call git branch with -av.
Simon Ruderich [Sun, 14 Mar 2010 00:28:32 +0000 (01:28 +0100)]
gitconfig: Call git branch with -av.