5 years ago 569f7b63c0 Stefan Sperling
document references in git-repository.5
5 years ago b48be8cf53 Stefan Sperling
update CAVEATS section in got.1
5 years ago e1fa9f20a7 Stefan Sperling
point people looking for a quick-start guide at got.1 EXAMPLES
5 years ago 0fa5032d6f Stefan Sperling
add a licence file
5 years ago 56f95bee21 Stefan Sperling
wording improvements in README
5 years ago 8deda1afda Stefan Sperling
spell 'Got' consistently in README
5 years ago c75df689a0 Stefan Sperling
include expanded acronym in README
5 years ago 010a287c60 Stefan Sperling
wording in README
5 years ago 2e698696e1 Stefan Sperling
clarify stance on patches for a portable version in README
5 years ago 9532f6b44d Stefan Sperling
mention C tests in README for completeness
5 years ago 42620da7ca Stefan Sperling
document bug report and patch submission guidelines in README
5 years ago dd2a8a696c Stefan Sperling
explain intended target audience in README
5 years ago e2b1e15228 Stefan Sperling
make 'got update' sync cached timestamps of unmodified files
5 years ago fd7a136d02 Stefan Sperling
remove duplicate check in if-statement
5 years ago 11495e0417 Stefan Sperling
tweak 'got rebase' conflict error message
5 years ago 778a73c202 Stefan Sperling
fix wrong command listed in man page text
5 years ago 01757395d9 Stefan Sperling
speed up commits during rebase by caching a list of merged paths
5 years ago 1ee397ad2d Stefan Sperling
allow error return from got_worktree_checkout_cb()
5 years ago eb3df2c4aa Stefan Sperling
prevent free(3) of uninitialized variable in rebase error path
5 years ago b50cabdf52 Stefan Sperling
skip out-of-dateness check during rebase for faster commits
5 years ago 877a927c9c Stefan Sperling
fix typo in comments
5 years ago 93ec1b5f61 Stefan Sperling
remove unused argument from update_fileindex_after_commit()
5 years ago 69185643da Stefan Sperling
remove unused variable in commit_worktree()
5 years ago a0e95631a6 Stefan Sperling
use the new commit_worktree() helper function during rebase
5 years ago 1675efa342 Stefan Sperling
fix double-free introduced during refactoring