Commits
- Commit:
0699137833e7cb9e377669787add963cafb545bc
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
farewell, gotweb. you served us well. rm gotweb, ok stsp@
- Commit:
9430e858d160f9d3dbd02b218b5c0a95e266a199
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add missing full-stop; patch by Josiah Frentsos
- Commit:
2a47b1e5852390eadc730c1dd2dd7caae011adfa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
provide a diff of changes in a temp file while editing a commit log message
ok landry@
- Commit:
6a0a1bd407b4d06a6d003428daaa50cc2d92c6f9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync usage with reality
The -h and -V/--version flags must be given before the command; with
those flags the command is actually optional, but don't over-complicate
the usage string with these nitpicks.
ok/improvements stsp@
- Commit:
6f04a73d17761092a3a7ab07632cd1a89d4bfd21
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
add gotadmin init -b <branch> to specify repo head ref
Similar to `git init -b`. Includes a change to `got import` behaviour such that
"main" is no longer hardcoded by default; instead, we import to the branch
resolved via the repository's HEAD reference unless `got import -b` is used,
and only if HEAD cannot be resolved to a branch do we fallback to "main".
includes fix plus ok from stsp@
- Commit:
442ede73eadb025cdc45bede186bf31aee869dad
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
forbid rebase of references outside the refs/heads/ namespace
ok jrick
- Commit:
5e91dae4dd43b8024731223110ab18f505f453ac
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove trailing whitespace; patch by Josiah Frentsos
- Commit:
5fc4f020b7640899b280b5090a906480ce67666e
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
use Xo/Xc in the man pages
Patch by Josiah Frentsos; ok kn@
- Commit:
217e00e5c96081b997cc75f9314f631347527fdf
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
got(1): Replace 'Ar sign' with 'Cm sign'
Cm sign matches the markup used in the ssh-keygen(1) man page.
Patch by Josiah Frentsos
- Commit:
827a167b34401bd6541b199377e4e6c68d643151
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
Group options in accordance with style(9)
patch by Josiah Frentsos
- Commit:
76e495bdc01c788b25c5f79d55da328e0b5d7d94
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rework got patch -c documentation
ok op@
- Commit:
c72da327af6cd2fde74d7803b528dccf2af02ecc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
warn about the interaction between got patch -p and -c
suggested by stsp@
- Commit:
5f56d41e1acd9cce7202960acad0cab3516e9c26
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got patch: add -c flag to apply at a specified commit
it's useful for e.g. to apply old patches that weren't generated by `got
diff' or git-diff(1) and so lacks the metadata needed for the 3-way
merge.
manpage improvements from and ok stsp@
- Commit:
3e0f95fc704e82b2b916e10c016299e1b49e8383
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a way to ignore author and remote repository info found in Git config files
ok op@
- Commit:
65858f9a993c163be8f4af482e7b400535d61d17
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make mandoc -T lint got.1 happier; pointed out by Mark Jamsek
- Commit:
7f5531cddb475a234ab659960efcb4f1aee3fb8d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document use of GOT_AUTHOR by 'got rebase' and 'got histedit'
- Commit:
8978dfde09c478299a51fa414a3b8c39e4f2c96e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document pull request workflow in got.1 man page
With permission from Jelmer Vernooij to use my pull request config
for Dulwich, and Jelmer's name, as a real-life example.
ok tracey, jamsek
- Commit:
62b21d332b3a92a7f99022d68bc8fd98a4682d33
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got commit: add flag to specify the author
This adds a new flag, `got commit -A', that allows to specify the commit
author but retains the "committer" (which is obtained as usual via
GOT_AUTHOR, got.conf or git config.)
with lots of help from and ok stsp
- Commit:
d42bbff9e9ec0e6d9d64da5c56bbf0c7021bdc00
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use Cm mdoc markup for histedit script commands
- Commit:
83b70ce85c5a9e777deb2c3924b8a41f5542e263
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
condense info about histedit mesg command being valid only with pick or edit
- Commit:
f1e5aff40c5f42ab6fd83a2fb41ca0d10b3b21c9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
histedit: make sure mesg is only used after pick or edit
It doesn't really make sense to use mesg after a fold or drop, or after
another mesg. it currently "works" as intended, but the behaviour is
confusing and not useful, better abort the operation as it's probably
not what the user intended.
Suggested by and ok stsp@
- Commit:
c5d51f20832122bdce117ecbbe7dd460627531cf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve documentation of the histedit 'mesg' command
prompted by a question by op@
- Commit:
bd957eacd0877b6f82a7dea14c185f3eb1e5b41c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention Austin Appleby's public domain code for completeness
- Commit:
cc63cb4edd4df1d9aba5d0759b3165b8fdf2278e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention additional copyright holders in got(1)
- Commit:
49be94bd99f72607389ef839d334576fb2ffe713
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add two more authors how I missed during my sweep of commit history