spacewander
4ab42e218e
Version 4.5.0
2018-02-18 11:56:35 +08:00
spacewander
e9ddc1dc3b
git-release: show message if nothing given after --semver
2018-02-18 11:37:23 +08:00
罗泽轩
9ee318e8d4
Merge pull request #639 from spacewander/avoid_deleting_local_upstream
...
git-delete-branch: avoid deleting local upstream
2018-02-15 12:23:29 +08:00
spacewander
de364cfac1
git-release: add --no-empty-commit for empty commit hater
2018-02-11 20:12:10 +08:00
spacewander
8714ac4aa1
git-release: create an empty release commit if there is nothing to commit
2018-02-11 20:12:10 +08:00
罗泽轩
d4bf79df8f
git-summary: unescape tab for linux column utility
...
git-summary: unescape tab for linux column utility
Linux column utility will escape tab if a separator is specified.
This problem is first reported in Fedora 27.
2018-02-08 22:34:43 +08:00
spacewander
16591d3788
git-undo: add confirmation when -h is specified
2018-02-07 10:37:55 +08:00
Dominic Barnes
5639160b8b
feat(git-release): push tags first to help ci tools not miss them
...
If you are buliding on CircleCI for example, pushing the commits first
can lead to a race where CI env will not see the tags since the pull
happened before the tags were finished pushing.
It should be fully safe (and backwards-compatible) to change the order
of pushing to the remote.
2018-01-23 13:51:44 -08:00
spacewander
ab99fb3eb2
git-release: handle extra non-numeric prefix in tag with --semver
2017-12-12 10:10:37 +08:00
spacewander
693c84f8f0
git-release: add --semver option
2017-12-10 14:06:00 +08:00
spacewander
199364e932
git-release: function usage doesn't exist, ignore unknown argument instead
2017-12-07 00:29:07 +08:00
Daniel Lublin
af39b2b2ee
git-effort: restore normal (visible) cursor properly
...
If I understand GNU* correctly, cnorm should be used to undo `civis` (make
invisible). `cvvis` is just another abnormal mode, namely "very visible".
*) https://www.gnu.org/software/termutils/manual/termutils-2.0/html_chapter/tput_1.html
2017-10-27 10:30:17 +02:00
spacewander
a88958ba20
Add GitHub two-factor auth support to git-pull-request
2017-10-18 10:47:17 +08:00
Sam Bostock
6b5f5d8762
Use local variables & format strings
2017-10-14 13:31:31 -04:00
Sam Bostock
18d8221dd2
Fix omission when alphabetically printing ignores
...
Iterating through `a..z` omits entries starting with other characters.
2017-10-09 23:18:18 -04:00
Sam Bostock
cfcb4d92c6
Remove arbitrary column limit on ignore-io
2017-10-09 23:08:12 -04:00
spacewander
4defd6d676
Bump version to 4.5.0-dev.
2017-07-16 12:37:58 +08:00
spacewander
be8a1548d4
Version 4.4.0
2017-07-15 16:25:54 +08:00
spacewander
227ef26e7f
git summary: use more common way to cd to top level directory
2017-07-15 09:57:57 +08:00
Mark Pitman
c064956f85
Use "$@" instead of $@
2017-07-11 23:37:16 -07:00
Mark Pitman
a75411b029
Consolidate feature/bug/chore/refactor logic
...
Remove unneccesary code
2017-07-11 21:42:02 -07:00
Mark Pitman
93150aa411
Allow -r parameter to be in any order in command line
2017-07-11 21:41:06 -07:00
Mark Pitman
61b2a2c703
Add ability to specify a remote
...
Use -r to push the new branch to origin
Use -r <remote_name> to push to <remote_name>
Will not auto push to origin if you do not use the argument
2017-07-09 01:57:46 -07:00
Mark Pitman
be15db9cdf
Fix Issue #186
...
Use `git create-branch` instead of `git checkout -b` in:
git-bug
git-chore
git-feature
git-refactor
Since `git-finish` uses `git-delete-branch` (which expects the branch to
have been pushed to origin) we should use `git-create-branch` to create
it.
2017-07-07 23:19:02 -07:00
spacewander
4d885acda0
fix various typos
2017-06-18 20:22:11 +08:00
Étienne BERSAC
d4c7581835
Add git-mr to checkout GitLab merge requests
2017-06-16 11:11:50 +02:00
Andreas Duering
9baae93a9b
Fix typo in git-extras
...
Output said "Setting up 'git-exras" instead of "Setting up 'git-extras"
2017-05-16 15:12:45 +02:00
hemanth.hm
9334c9db31
Merge pull request #654 from spacewander/replace-xargs-r
...
git-delete-merged-branches: replace xargs -r option
2017-05-09 14:49:55 +05:30
spacewander
0e7cba55a8
git-delete-merged-branches: replace xargs -r option
2017-05-09 10:48:45 +08:00
spacewander
276a307780
Bump version to 4.4.0-dev.
2017-05-06 14:45:15 +08:00
spacewander
88ee400c3f
Version 4.3.0
2017-05-05 16:50:41 +08:00
spacewander
f55690e702
git-authors: remove trailing spaces
2017-05-05 16:02:09 +08:00
罗泽轩
204406bd29
Merge pull request #649 from adriaanzon/patch-1
...
git-fork: Let curl exit with error code on fail
2017-05-05 16:00:39 +08:00
spacewander
27310926d3
git-release: add pre-release failure message
2017-05-03 09:54:17 +08:00
spacewander
3428b278d3
git release: stop if pre-release hook fails
2017-05-02 14:59:18 +08:00
Daniel Bruder
b41a4cf05b
pass release arguments to pre/post-release scripts
...
With some modification to catch up with latest situation.
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2017-05-02 14:35:03 +08:00
Adriaan Zonnenberg
bd8545f748
git-fork: Let curl exit with error code on fail
2017-04-27 18:44:20 +02:00
Sean Molenaar
14159245a9
Add BSD cat support
...
on macOS cat doesn't support the long operator
2017-04-21 15:37:48 +02:00
spacewander
684d6acc93
git-standup: add sanity check to -d option and overwrite -w option
2017-04-12 23:39:58 +08:00
spacewander
0b91cd9bae
git-standup: upgrade interface to catch up with kamranahmedse/git-standup
2017-04-12 14:17:25 +08:00
罗泽轩
61211634c9
Merge pull request #642 from nschlimm/git-bulk-command
...
Git bulk command
2017-04-01 10:40:08 +08:00
Niklas Schlimm
fe39ac8af2
Corrected repository location print out and docs ws-root-directory absolute path
2017-03-30 19:31:32 +02:00
Niklas Schlimm
ca62bdcfe6
Codereview Spacewander - whitespaces in workspace locations
2017-03-29 17:34:39 +02:00
Niklas Schlimm
7263b6c611
Review from spacewander
2017-03-28 21:52:21 +02:00
J.C. Yamokoski
6eb04bcca8
Remove slashes from git-config command
...
These slashes were causing the branch to be saved in `.git/config` with headings
such as `[branch "\"pr/123\""]` as opposed to `[branch "pr/123"]`. This in turn
prevented these entries from being removed when running `git pr clean`.
2017-03-28 09:44:40 -04:00
Niklas Schlimm
de15bf7fb0
Merge branch 'master' into git-bulk-command
2017-03-19 19:49:08 +01:00
罗泽轩
49771ba018
Merge pull request #636 from spacewander/fix_rename_branch
...
use remote detected instead of 'origin' in rename-branch
2017-03-19 20:52:48 +08:00
spacewander
4a05ad29e4
git-rename-branch: use detected upstream remote
2017-03-19 02:00:11 +08:00
spacewander
344b145062
git-pull-request: use detected upstream remote
2017-03-19 01:31:44 +08:00
spacewander
9744830d4a
git-delete-branch: avoid deleting local upstream
2017-03-18 22:13:57 +08:00