Commits
- Commit:
937e0e58712b4c76542d1d1485bce7679b7320a6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix build on sparc64 (uninitialized variable)
- Commit:
f69721c3fc6f5a7b7a11a49a1fd7a99182ef01f0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show base commit hash and omit filenames in conflict markers
- Commit:
d136cfcb987bd2fd865f8711449dc47b7f63455f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show original file content in conflict markers
- Commit:
d59c0cb27bc304bc11f9b1094c6eb85f248c7c5f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve use of mixed size_t/off_t types in diff3.c's edscript()
- Commit:
b2338effff1d654d54ab1abfdebefee508ea1a6c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
diff3.c: do not use the same variables for both line numbers and byte offsets
- Commit:
887758148e9d113851e356d0339dc4a726b04bc0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
diff3.c's skip() returns number of bytes skipped so switch from int to size_t
- Commit:
96cbb59708cdbe5ff619b9d9cccae495277071e5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove worklist code; it was only used to unlink files which we already unlink
- Commit:
68bda3b1b9c8bd7159479cf0c194d755b7d2a7cd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
diff3.c: check for unlink errors and unlink dp13 and dp23 again
- Commit:
9688d20ad63057dfb1047a7c31d629b07d92618b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename local variable in diff3.c's edscript() from j to len (not a loop index)
- Commit:
9d4a5e899df48f7da001cde629f33a3de43b6092
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename local variable in diff3.c's skip() from j to len (not a loop index)
- Commit:
db33008019148e836335b567f0f5be5e757f2bdb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove pointless attempt of unlinking temporary file name template paths
- Commit:
e45311301ff386e9a2f9ff3e613d520f57ad119b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not leak open file in diff3.c's readin() error paths
- Commit:
971405a7e47997a87d869bc30b3fca98083395dc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not abuse d3s->fp[0] as a local variable in diff3.c's readin()
- Commit:
50351dee7e55367d42b3a715d56abdd7751978cd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused 'pr' argument from diff3.c's skip() function
- Commit:
575e82180aa41c12a56f88f1c9dd01d1bac56424
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more mechanical conversions to struct got_error: buf_load() and buf_alloc()
- Commit:
e19660d59fd85e4dc844d77fee9eb5837f3e3be5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
some whitespace fixes in diff3.c
- Commit:
346b301a6191bd87507ba2768ce7a2adae448a06
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from buf_append() in diff3.c's diff_output()
- Commit:
950435fdd34fce306f6083edd389d03f7c8417ba
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove pointless debug code from diff3.c
- Commit:
18b9ebab6e93f7d3714f10adf4b4f48eec65abd2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eflag in diff3.c is hard-coded to 3; remove code for other cases
- Commit:
e9dabdfbdb742547fc6c853c2626364177aa2b71
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from fseek(3) in diff3.c's edscript()
- Commit:
ce09ab8d7c6ac174b679aa0fe508d5874850b0e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from diff_output() in diff3.c
- Commit:
02b87977bd0146a384fdd4f4a51fd4b0026fdeef
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert remaining functions in diff3.c to struct got_error
- Commit:
f571bb85169c90466112df17c15064e65961f877
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert error handling in diff3.c's repos() to struct got_error
- Commit:
180dce26a8f1dbb0aad3e817cde76bf0e8e55517
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert handling in diff3.c's merge() function to struct got_error
- Commit:
500467ff1bf0dbd15c0941dd741e80c35c708818
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
getline: fix the return type to ssize_t and small nits