Commit graph

1156 commits

Author SHA1 Message Date
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
罗泽轩 0bae07f7b9 Merge pull request #651 from spacewander/pass-arguments-to-hooks
pass tag and optional arguments to hook and stop if pre-release hook fails
2017-05-03 22:33:51 +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
spacewander d01ad47953 git-release: update docs 2017-05-02 14:53:36 +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
罗泽轩 4917796d63 Merge pull request #647 from SMillerDev/patch-1
Add BSD cat support
2017-04-24 10:04:11 +08: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
hemanth.hm 5cdfe42113 Merge pull request #646 from spacewander/upgrade-git-standup
Upgrade git-standup to new interface
2017-04-13 22:17:35 +05:30
spacewander 383f95f7c8 git-standup: update zsh completion 2017-04-13 00:16:55 +08:00
spacewander 0a125edeaf git-standup: also update the docs 2017-04-13 00:16:37 +08: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 759b3841b8 Typos again 2017-03-31 18:20:12 +02: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
罗泽轩 fda5f3e4ef Merge pull request #643 from jonyamo/git-pr_clean-git-config
Remove slashes from git-config command
2017-03-29 12:16:11 +08: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
hemanth.hm 6e9da2a4e7 Merge pull request #641 from tj/fix_pull_request_upstream
pull_request: should use detected upstream instead of hardcore origin
2017-03-19 12:57:32 +05:30
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
Niklas Schlimm 02dc8b5b21 Better behaviour in non workspace directories 2017-03-17 17:33:53 +01:00
Niklas Schlimm d3cccebbd2 Current workspace is default target of bulk operations 2017-03-17 17:13:15 +01:00
Niklas Schlimm 9260fd92bf Even shorter 2017-03-13 21:06:50 +01:00
Niklas Schlimm 5957544dee Code refactor 2017-03-12 16:15:09 +01:00
Niklas Schlimm 9263aec739 bug fix in single ws mode 2017-03-08 20:26:44 +01:00
Niklas Schlimm 1cc77481bd code formatting 2017-03-08 20:11:26 +01:00
Niklas Schlimm 534c72b91f Fix in git-bulk head 2017-03-08 19:58:34 +01:00
Niklas Schlimm 57c0eb776c New Command git-bulk initial commit 2017-03-08 19:50:36 +01:00
hemanth.hm b00aacee00 Merge pull request #635 from spacewander/fix_rename_branch
fix syntax & name variables better in rename-branch
2017-03-07 14:18:02 +05:30
spacewander cc0dff2f49 fix syntax & name variables better in rename-branch 2017-03-07 14:39:50 +08:00
罗泽轩 b0ba3e5346 Merge pull request #633 from nschlimm/columnsflex
Columns in git-effort adopt to file length
2017-03-06 11:51:26 +08:00
Niklas Schlimm 422c9a8e69 taken out duplicate columns setting 2017-03-05 16:06:47 +01:00
Niklas Schlimm b01359efc5 Optimized file length calculation 2017-03-04 14:21:26 +01:00
Niklas Schlimm 518db6e648 Columns in git-effort adopt to file length 2017-03-04 13:59:48 +01:00
hemanth.hm 2289c25029 Merge pull request #630 from jjlin/rhel/centos
Add RHEL/CentOS installation
2017-02-18 13:14:40 +05:30
Jeremy Lin 719dd2c3af Add RHEL/CentOS installation 2017-02-17 11:15:24 -08:00
hemanth.hm 28363eff4e Merge pull request #629 from dankilman/fix-git-effort
Fix git-effort for paths starting with dash
2017-02-15 09:07:22 +05:30
Dan Kilman b2c7de9a5a Fix git-effort for paths starting with dash 2017-02-14 23:57:19 +02:00
罗泽轩 9c1feecca5 Merge pull request #626 from jldugger/jldugger/email-fallback
fall back to EMAIL when user.email is not configured
2017-02-03 10:38:28 +08:00
Justin Dugger c80b4e773f fall back to EMAIL when user.email is not configured 2017-02-01 20:36:34 -08:00
Nicolai Skogheim e93f206bad Merge pull request #619 from spacewander/git-summary-separator
use U+266A instead of comma as separator
2017-01-31 11:32:56 +01:00
hemanth.hm 484b98bb04 Merge pull request #624 from spacewander/has_git_commit
Check commit existed before running some commands
2017-01-27 16:53:47 +05:30