Commit graph

1294 commits

Author SHA1 Message Date
罗泽轩 5b0a9d22b6
Merge pull request #744 from spacewander/git-guilt-identation
git-guilt: avoid exceeding 80 columns.
2019-02-19 08:47:19 +07:00
spacewander eecfb9af47 git-guilt: avoid exceeding 80 columns. 2019-02-18 13:11:26 +08:00
spacewander 39df4dfa64 Bump version to 4.8.0-dev. 2019-02-09 17:36:46 +08:00
spacewander f355fb4c94 Version 4.7.0 2019-02-09 17:08:42 +08:00
spacewander 7a89f7c6e4 git-pr: emphasized that the remote is required when pulling multiple PRs. 2019-02-09 16:58:31 +08:00
罗泽轩 99238bdf0a
Merge pull request #743 from spacewander/allow_multiple_pr
git-pr supports pulling multiple pr at once
2019-02-08 19:57:39 +07:00
spacewander f29dad042c git-pr: accpeted multiple GitHub URL or ID with remote. 2019-02-02 12:29:41 +08:00
spacewander 87b7c959b4 git-pr: added <[remote]:pr number> option. 2019-02-02 11:45:27 +08:00
罗泽轩 088ea058d9
Merge pull request #740 from spacewander/tweak_man_readme
doc: clarify the current working directory when building the docs.
2019-01-21 10:40:07 +08:00
spacewander c4db208ca4 doc: clarify the current working directory when building the docs. 2019-01-18 17:56:18 +08:00
罗泽轩 44dc1b9dba
Merge pull request #739 from sleagon/master
feat: Add -s(--soft) for git sync
2019-01-16 12:19:03 +08:00
单元源 9f806bb828 feat: Add -s(--soft) for git sync
feat: Add readme for man page and helper

fix: Remove git-sync.1.html
2019-01-16 11:38:35 +08:00
罗泽轩 49fab7267b
Merge pull request #738 from StuartFeldt/add-symlinks-to-bulk-command
Adding support for symlinked dirs in bulk command
2018-12-11 10:06:01 +08:00
Stu Feldt 3730339067 Adding support for symlink directories in bulk command 2018-12-10 11:07:49 -06:00
hemanth.hm a815bb0fbd
Merge pull request #737 from smancill/standup-ensure-colors
git-standup: ensure color usage
2018-11-21 10:12:37 +05:30
Sebastián Mancilla 13fa83b24e git-standup: ensure color usage
Git may fail to detect that the tty supports colors and fallbacks to
non-colored output.

This overrides that by specifying the color parameter.

Based on kamranahmedse/git-standup#84
2018-11-20 14:44:40 -03:00
罗泽轩 eb27b24b73
Merge pull request #736 from spacewander/git_force_clone_not_need_git_repo
git-force-clone: should not need git repo
2018-11-06 15:26:54 +08:00
spacewander 5f961fe8e3 misc: sort command list in alphabetical order 2018-11-03 12:36:25 +08:00
spacewander a5edb6d8b7 git-force-clone: should not need git repo 2018-11-03 10:12:00 +08:00
罗泽轩 7e10554506
Merge pull request #734 from zentarul/master
Fix missing double quotes after %DEBUG% in install.cmd
2018-11-02 10:04:09 +08:00
zentarul 700580aae6
Fix missing double quotes after %DEBUG% 2018-11-01 11:11:53 -04:00
spacewander 6e7766f5a4 install.cmd: tweak comments 2018-10-16 21:52:28 +08:00
罗泽轩 3b7637ce40
Merge pull request #732 from sachin-gupta/sg-mods
Fix: Dev: `/E` option required to install on Win 10 {b17134} or higher
2018-10-16 21:45:26 +08:00
Sachin Gupta edebba89b9 Fix: Dev: /E option required with MORE for working on higher version of Windows 10 (**_Build 17134_**)
Changes:
- Added small text line to debug files being written iff environment variable `%DEBUG%` is `true`
- Added option `/E` to both MORE commands used inside install.cmd for copying files.
2018-10-09 14:07:05 +05:30
罗泽轩 8b992cc9bc
Merge pull request #729 from orestisf1993/patch-1
git-rename-branch: Don't fail if remote doesn't exist
2018-09-13 22:29:07 +08:00
Orestis 7393fb41ed
git-rename-branch: Don't fail if remote doesn't exist
Allows the command to work correctly with local branches.

Closes #535
2018-09-13 15:15:03 +03:00
spacewander 2590998ee0 Bump version to 4.7.0-dev. 2018-08-11 11:33:30 +08:00
spacewander 8545d97b8d Version 4.6.0 2018-08-11 09:57:41 +08:00
罗泽轩 424ec4d2a5
Merge pull request #727 from spacewander/strip_caret
git-changelog: should remove ^0 suffix from the commit description.
2018-08-10 00:00:58 +08:00
罗泽轩 1cb4979ed7
Makefile: change the installed manpage destination in FreeBSD (#725) 2018-08-09 10:06:18 +08:00
spacewander a347e49178 git-changelog: should remove ^0 suffix from the commit description. 2018-08-08 13:34:11 +08:00
罗泽轩 e4aaf9f697
Merge pull request #722 from spacewander/git_changelog_start_commit
git-changelog: add --start-commit option, like --start-tag but for commit
2018-06-20 15:41:51 +08:00
spacewander 792b697450 git-changelog: add --start-commit option, like --start-tag but for commit 2018-06-16 12:20:08 +08:00
罗泽轩 4e1cd73e59
Merge pull request #721 from spacewander/git_changelog_list_newline
git-changelog: add missing newline to the plain output
2018-06-16 10:04:02 +08:00
spacewander b7a1a0d8b2 git-changelog: add missing newline to the plain output
Previously, running "git changelog -x --start-tag 4.5.0 -p -l" will see

* Bump version to 4.6.0-dev.  * Version 4.5.0

Because there is no newline in the end of each plain output.
2018-06-15 18:14:18 +08:00
罗泽轩 d681b972cc
Merge pull request #713 from pabs3/docs
Updates to the documentation building workflow and docs
2018-05-30 13:49:18 +08:00
罗泽轩 28819e388e
Merge pull request #717 from flatcap/ignore-private
add: git-ignore -p (private to repo)
2018-05-25 19:34:47 +08:00
Richard Russon f30005acfd optimisation of mkdir 2018-05-25 11:16:14 +01:00
Richard Russon 691d640b2d Ensure info dir exists 2018-05-25 10:12:27 +01:00
Richard Russon 0f76863d9b add: git-ignore -p (private to repo) 2018-05-23 23:59:21 +01:00
罗泽轩 a4f85ae6ff
Merge pull request #716 from francoism90/patch-1
Add installation guide for Arch Linux
2018-05-21 11:35:20 +08:00
François M 787ee2c997
Added Arch Linux
Link to packages, since Arch Linux may use an AUR helper.
2018-05-20 14:31:47 +02:00
罗泽轩 d34b6ae0bc
Merge pull request #714 from spacewander/fix_detect_sed_i_support
git-sed: fix previous bsd sed workaround
2018-05-16 14:38:10 +08:00
Paul Wise f5c26c7fb3
Documentation rebuild: git-sed.* flags argument
Reflects changes in commit ee14220f66
2018-05-09 17:16:52 +08:00
Paul Wise 731e9d8db9
Documentation rebuild: git-clear.html whitespace removal
Reflects changes in commit a6732ef6db
2018-05-09 17:16:52 +08:00
Paul Wise 8b58e570cb
Documentation rebuild: git-extras.* updates
Re-orders git-clear/git-clear-soft and git-lock/git-locked due to
differences between the sorting by make and shell.
2018-05-09 17:16:52 +08:00
Paul Wise ba6d991851
Documentation rebuild: index.txt updates
Removes most index.txt whitespace because whitespace is insignificant in
ronn index.txt files and POSIX shell makes it hard to use the right amount.

Re-orders git-clear/git-clear-soft and git-lock/git-locked due to
differences between the sorting by make and shell.
2018-05-09 17:16:52 +08:00
Paul Wise bd6a1fcafe
Documentation rebuild: dates and headers
Adds "Git Extras" to all the headers.
Updates all the dates to the last modification.
2018-05-09 17:16:52 +08:00
Paul Wise 317e546b0a
Remove one of the documentation building tools
The two methods build slightly different manual pages.

The Makefile based version has better headers so use it.

Automatically generate git-extras.md and index.txt when building docs.
2018-05-09 17:16:49 +08:00
Paul Wise a6732ef6db
Remove some trailing whitespace 2018-05-09 10:20:46 +08:00