Commit Briefs

02c0700795 Stefan Sperling

don't update cached timestamps of already modified files


ba8a0d4daa Stefan Sperling

clear executable bit when updating files if necessary


2ef81b9be0 Stefan Sperling

skip make obj in cmdline test directory



e06046c217 Stefan Sperling

do not forget about regress tests during 'make obj'



7f838b36bf Stefan Sperling

document status codes displayed by 'got update'


6353ad76e4 Stefan Sperling

make 'got update' merge file edits


57ee5d5084 Stefan Sperling

allow callers of diff3 code to detect merge conflicts


a551f2158d Stefan Sperling

diff3: make labels work and fix leaks


5d731149d3 Stefan Sperling

initialize temp_files in got_merge_diff3()


abc6a33f6a Stefan Sperling

make readin() actually write to its output argument


25d0340b7e Stefan Sperling

get rid of an unused global in diff3 code



9f98de9c49 Stefan Sperling

declare got_merge_diff3()



62f591725a Stefan Sperling

make diff3_merge() write result to an output file


0ec6f01486 Stefan Sperling

expand stupid argv-style parameters of merge_diff3()


b90524b163 Stefan Sperling

check for errors from increase() in diff3 code


dfc4f8fee4 Stefan Sperling

move more globals into diff state struct


0d26ce361e Stefan Sperling

fix known file descriptor leaks in diff3 code



c03c6cb3ff Stefan Sperling

make diff3 code compile



acb209ee71 Stefan Sperling

restore support for D_NORMAL diffs of regular files