spacewander
2f5a6c1399
add more bash completion functions
2014-12-14 17:17:01 +08:00
Guillaume Seren
903512c02b
Add ref completion to git-missing.
...
I find useful to get the ref completion in the git-missing command,
the behavior is the *like* the one on 'git log --pretty' it use the
'git for-each-ref' command to provide shortname of :
* All local branches.
* All remote/branches.
* All tags.
* The stash.
The output can be a bit huge, but provide a standard git / bash completion.
2014-12-12 18:52:07 +01:00
Damian Krzeminski
31bbed4ac8
Add --no-merges option to changelog
...
--no-merges allows for generating changelog without information about
merge commits
2013-12-01 18:18:03 -05:00
Phally
d3ad5d75c8
Adds the tag swtich to bash completion.
2013-03-03 19:30:21 +01:00
TJ Holowaychuk
5b72ac1b32
Revert "Added git-review to review files on branch since the branch was created."
...
This reverts commit 2bcd016f29 .
2012-10-29 12:38:56 -07:00
Craig MacGregor
2bcd016f29
Added git-review to review files on branch since the branch was created.
2012-10-24 13:07:04 -04:00
nickl-
1f2b3ea203
Alphabetically sorted bash_completion.
...
Makes it easier to work with and slightly optimizes things for bash_completion which sorts these completions alphabetically.
2012-07-22 22:51:57 +02:00
nickl-
79c8753436
Add bash_completion for new git-ignore switches.
2012-07-22 22:27:38 +02:00
TJ Holowaychuk
0c2a86f058
Added _git_squash() to bash_completion.sh
2012-02-04 14:01:02 -08:00
Jonhnny Weslley
e4df35beff
bash completion script
2012-01-14 11:16:49 -03:00
Tj Holowaychuk
b7222ed26e
revert git-ignore but retain argc == 0 as showing .gitignore contents
2011-05-20 07:37:04 -07:00
Jonhnny Weslley
e28c359a7a
improved user feedback: show matched string using 'grep --color'
...
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:46 -07:00
Jonhnny Weslley
a5392d54c3
git-ignore template support. Templates are based in https://github.com/github/gitignore
...
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:46 -07:00