Commit graph

1552 commits

Author SHA1 Message Date
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
equt fa35cdab99
[ fix ] Quote the XDG_CACHE_HOME 2020-11-11 22:30:10 +08:00
equt 8ed7da3f02
[ feat ] Use default global ignore file 2020-11-11 22:30:10 +08:00
Sinos 54f8205478
[ refactor ] Optimize var not existing check
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-11 22:30:10 +08:00
equt 19531065ca
[ fix ] Fix hardcode ignore list file path 2020-11-11 22:30:10 +08:00
equt 4f5b5ccd48
[ feat ] Add XDG_CACHE_HOME check 2020-11-11 22:30:09 +08:00
罗泽轩 ad8c77bfa3
Merge pull request #890 from zhujian0805/master
adding a format for git-contrib
2020-11-08 22:25:30 +08:00
James Zhu 8490a50304 adding a format for git-contrib 2020-11-08 20:21:32 +08:00
Vitaly Chikunov aa174b3905 git-utimes: Change files modification time to their last commit date
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
2020-11-08 14:04:41 +03:00
vanpipy c006e5ece8 feat(delete-tag): get default remote from git config if exists 2020-11-08 10:41:50 +08:00
罗泽轩 171d06965e
Merge pull request #884 from elonderin/fix-squash-help
Updates git-squash.md: fixes help which was unclear and had remnants …
2020-10-14 09:14:58 +08:00
thomas menzel 6d9f861d0e squash help: re-ran make for extras and squash 2020-10-13 23:57:56 +02:00
thomas menzel 041e3fd8da squash help: ran make man/git-extras.{html,1} 2020-10-12 23:37:15 +02:00
thomas menzel 35d544b8c6 squash help: ran make man/git-squash.{html,1} 2020-10-12 07:45:57 +02:00