Joshua Li
06aa5dbb1f
Include revert conflicts in git abort ( #992 )
2022-10-06 13:26:20 +08:00
timfeirg
956781ac1b
git-sync --force will sync without interaction ( #989 )
2022-08-24 14:28:05 +08:00
罗泽轩
81665422b2
Merge pull request #974 from tfendin/970-standup-author-date
...
#970 standup added -A flag for author date
2022-07-04 10:40:19 +08:00
Tobias Fendin
48ef95d104
Minor changes to man/git-standup.md
2022-07-01 16:39:27 +02:00
Tobias Fendin
bf240df083
Replaced -g and -A with -F gpg|authordate
2022-06-26 12:49:43 +02:00
Peter Benjamin
006549d661
feat: open website at file & line number or range
...
Ported from
f544dadf88/git/bin/git-browse
Closes #980
2022-06-09 19:26:55 -07:00
Tobias Fendin
233b3f0dd4
#970 standup added -A flag for author date
2022-05-14 15:17:58 +02:00
Bill Wood
95c54f6cdb
update docs due to formatting error in git-utimes man page
2022-05-10 20:03:55 -04:00
Bill Wood
8c744569c4
update git-utimes.{1,html} to add --newer flag
2022-05-10 15:30:28 -04:00
罗泽轩
458cb9fdad
Merge pull request #966 from tfendin/git-standup-implicit-week
...
Added config git-extras.standup-implicit-week for git standup
2022-05-09 13:06:33 +08:00
Bill Wood
311edadd55
Merge branch 'master' of https://github.com/wpwoodjr/git-extras
2022-05-05 11:21:41 -04:00
Bill Wood
d8dd44d8eb
Merge branch 'tj:master' into master
2022-05-05 11:21:07 -04:00
Bill Wood
41df8dc7f3
updates per request of spacewander
2022-05-05 11:19:30 -04:00
Bill Wood
aa6b547f55
add --newer flag and ignore files in the working tree or index
2022-05-01 16:48:57 -04:00
Tobias Fendin
f334dff09c
Documented config git-extras.standup.implicit-week
2022-04-29 14:01:10 +02:00
Tobias Fendin
055110dd35
Minor change to git standup -w documentation
2022-04-29 11:08:51 +02:00
Tobias Fendin
5754b81047
Documented weekend behaviour of git standup -w
2022-04-28 19:24:12 +02:00
Tobias Fendin
4fcd233bf2
Document git standup -w option
2022-04-26 15:24:43 +02:00
罗泽轩
716459f79d
Merge pull request #944 from SimonTate/feature/sem-ver-prefix
...
git-release: Add prefix to semver
2022-04-18 15:06:34 +08:00
Simon Tate
613b909765
git-release: Add prefix to semver
...
To allow different release names other than specifically mm.vv.pp, this
adds the ability to use a prefix too.
For example, you can use:
```
$ git release --semver minor --prefix "prefix-"
```
This would allow the previous tags to be in the form `prefix-0.1.0`. A
more obvious use case for this would be a single letter, such as `v` or
`r` to use tags like: `r0.1.0` or `v0.1.0`.
2022-04-15 13:13:02 +01:00
Peter Benjamin
d7565ee844
docs: fix docs
2022-03-19 20:03:44 -07:00
Peter Benjamin
02bbdba792
chore: update docs & completions
2022-03-19 20:00:57 -07:00
Katrin Leinweber
76a3c1f28d
Highlight path option more
2022-01-30 11:45:03 +01:00
罗泽轩
2025ebfb96
Merge pull request #951 from tfendin/local-commits-all-remotes
2022-01-06 11:50:40 +08:00
Tobias Fendin
5467c2ff5a
Updated manual for git local-commits, must track a branch
2022-01-04 17:55:24 +01:00
罗泽轩
843b958c9a
Merge pull request #946 from tfendin/default_branch_logic
2022-01-04 14:11:56 +08:00
Tobias Fendin
edffba3c2a
Updated git-extras manual after review.
2021-12-30 12:41:28 +01:00
Tobias Fendin
d914ed3a89
Spell corr in git-unlock synopsis
2021-12-29 14:08:57 +01:00
Tobias Fendin
b2743d785f
Consider init.defaultBranch in git_extra_default_branch, changed default
...
branch to main.
2021-12-29 13:57:12 +01:00
overengineer
86bb1a6764
Added git-magic command
2021-10-08 07:05:50 +03:00
Simon Tate
bc8876b063
git-clear: add force option
...
Add a new -f/--force option to git-clear to allow usage in scripts,
or without user input.
Add -h/--help/? for help
Also update the manual for git-clear for these changes.
2021-09-14 13:45:50 +01:00
罗泽轩
c30ac80d72
Merge pull request #936 from tfendin/multiline_synopsis_fix
...
Format fix of Synopsis in manuals
2021-08-19 11:27:18 +08:00
Tobias Fendin
3413eeb058
Updated lines under Synopsis in the manuals so they are commonly formatted
2021-08-11 17:33:01 +02:00
Tobias Fendin
a7b7f05b5b
Add incompability check for git summary --line --no-merges, split synopsis in its manual.
2021-08-11 16:38:21 +02:00
Tobias Fendin
3c91de7a1e
Updated documentation for git-summary --no-merges
2021-08-07 17:31:51 +02:00
spacewander
ffad35c8db
git-summary: support filtering --line with path
2021-07-09 17:57:30 +08:00
Przemek Kitszel
b8e58ee9ba
Add git-abort
...
New subcommand just calls git $op --abort, where $op is current git operation, like rebase
2021-07-05 23:43:39 +02:00
Don Harper
30383f9551
Update point to github docs for forks from API
2021-06-07 20:12:22 -05:00
Don Harper
1f72512ef0
update working
2021-06-06 21:26:01 -05:00
Don Harper
b8b02d8ef1
git-fork | Update man/md/html pages to talk about need of the github personal access token
2021-06-04 23:04:31 -05:00
Vladimir Jimenez
bebcbd11ca
delete-squashed-branches: Make side-effect clear in docs
2021-05-25 20:50:04 -07:00
Vladimir Jimenez
910242c92b
Add delete-squashed-branches command
2021-05-24 00:13:57 -07: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
罗泽轩
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
vanpipy
b2b5c97105
doc: add the usage of the parameter --from for create-branch and feature
2020-11-19 13:46:10 +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
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
tom
da34968ec3
squash help: corrects option name in PR
2020-10-11 14:16:52 +02:00