Commit Graph

13 Commits (fccf91728e7dfc247f4eaeaeffb85a4420f44b25)

Author SHA1 Message Date
Mike Turquette 4fba1ce6d2 aliases: git: consistent behavior for git users
The case block in git.aliases.bash does the right thing for vim users
that do not populate $EDITOR.  However vim users that populate $EDITOR
are met with the following error:

$ gd
Vim: Warning: Input is not from a terminal
Vim: Error reading input, exiting...
Vim: preserving files...
Vim: Finished.

Fix this inconsistency by adding another case block in the else block
which handles passing the appropriate arguments to vim.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:03 -08:00
Travis Swicegood b8ff0094b8 Merge remote-tracking branch 'markrickert/master'
Conflicts:
	aliases/available/git.aliases.bash
2013-04-24 07:54:33 -05:00
Mark Rickert 8be156fc8b Added some awesome git aliases for statistics, history, and seeing what changed. 2013-04-09 09:15:48 -04:00
Robbie Clutton e9c9049b22 'git pull --rebase' alias 2013-03-10 09:05:36 +00:00
Travis Swicegood 8c4ea4f598 Add ability to override using $EDITOR 2012-11-15 10:24:01 -06:00
Greg Nofi 20b3d43c4b Git Aliases: Remove duplicate darwin clause/add default clause for git diff. 2012-11-15 10:15:42 -05:00
Erich Smith 17aaa9ce24 add alias metadata, remove help() 2012-05-22 09:57:25 +02:00
Eitan Adler 3fc60b5358 Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
David DeSandro 4a8e08e783 Revert "Add various aliases"
This reverts commit 3ef689f29a.
2011-06-20 16:13:59 -04:00
David DeSandro 11b5955161 Revert "move garb into git plugins; rename newpost as jknewpost"
This reverts commit d22a4cfa70.
2011-06-20 16:13:34 -04:00
David DeSandro d22a4cfa70 move garb into git plugins; rename newpost as jknewpost 2011-06-17 11:01:18 -04:00
David DeSandro 3ef689f29a Add various aliases 2011-06-17 10:57:31 -04:00
Travis Swicegood ef42010c7b Make all aliases optional (a la plugins)
This continues a pattern that was introduced in ffa45b0 and refined
further in later commits.  This enables all aliases by default, but can
be disabled by any user if they remove the appropriate
aliases/enabled/*.bash file.
2011-06-12 19:47:17 -05:00