- 01 Jun, 2016 1 commit
-
-
Ivan Mironov authored
* Fix arc cover alias * Fix arc pacth alias
-
- 31 May, 2016 1 commit
-
-
debbbbie authored
-
- 30 May, 2016 2 commits
-
-
Andrew Janke authored
-
Marc Cornellà authored
Support bundler
-
- 29 May, 2016 1 commit
-
-
Victor Torres authored
After `hg init` command, sometimes Mercurial does not create `.hg/branch` file so we'll use 'default' as fallback, which is the master branch in Mercurial repositories. Signed-off-by: Marc Cornellà <marc.cornella@live.com>
-
- 27 May, 2016 1 commit
-
-
Alex Light authored
-
- 26 May, 2016 2 commits
-
-
Marc Cornellà authored
Changed `alias gsta='git stash'` to `alias gsta='git stash save'`.
-
Wasif Hasan Baig authored
-
- 23 May, 2016 4 commits
-
-
Mateusz Jaje authored
-
Marc Cornellà authored
Close #5101
-
Marc Cornellà authored
-
Draniu authored
-
- 22 May, 2016 4 commits
-
-
Alexander Berezovsky authored
-
jordantwombly authored
-
Grant Regimbal authored
-
Ivan Mironov authored
* Add initial list of aliases * Add lint and diff aliases * Remove usage section
-
- 21 May, 2016 1 commit
-
-
Marc Cornellà authored
gitfast: update to the latest upstream Git and a couple of fixes
-
- 20 May, 2016 3 commits
-
-
Felipe Contreras authored
Sometimes we want to use the function directly (e.g. _git_checkout), for example when zsh has the option 'complete_aliases', this way, we can do something like: compdef _git gco=git_checkout Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
Felipe Contreras authored
We can add colour in Zsh without the need of pcmode. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
Felipe Contreras authored
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
- 19 May, 2016 5 commits
-
-
Robby Russell authored
znt: update to v2.1.15
-
Robby Russell authored
JIRA Plugin will open rapidboard
-
Robby Russell authored
Added fossil plugin.
-
Robby Russell authored
Add rbenv support for ruby version display in the Avit theme
-
Robby Russell authored
Git alias
-
- 18 May, 2016 3 commits
-
-
Ivan Mironov authored
-
Felipe Contreras authored
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
Felipe Contreras authored
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
- 16 May, 2016 1 commit
-
-
Sebastian Gniazdowski authored
-
- 14 May, 2016 4 commits
-
-
Pierre Dimitrou authored
-
Robin Chalas authored
When using the command alias `sfcontainer` or `sfrouter`, the following warning occurs: > ! [CAUTION] The use of "container:debug" command is deprecated since version 2.7 and will be removed in 3.0. Use the > ! "debug:container" instead.
-
Wanbok Choi authored
Remove the '-s' option from 'gcan!' Add 'gcans!'. It is the same as the current 'gcan! -s'.
-
Shang Yehua authored
add "-Dmaven.test.failure.ignore=true" . This option will not ignore all tests but ignore the failures when run tests. See http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#testFailureIgnore
-
- 12 May, 2016 7 commits
-
-
Marc Cornellà authored
[TASK] Vagrant plugin: Add missing vagrant snapshot command
-
Marc Cornellà authored
Close #4126
-
Marc Cornellà authored
-
Juan David Pastas authored
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
- `custom/example.zshcache` doesn't exist anymore: it's safe to ignore. - `*.swp` files are ignored for no apparent reason. There's nothing in the codebase that generates them. This was introduced by @lepht in commit f78218f6 on 24 May 2011. - Files `locals.zsh` and `projects.zsh` are no longer supported for putting custom configuration there. This is since commit 8debd097 where files were put in a lib/ folder, but failed to modify the .gitignore file as well. The init script was modified as well, so those files aren't even being sourced: they are safe to be deleted or ported into a custom script.
-