Erik Skultety
5367101f2e
Support passing ref to git-commits-since ( #1228 )
2026-02-02 21:39:48 -08:00
johnpyp
6f4cf0c1bb
feat: delete-branch multiple unique branch names completions ( #1221 )
2025-12-18 12:40:24 -08:00
Daniele Paolella
cf6d40d446
Improvements to Bash completion ( #1210 )
...
* Sort Bash completion functions
* feat: add Bash completion for `git rename-branch`
* feat: add Bash completion for `git rename-remote`
* feat: add Bash completion for `git rename-tag`
* fix: use default completion for `git rename-file`
* Refactor rename completion functions common logic
2025-08-29 18:29:31 +08:00
CodeByZach
c32869de37
feat: add rename-file command ( #1149 )
ci / lint (push) Has been cancelled
ci / typo (push) Has been cancelled
ci / test (push) Has been cancelled
ci / build (macos-latest) (push) Has been cancelled
ci / build (ubuntu-latest) (push) Has been cancelled
2024-08-02 01:19:35 -07:00
Josh McKinney
9049967232
feat: add reverse option to git-brv ( #1123 )
...
* feat: add reverse option to git-brv
When there are a large amount of branches it is often useful to see the
most recent branches last as they end up closer to the prompt. This adds
a new --reverse / -r option and an environment variable to set the
default behavior (GIT_BRV_REVERSE).
* git-brv: change to git option instead of environment variable and fix typo
* wrap git option in backticks for git-brv and fix git-feature title
* update git-feature docs
* fix missing breaks in git-feature.md
2023-12-16 12:05:52 +08:00
Edwin Kofler
dee7c7f1d0
feat: Implement completion for git coauthor ( #1074 )
2023-09-22 11:58:01 +08:00
Edwin Kofler
e793f8979b
fix: Move improvements via ShellCheck ( #1075 )
2023-09-22 11:57:48 +08:00
Edwin Kofler
2d221c1b67
tweak: Fix typos ( #1046 )
2023-05-18 10:19:24 +08:00
Peter Benjamin
02bbdba792
chore: update docs & completions
2022-03-19 20:00:57 -07:00
Vladimir Jimenez
910242c92b
Add delete-squashed-branches command
2021-05-24 00:13:57 -07:00
Yuriy VG
b4b81e290e
Add bash completion for git-info
2020-08-21 19:22:07 +03:00
spacewander
23fcac8c4f
break change: remove docs and other stuff of git-feature's alias
2020-05-31 11:03:11 +08:00
Rémy HUBSCHER
739ca052b4
Add documentation.
2020-03-19 16:10:20 +01:00
Mark Pitman
362a0c29ae
Add git-browse command
...
Handles git@server and https://server remotes.
Allows specification of the remote to open
Closes #666
2020-03-15 01:40:09 -07:00
spacewander
792b697450
git-changelog: add --start-commit option, like --start-tag but for commit
2018-06-16 12:20:08 +08:00
Richard Russon
0f76863d9b
add: git-ignore -p (private to repo)
2018-05-23 23:59:21 +01:00
Damien Tardy-Panis
13f15d5339
stamp: add bash autocompletion
2016-12-04 16:18:54 +01:00
spacewander
1b84048bfc
Add --no-email to git-author
...
This feature is used to generate AUTHORS in 4.2.0 release.
2016-10-12 14:37:45 +08:00
Damien Tardy-Panis
9b3e25f407
Add git reauthor ( #548 )
...
Based on https://help.github.com/articles/changing-author-info/
2016-08-02 19:41:56 +02:00
Rémy HUBSCHER
3039f9405e
Add completion for git-psykorebase.
2015-07-31 17:06:22 +02:00
Nicolai Skogheim
6ba68941e8
Add completion for more options to effort
2015-07-24 18:57:46 +02:00
Kylie McClain
5b1ac3ccc6
use argument separator for usages of grep which can choke on weird input
2015-04-08 18:51:30 -04:00
Mark Eissler
de8d216c54
Updated bash completions for better-changelog.
2015-03-13 18:39:50 -07:00
hemanth.hm
83b9348c91
Merge pull request #300 from chernjie/git-scp
...
git scp - Copy files to SSH compatible `git-remote`.
2015-02-11 13:47:01 +05:30
wooorm
a58ee0a4e9
Fix missing closing curly brance in bash_completion.sh
...
- Introduced in b0a6d04f9ff303a9864070eda45c7309e3789ad4;
- Comments: https://github.com/tj/git-extras/commit/
b0a6d04f9ff303a9864070eda45c7309e3789ad4#commitcomment-9687275.
2015-02-11 08:53:12 +01:00
wooorm
b0a6d04f9f
Add git-authors
2015-02-07 17:24:21 +01:00
CJ
0325c46a43
tj#300 Added bash completion
2015-02-05 18:23:37 +08:00
Chris Hall
a36b7f4934
adding git-chore
2015-02-04 11:52:23 -05:00
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