tj.git-extras/bin
Caleb Maclennan db9ca55c71
Remove scripts that are mere alias wrappers for git-feature
Notably `git-bug` clobbers a very popular other project of the same name.
Having lightweight wrapper scripts clogging up the subcommand namespace
makes it awkward to make use of this project wholesale instead of
piecemeal. These function can be implemented by users with git aliases
very easily.
2020-05-30 15:32:01 +03:00
..
git-alias abort git-alias when too many arguments given. 2015-08-09 19:27:49 +08:00
git-archive-file git-archive-file: rename invalid chars in the output filename 2020-05-22 10:40:29 +08:00
git-authors git-authors: remove trailing spaces 2017-05-05 16:02:09 +08:00
git-back change: deprecate git-back 2020-02-23 11:41:54 +08:00
git-browse Implement suggested changes from code review 2020-03-17 21:12:07 -07:00
git-brv Fixes #770: Adds git-brv 2020-01-15 10:46:19 +01:00
git-bulk git-bulk: support cloning from a relative path 2019-12-21 13:35:59 +08:00
git-changelog Fix typos 2019-09-05 12:41:38 +08:00
git-clear git-{clear,clear-soft,sync}: improve yes/no prompts 2016-11-19 16:41:19 +00:00
git-clear-soft git-clear-soft: change default yes/no option to "no" (as with git-clear) 2016-11-19 17:53:51 +00:00
git-coauthor git-coauthor: quote variable in the comparison 2019-12-20 18:22:06 +08:00
git-commits-since More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-contrib contrib: refactor, and conform to git 2015-07-29 12:03:45 +02:00
git-count count: remove usage of extra arguments for detailed display 2016-09-12 13:46:25 +02:00
git-cp Simplify the code. 2020-03-20 14:11:17 +01:00
git-create-branch Switch from using /tmp to using mktemp 2019-09-05 12:41:45 +08:00
git-delete-branch Fix deleting branches without upstream 2018-03-25 00:10:59 +03:00
git-delete-merged-branches git-delete-merged-branches: replace xargs -r option 2017-05-09 10:48:45 +08:00
git-delete-submodule git-delete-submodule: don't remove the history of deleted submodule 2019-11-29 17:43:22 +08:00
git-delete-tag More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-delta git-delta 2015-02-09 21:09:11 -05:00
git-effort git-effort: adjust column limit according to the paths 2019-09-24 14:32:54 +08:00
git-extras Bump version to 5.2.0-dev. 2019-12-23 18:28:13 +08:00
git-feature add a config setting for prefix 2020-05-14 00:19:54 -07:00
git-force-clone Be explicit about only resetting git directories 2016-10-29 17:24:18 +01:00
git-fork git-fork: prompt for password before 2FA code. 2019-06-02 12:20:09 +08:00
git-fresh-branch git-fresh-branch: fix handling of 'yes' response when there are changes 2016-11-19 16:59:58 +00:00
git-gh-pages fix gh-pages to stash and don't delete files 2015-03-03 09:04:20 -03:00
git-graft graft: Require destination branch. Fix #23 2015-07-25 04:16:09 +02:00
git-guilt git-guilt: protect against encoding issues with LC_ALL=C 2019-07-18 15:37:47 +02:00
git-ignore git-ignore: support non-default .git directory 2019-12-06 17:23:19 +01:00
git-ignore-io Use local variables & format strings 2017-10-14 13:31:31 -04:00
git-info More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-local-commits More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-lock More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-locked More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-merge-into merge-into: change --ff option to --ff-only. fix #421 2015-08-14 13:03:39 +02:00
git-merge-repo git-merge-repo 2015-04-19 12:23:02 -04:00
git-missing git-missing: do proper argument parsing. Fix #562 2016-08-06 03:04:01 +02:00
git-mr Add git-mr to checkout GitLab merge requests 2017-06-16 11:11:50 +02:00
git-obliterate fix various typos 2017-06-18 20:22:11 +08:00
git-paste git-paste: check pastebinit before running it 2019-12-20 22:08:02 +08:00
git-pr add a default for the remote to fetch a pr from 2020-05-14 00:32:48 -07:00
git-psykorebase Signal if the destination already exists. 2020-03-20 09:43:24 +01:00
git-pull-request Add GitHub two-factor auth support to git-pull-request 2017-10-18 10:47:17 +08:00
git-reauthor Add git reauthor (#548) 2016-08-02 19:41:56 +02:00
git-rebase-patch extra mktemp into git_extra_mktemp 2015-02-05 14:22:49 +08:00
git-release Add flags -s and -u for signed tags 2019-11-26 08:31:06 +01:00
git-rename-branch git-rename-branch: change branch argument order 2019-07-06 11:41:47 +08:00
git-rename-remote git-mv-remote: rename a remote regardless of any existing remotes 2019-05-08 14:08:20 +08:00
git-rename-tag More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-repl Add built in 'exit' command to git-repl 2016-08-11 15:45:51 -04:00
git-reset-file More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-root More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-rscp symlink git-rscp to git-scp 2015-01-19 12:27:56 +08:00
git-scp replace wildcard '?' to literal '?' 2015-10-08 14:06:46 +08:00
git-sed git-sed: limit paths via pathspec 2020-01-03 18:22:34 +08:00
git-setup Add -m flag to git-setup to set the initial commit message. 2016-03-03 01:12:19 -05:00
git-show-merged-branches Fix missing shebang in git-clear and missing +x on others 2015-12-27 15:02:55 -05:00
git-show-tree More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-show-unmerged-branches Fix missing shebang in git-clear and missing +x on others 2015-12-27 15:02:55 -05:00
git-squash git-squash: clean up shellcheck warnings 2019-11-05 10:30:37 +08:00
git-stamp Add BSD cat support 2017-04-21 15:37:48 +02:00
git-standup git-standuo: clarify the -a option 2019-12-21 13:12:10 +08:00
git-summary git-summary: clean up other shellcheck warnings 2019-10-31 18:30:46 +08:00
git-sync feat: Add -s(--soft) for git sync 2019-01-16 11:38:35 +08:00
git-touch Better USAGE message 2015-12-28 14:07:09 -05:00
git-undo Make git undo -s restore the staging area 2018-08-17 16:22:54 +02:00
git-unlock More portable she-bangs. 2014-11-30 17:47:26 +05:30