罗泽轩
206fe7ccfb
Merge pull request #926 from nicokosi/patch-1
2021-06-02 09:40:28 +08:00
Nicolas Kosinski
f1eab6a8a7
Update install doc: Homebrew is not just for macOS
...
I can confirm it also works Linux. I just installed `git-extras` via `Homebrew` on my Ubuntu machine:
```sh
$ uname -srv
Linux 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021
$ brew install git-extras
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/cask and homebrew/core).
==> New Formulae
code-minimap principalmapper pywhat
==> Updated Formulae
Updated 70 formulae.
==> Updated Casks
Updated 36 casks.
==> Downloading https://ghcr.io/v2/linuxbrew/core/git-extras/manifests/6.2.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/linuxbrew/core/git-extras/blobs/sha256:5a86
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/
######################################################################## 100.0%
==> Pouring git-extras--6.2.0.x86_64_linux.bottle.tar.gz
==> Caveats
To load Zsh completions, add the following to your .zshrc:
source /home/linuxbrew/.linuxbrew/opt/git-extras/share/git-extras/git-extras-completion.zsh
==> Summary
🍺 /home/linuxbrew/.linuxbrew/Cellar/git-extras/6.2.0: 146 files, 388.4KB
```
2021-06-01 14:58:26 +02:00
罗泽轩
cd8fe4f6e2
Merge pull request #924 from allejo/feature/delete-squashed-branches
2021-05-27 20:13:41 +08:00
Vladimir Jimenez
bebcbd11ca
delete-squashed-branches: Make side-effect clear in docs
2021-05-25 20:50:04 -07:00
Vladimir Jimenez
fb1e5db6d7
delete-squashed-branches: Make branch checkout side effect clear
2021-05-24 13:55:32 -07:00
Vladimir Jimenez
910242c92b
Add delete-squashed-branches command
2021-05-24 00:13:57 -07:00
罗泽轩
48b2c8fd37
Merge pull request #923 from CleanMachine1/patch-1
2021-05-24 12:16:20 +08:00
CleanMachine1
d86abec6a2
Picture is broken
2021-05-22 19:57:11 +01:00
罗泽轩
1894f453f6
Merge pull request #920 from matan129/patch-1
2021-04-22 15:16:20 +08:00
Matan Rosenberg
c35c84a279
Ignore checked-out branches on different worktrees
2021-04-20 09:49:23 +03:00
罗泽轩
a62a67ef5f
Merge pull request #917 from heirecka/remove-git-line-summary-man-page
...
doc: Remove man page for git-line-summary
2021-03-27 10:21:50 +08:00
spacewander
d0c40851c0
Bump version to 6.3.0-dev
2021-03-27 10:11:31 +08:00
Heiko Becker
52ada403ef
doc: Remove man page for git-line-summary
...
git line-summary was deprecated in favour of git summary --line and
removed with d4de567ca7 .
2021-03-26 23:59:33 +01:00
spacewander
b9786c763f
Version 6.2.0
2021-03-26 11:09:34 +08:00
罗泽轩
6880198fda
Merge pull request #915 from spacewander/typo
2021-03-26 10:30:54 +08:00
罗泽轩
687a5607dc
Merge pull request #914 from spacewander/xch
2021-03-26 10:30:40 +08:00
罗泽轩
7b1a062e93
Merge pull request #916 from spacewander/utimes
...
fix(git-utimes): make sure it work under OS X.
2021-03-26 10:30:27 +08:00
spacewander
6a15a5339b
fix(git-utimes): make sure it work under OS X.
2021-03-25 14:50:13 +08:00
spacewander
a424d0915e
chore: fix typo
2021-03-25 11:40:23 +08:00
spacewander
458727bafb
fix(git-ignore): use $XDG_CONFIG_HOME only when it is defined
2021-03-25 11:31:11 +08:00
罗泽轩
d7b527c1ae
Merge pull request #910 from 0xflotus/patch-1
...
docs: fix typo
2021-03-13 21:50:37 +08:00
0xflotus
0fad3cfd03
fixed small error
2021-03-12 22:46:38 +01:00
hemanth.hm
7d9e05062e
Merge pull request #908 from nodeg/fix_installation
...
Minor fixes for Installation.md
2021-03-08 13:01:37 -08:00
Dominik Gedon
c8d9374491
Fix grammer
2021-03-05 18:27:30 +01:00
Dominik Gedon
f3028db073
Correct macOS spelling
2021-03-05 18:25:35 +01:00
Dominik Gedon
d73bfbb98b
Correct openSUSE spelling and update Version
2021-03-05 18:24:15 +01:00
hemanth.hm
42e1f9d5c6
Merge pull request #907 from bbenzikry/zinit-docs
...
Update zplugin docs --> zinit
2021-03-01 22:13:22 -08:00
Beni Ben Zikry
b7841ad3aa
Update zinit docs
2021-03-01 10:18:43 +02:00
罗泽轩
4ea6cf0221
Merge pull request #906 from prestontim/master
...
Remove bug|refactor|chore from documentation
2021-03-01 09:59:33 +08:00
Tim Preston
8f60fb29f4
Remove bug|refactor|chore from documentation
2021-02-26 11:10:56 -06:00
罗泽轩
96b95392ac
Merge pull request #899 from spacewander/git-summary
...
git-summary: reject invalid option
2020-12-24 16:04:25 +08:00
spacewander
16c1f0d3dc
git-summary: reject invalid option
...
Argument starts with '-' can't be committish, so we can safely reject
it.
2020-12-16 18:01:30 +08:00
spacewander
c675d0afb8
ci: use checkout@v2
2020-12-14 11:19:15 +08:00
罗泽轩
4c82bbecc3
Merge pull request #897 from spacewander/ga
...
ci: move to GitHub Action
2020-12-14 10:26:38 +08:00
spacewander
faa56b1bcb
ci: move to GitHub Action
2020-12-14 10:25:51 +08:00
罗泽轩
e6caa931a5
Merge pull request #882 from vt-alt/git-utimes
...
git-utimes: Change files modification time to their last commit date
2020-11-29 11:40:12 +08:00
罗泽轩
6b45d4322b
Merge pull request #896 from Aloxaf/fix_completion
...
fix: zsh completion of git-coauthor command
2020-11-27 09:49:02 +08:00
Aloxaf
e92d54cadb
fix: zsh completion of git-coauthor command
2020-11-26 22:30:05 +08:00
罗泽轩
444722cf38
Merge pull request #895 from vanpipy/feature/optional-start-point-when-creeate-branch
...
feat(#861 ): add optional parameter --from to set the start point
2020-11-21 11:25:08 +08:00
vanpipy
b2b5c97105
doc: add the usage of the parameter --from for create-branch and feature
2020-11-19 13:46:10 +08:00
vanpipy
d3772eb469
feat(feature): checkout from start point if exists
2020-11-19 09:16:37 +08:00
vanpipy
41732e4113
feat(create-branch): add optional --from to set the start point
2020-11-19 09:16:33 +08:00
罗泽轩
18bcfcd38e
Merge pull request #894 from alessandro308/merge-into-stashed
...
Merge-into: add stash before to checkout
2020-11-16 19:16:18 +08:00
Alessandro Pagiaro
aa5a380996
Merge-into: add stash before to checkout
2020-11-16 11:33:59 +01:00
罗泽轩
68e6a15401
Merge pull request #892 from equt/#891
...
[ fix #891 ] Cast branch output if HEAD not exists
2020-11-14 10:19:04 +08:00
罗泽轩
05ce91fb9e
Merge pull request #888 from equt/master
...
Add support for XDG specifications
2020-11-14 10:17:53 +08:00
罗泽轩
d2a159ed25
Merge pull request #889 from vanpipy/feature/delete-tag
...
feat(delete-tag): get default remote from git config if exists
2020-11-12 09:19:00 +08:00
equt
f66f7e484f
[ fix #891 ] Cast branch output if HEAD not exists
2020-11-11 22:38:19 +08:00
equt
fca42774f8
[ feat ] Quote the default_path var
2020-11-11 22:30:10 +08:00
equt
ef13ed06a3
[ fix ] Quote env var
2020-11-11 22:30:10 +08:00