Commits
- Commit:
15535bb2fc4f77dc54bd534ee247b51d85a6f90b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
comparison page: drop redundant 'got add' argument, there is no other case
- Commit:
5cff070dcada57ccc858dcf6f82c6e8763c8ba99
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
on the comparison page, clarify 'git add' use case relative to 'got add'
- Commit:
a7f03a023a07a567655219dcc281a91b7a9a1436
- From:
- Omar Polo <op@omarpolo.com>
- Date:
comparison.html: got tag is more like git tag -a
git tag creates by default lightweight tags, which we don't create
at all, so the distinction is fairly important.
naddy agrees
- Commit:
5109ab3c9a2e4a84b79dea15c7964066ebf2acaf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention HTTP support
- Commit:
29531e41957b073754c7dce9826dbfe150fd6e60
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
git has a 'commit -p' command which some people use instead of 'add -p'
- Commit:
0118cca53debbe0e9ac2806335a6a531122ab2af
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
typo
- Commit:
5196bca33c2f020797a50eb812df7a060ee4157d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotadmin init -> git init --bare ; got patch -> git apply
- Commit:
3dd5e265bda4ef7eb17066937b2f63d85157bc51
- From:
- Anthony J. Bentley <bentley@openbsd.org>
- Date:
Please the HTML validator, and perform some other minor markup tweaks.
- Commit:
a87606109cab1cf07d650902bd9d7073f1194bb4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
git reset --hard is a closer equivalent to got revert than git checkout
- Commit:
2b8aa9337c35bc2e61da4ea97f152799ec4c8b4d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix page title
- Commit:
2efe45323fac17efbd196142a13b9abcfbddf94e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix command markup error i made in comparison.html
- Commit:
e9a2e3410023856858e30cd064c75210891b373d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix tr tags in tables; spotted by bentley@
- Commit:
93069372c63185b1160a379ded434c79a9c83b1f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a comparison page, comparing Got to CVS, SVN, and Git
I have seen this being requested multiple times now. Hopefully this page
will satisfy people who do not have the time to figure out the high-level
differences by studying the manual pages.