Commits
- Commit:
5e6be23258e2648c6ad1bf3b1d5617e827ac3ab6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix reading pack files larger than 2GB; ok tb@; problem found by mpi@
- Commit:
70015d7a0e09198dfe1d24d340818d8769ff6ab8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
hide EINTR again when got exits due to Ctrl-C
- Commit:
f8afbdc86ed6dde7d7bc0d2c51f6a89a358412c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
try harder not to hide errors from helper programs when got(1) exits
- Commit:
52e88aae7eb86a6ad3e485f55129f7901f39de96
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use less empty padding space after author name in 'tog log'
- Commit:
5d67f40db0411f97e1a18bb5d5d4c45458ee8c58
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename 'got init' and 'got import' default branch to "main"; patch by kmos@
- Commit:
ea5b64ecd82198863fe8ebcaf53f93572963c2db
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
b302f6b8388b68c4b962e9c8c8385c1cc6545876
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.19
- Commit:
11b20872df392ca0904b1dc128407bf2522ebe87
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add colors for 'tog log' and 'tog blame'
- Commit:
bddb1296a26aa8ca22bb87929dd4047b84bafc90
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more s/line_color/color/g in tog
- Commit:
f26dddb7dc6c83ab9c933da056e4bd8236bfa0da
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename tog_line_color to just tog_color
- Commit:
1d7fe5cdae04f3c0e387ffdbd0f0dabe89871351
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
support the terminal's "default" color in tog color schemes
- Commit:
c0b01bdba6cf6e38ce3c78e54b397879062189e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add color support to 'tog tree'
- Commit:
7169caa2d6e027a437835a0154fe3f25ea2e9bd8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mark a tog-internal function as static
- Commit:
6d17833f854902ee602bfbaf73cc67df9b25e1e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add color support to 'tog diff'
- Commit:
6570a66d534155e8cfc35bc2023b9f655a6f30eb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'tog log' show abbreviated commit IDs if the window is large enough
suggested by landry@
- Commit:
3a62228f453a74805ca1b8c08a062e331b624ff6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix copy-pasto in man page; patch by landry@
- Commit:
7b5dc508da734468a2a01112b45b7999b55123ce
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix staging of multiple files with -p
ok semarie
- 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