Commits
- Commit:
569f7b63c09435b83f2abd011017f16fc8150be3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document references in git-repository.5
- Commit:
b48be8cf538bf50655557b4fe58d398f4d3934ee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
update CAVEATS section in got.1
- Commit:
e1fa9f20a71b210c74916da7ee15570f3a1f9b94
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
point people looking for a quick-start guide at got.1 EXAMPLES
- Commit:
0fa5032d6f8c5fb9e49d04399d43396e05372c8c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a licence file
- Commit:
56f95bee21584be5036ec769d538e55b9f209b51
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
wording improvements in README
- Commit:
8deda1afda344fb05b355cbb7d3e53349832fde8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
spell 'Got' consistently in README
- Commit:
c75df689a0953dbd7f9c05c6a79314809e1dbbdf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
include expanded acronym in README
- Commit:
010a287c60f7a7b593b6094567bed416ce90793a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
wording in README
- Commit:
2e698696e11f3a659838dfb7f981e9b3998a24fb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
clarify stance on patches for a portable version in README
- Commit:
9532f6b44dccd84c74896acffa54157d8f1ead59
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention C tests in README for completeness
- Commit:
42620da7ca2255a163e39fae8d9f618df25fdec6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document bug report and patch submission guidelines in README
- Commit:
dd2a8a696c283e69855d4e90ce7c3858abb56b9e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
explain intended target audience in README
- Commit:
e2b1e15228b8a9d1e237c567129f94ff53e02ca9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' sync cached timestamps of unmodified files
- Commit:
fd7a136d02efc789a2092aa294d1d5d7c30538e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove duplicate check in if-statement
- Commit:
11495e04177c42cbbbab8416171bad777b37e5d0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak 'got rebase' conflict error message
- Commit:
778a73c202451031815f6c71287901ff5ac448bb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix wrong command listed in man page text
- Commit:
01757395d9acd01c9c7796b4e1f5c0b75943b810
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
speed up commits during rebase by caching a list of merged paths
- Commit:
1ee397ad2d67e352b33dac85804e51ff3db9fc15
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow error return from got_worktree_checkout_cb()
- Commit:
eb3df2c4aa176b3a0493d0656d2d093b4d4c7c9b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent free(3) of uninitialized variable in rebase error path
- Commit:
b50cabdf52fb94fec7e3d01b074c4dc3f144b372
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
skip out-of-dateness check during rebase for faster commits
- Commit:
877a927c9c9f96ec4bb7392082698c19706de865
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in comments
- Commit:
93ec1b5f61be6b14b8a156395d7cabe098814948
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused argument from update_fileindex_after_commit()
- Commit:
69185643da8c9e26b4e750f5c35826f2fe7baf21
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused variable in commit_worktree()
- Commit:
a0e95631a63326f9bab9ef945028cad102c636b5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use the new commit_worktree() helper function during rebase
- Commit:
1675efa342dccf76ae377291179e8ebf4ab882a2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix double-free introduced during refactoring