Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang
dc9cebdf45
Use `--message=%s` for git commit message ( #23028 )
...
Close #23027
`git commit` message option _only_ supports 4 formats (well, only ....):
* `"commit", "-m", msg`
* `"commit", "-m{msg}"` (no space)
* `"commit", "--message", msg`
* `"commit", "--message={msg}"`
The long format with `=` is the best choice, and it's documented in `man
git-commit`:
`-m <msg>, --message=<msg> ...`
ps: I would suggest always use long format option for git command, as
much as possible.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
actions
Fix actions workflow branches match bug ( #22724 )
2 years ago
activitypub
Add Chef package registry ( #22554 )
2 years ago
analyze
…
auth
Make CI use a dummy password hasher for all tests ( #22983 )
2 years ago
avatar
…
base
…
cache
Add context cache as a request level cache ( #22294 )
2 years ago
charset
Fix isAllowed of escapeStreamer ( #22814 )
2 years ago
container
…
context
Render access log template as text instead of HTML ( #23013 )
2 years ago
csv
…
doctor
Refactor the setting to make unit test easier ( #22405 )
2 years ago
emoji
…
eventsource
…
generate
…
git
Use `--message=%s` for git commit message ( #23028 )
2 years ago
gitgraph
Add context cache as a request level cache ( #22294 )
2 years ago
graceful
…
hcaptcha
…
highlight
Refactor the setting to make unit test easier ( #22405 )
2 years ago
hostmatcher
…
html
…
httpcache
Add some comments for recent code ( #22725 )
2 years ago
httplib
…
indexer
Refactor the setting to make unit test easier ( #22405 )
2 years ago
issue/ template
…
json
…
lfs
escape filename when assemble URL ( #22850 )
2 years ago
log
Improve trace logging for pulls and processes ( #22633 )
2 years ago
markup
Refactor the setting to make unit test easier ( #22405 )
2 years ago
mcaptcha
…
metrics
include build info in Prometheus metrics ( #22819 )
2 years ago
migration
Scoped labels ( #22585 )
2 years ago
mirror
…
nosql
…
notification
…
options
…
packages
Use import of OCI structs ( #22765 )
2 years ago
paginator
…
pprof
…
private
…
process
Improve trace logging for pulls and processes ( #22633 )
2 years ago
proxy
Use proxy for pull mirror ( #22771 )
2 years ago
proxyprotocol
…
public
…
queue
…
recaptcha
…
references
Use correct captured group range when parsing cross-reference ( #22672 )
2 years ago
regexplru
…
repository
Use `--message=%s` for git commit message ( #23028 )
2 years ago
secret
…
session
…
setting
handle deprecated settings ( #22992 )
2 years ago
sitemap
…
ssh
…
storage
…
structs
Add scopes to API to create token and display them ( #22989 )
2 years ago
svg
…
sync
…
system
…
templates
Scoped labels ( #22585 )
2 years ago
test
Rename `repo.GetOwner` to `repo.LoadOwner` ( #22967 )
2 years ago
timeutil
…
translation
…
turnstile
Add new captcha: cloudflare turnstile ( #22369 )
2 years ago
typesniffer
…
updatechecker
…
upload
…
uri
…
user
…
util
Move `IsReadmeFile*` from `modules/markup/` to `modules/util` ( #22877 )
2 years ago
validation
Map OIDC groups to Orgs/Teams ( #21441 )
2 years ago
watcher
…
web
Map OIDC groups to Orgs/Teams ( #21441 )
2 years ago
webhook
…