Commits
- Commit:
f851031c033085ae17b056bef665a879706f07eb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a todo item for tog
- Commit:
11db6024f7d98487225cb67a501c6b6ba06fc816
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show commit date's century in 'got blame' output (patch by Tracey Emery)
tests adjusted by me
- Commit:
a926e3a4334151b10e2b78e1fa3f2a59a44c71f2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
937e0e58712b4c76542d1d1485bce7679b7320a6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix build on sparc64 (uninitialized variable)
- Commit:
9f2919a25fef368803b0007822bb2e94d9b4a36f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync distfile list
- Commit:
5da3196d83cddd8a3de428d0e844da0714ad4f86
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.18
- Commit:
9ba1d3087cee3f7ec5b1b1b8d64631993ac7841f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
always show the input path when realpath(3) returns an error
- Commit:
ef293bddb9ff1a451b85d62b6bdf44494e2f1810
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
preserve the log message when an error occurs during import, as intended
- Commit:
f372d5cd8ece04d22b8e71608ba03a210acc1650
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
preserve the tag message when an error occurs during tagging, as intended
- Commit:
7266f21f4528fe080a2a8b3655b0391886874e45
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
preserve the log message when an error occurs during commit, as intended
- Commit:
c30018ad059b2c8e989a8c469f19a17ab9e17d86
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ignore empty files in refs directory; convert parse_ref_file() to getline(3)
- Commit:
8b692cd00bf22ee0c1455a6d17590b0e2f207a87
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove lock files, as intended, when reintegrate gets aborted
- Commit:
f69721c3fc6f5a7b7a11a49a1fd7a99182ef01f0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show base commit hash and omit filenames in conflict markers
- Commit:
46f68b205b4ab514846c5352c6d952720b9da365
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show file mode differences when diffing trees
- Commit:
523b8417c1fee8faa1a1732ffb036e97ae2ebb4a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle xbit-only changes during 'got update'
- Commit:
1ebedb77e0d68bff22163a9aafc13db5f3f706df
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
teach 'got commit' to tweak the executable bit of a file
- Commit:
7ca04879e263ade3c559033b1188538df6e62478
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix a tog log view performance bug when lots of commits are loaded
- Commit:
73529b9f61583f0e9c36cd6ce82523837e394747
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
set the executable bit on integrate.sh
- Commit:
14c25ea21a5249517b484961e2c3b753ffb0454e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a 'got integrate' example to the man page
- Commit:
3aef623b225b81a61fd3786dc79d091f47b68225
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
catch and reject integration into the freshly rebased branch
- Commit:
2822a3526b8c61302ec86e0871e724c07a4b078d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got integrate' command
- Commit:
13add98862efe69781a0693d9af2c45d235f1f43
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix interlocking between tog log and man threads during search
- Commit:
d136cfcb987bd2fd865f8711449dc47b7f63455f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show original file content in conflict markers
- Commit:
c6368c2e90c223c41439b12ae7f14fffbd894dfa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
properly handle read errors in got_packidx_init_hdr (found by jj@ scan-build)
- Commit:
366e0a5f18070d353035fdfa945719809c60f0aa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent a NULL deref in an error path of got.c's diff_trees()