- 04 Oct, 2016 1 commit
-
-
Marc Cornellà authored
The command `compdef command=git` returns an error in some cases, the appropriate command is `compdef _git command`. Fixes #5442
-
- 02 Oct, 2016 1 commit
-
-
savimat authored
Signed-off-by:
Mat Munn <mat@savi.com.au>
-
- 30 Sep, 2016 1 commit
-
-
Allan Lewis authored
When making a WIP commit, we generally just want to save the state of the current branch temporarily, maybe because we want to push our work for backup purposes, or change branch to work on something else. Therefore, it's generally undesirable to run Git hooks, which might do things like run linters, because we probably don't care if our WIP has lint errors.
-
- 20 Sep, 2016 1 commit
-
-
Luis Ferrer-Labarca authored
-
- 05 Sep, 2016 1 commit
-
-
Marc Cornellà authored
Changes gke, glol and glola aliases. Fixes #5362
-
- 21 Aug, 2016 1 commit
-
-
Simon authored
-
- 20 Aug, 2016 1 commit
-
-
Marc Cornellà authored
This conflicts with several tools, including NodeGH [1] and scm_breeze [2]. [1] https://github.com/robbyrussell/oh-my-zsh/issues/5313 [2] https://github.com/robbyrussell/oh-my-zsh/issues/5321 Related: #5130
-
- 18 Aug, 2016 1 commit
-
-
Emmanuel Isaac authored
Using the "gstc" alias runs "git stash clear" that clears every stash index
-
- 15 Aug, 2016 1 commit
-
-
Dzianis Dashkevich authored
-
- 11 Aug, 2016 1 commit
-
-
Simen Bekkhus authored
-
- 07 Aug, 2016 1 commit
-
-
Marc Cornellà authored
-
- 01 Aug, 2016 1 commit
-
-
Cédric Malard authored
* Fix gbda alias to support git config color.ui = always * Update gbda alias to exclude develop and dev branches
-
- 20 Jun, 2016 1 commit
-
-
Marc Cornellà authored
Related: #5179
-
- 31 May, 2016 1 commit
-
-
wangzengdi authored
-
- 26 May, 2016 1 commit
-
-
Wasif Hasan Baig authored
-
- 18 May, 2016 1 commit
-
-
Ivan Mironov authored
-
- 14 May, 2016 1 commit
-
-
Wanbok Choi authored
Remove the '-s' option from 'gcan!' Add 'gcans!'. It is the same as the current 'gcan! -s'.
-
- 10 Feb, 2016 1 commit
-
-
Filippo Valsorda authored
See FiloSottile/gvt#19 and FiloSottile/gvt#4
-
- 25 Dec, 2015 1 commit
-
-
atk91 authored
-
- 15 Dec, 2015 1 commit
-
-
Andrew Janke authored
Fixes #4085: core -> plugin dependency issue. Rename it to git_current_branch for clarity that it's git-specific. Update all plugins that were calling it to use new name. Fix variable leaks by making more variables in lib/git.zsh local. Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
-
- 10 Oct, 2015 1 commit
-
-
Satoshi Ohmori authored
-
- 09 Oct, 2015 1 commit
-
-
Bruno Volcov authored
-
- 24 Sep, 2015 1 commit
-
-
Michael SALIHI authored
-
- 30 Jul, 2015 1 commit
-
-
Matteo Giaccone authored
-
- 30 Jun, 2015 1 commit
-
-
Zhiye Li authored
add git alias `gcam` - `git commit -am`
-
- 17 Jun, 2015 2 commits
-
-
-
Arnaud Rinquin authored
Current `ggpush` is `git push origin` instead of `git push origin $(current_branch)` Same for `ggpull`
-
- 12 Jun, 2015 1 commit
-
-
ncanceill authored
gaa was brought back by popular demand — see #3535 gap was replaced with gapa — see #3682 gdc was replaced with gdca — see #3977
-
- 11 Jun, 2015 5 commits
-
-
ncanceill authored
also allow multiple arguments for ggp and ggl aliases
-
ncanceill authored
because it leaked, and led to #3991
-
ncanceill authored
because git rm will fail when no files were deleted
-
ncanceill authored
due to issues like #3962 until a proper plugin-loading system is implemented
-
ncanceill authored
by popular demand, see #3972
-
- 08 May, 2015 1 commit
-
-
ncanceill authored
-
- 04 Feb, 2015 1 commit
-
-
Tejas Bubane authored
-
- 04 Sep, 2014 1 commit
-
-
Robby Russell authored
-
- 01 Sep, 2014 1 commit
-
-
AJ Henriques authored
-
- 22 Aug, 2014 1 commit
-
-
DariusPHP authored
-
- 10 Aug, 2014 1 commit
-
-
lundberg authored
-
- 09 Aug, 2014 1 commit
-
-
Bruno Oliveira authored
-