Commits
- Commit:
70a0c8ec6e6b62f44cf81a937107e64429ee5572
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
preserve permissions on merged files
- Commit:
2a57020b374709058c3f812c2672f8f367ea46fa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
clean up temp files if rename(2) fails
- Commit:
65ad4e61087e708b8ec592c0ba5fe32955fcdc65
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve wording of a comment in merge_blob()
- Commit:
80c5c120285b0b38cf25a37858e737047c570a98
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
missing fread(3) error check in get_file_status()
- Commit:
d10c9b58e3940fc75fa5017eeb52111c2ff5ebf2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
missing stat error check in read_meta_file()
- Commit:
68c7693588c1316ee15664810fb8b0f06b912e1f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
update cached timestamps of files left unmodified after a merge
- Commit:
3cbbd752fbb743b19cc6954d6256fed51c1eaf30
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix get_file_status() for files larger than blob read buffer size
- Commit:
af54ae4ac103d1529bb5e06bfd22ed88d78fed29
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid cross-device rename(2) after 3-way file merge
- Commit:
816dc65482b52c96c56a51b75215584b84eda1ee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from fsync(2)
- Commit:
3a6ce05aff1497b3b590a07e1dccad289ad84d0f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from close(2)
- Commit:
fb43ecf1500cf7f8b2e22348bd1635edcda97fee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from fclose()
- Commit:
927df6b74a3358d1eaa0f2482cac2204a4f8f9fa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow restricting 'got diff' and 'got status' to a path in work tree
- Commit:
2c201a36298b33cae3e3f1e94d7f30c20ac8d140
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got status' ignore symlinks, for now
- Commit:
b8f41171ce82965347395dd4b1fc47a649caf0fc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate redundant stat() calls during status crawl
- Commit:
a378724ff7c52fed47ca10ec7bb827ad4955ce57
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' restore missing files
- Commit:
02c0700795c2aee56eaff4d72d82287aa84100ce
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't update cached timestamps of already modified files
- Commit:
ba8a0d4daae0952f0b83279b0ffc8ab29bcc9c6c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
clear executable bit when updating files if necessary
- Commit:
68ed9ba51a07849681a433ff303ae75cf68aa92d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
preserve executable bit on files during checkout and update
- Commit:
276262e805a4e606f787e74bf5435d50955437c4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in status code name: GOT_STATUS_MODIFIY -> GOT_STATUS_MODIFY
- Commit:
6353ad76e488c8d0df631a779571fdeb41fc9c70
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' merge file edits
- Commit:
b72f483a5d3d0699d6ff221cd44f8853eded0a32
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got diff' show local changes in work tree
- Commit:
14e5d4dcac6e70e8ce1dc7434f4e4f5aa6dbf963
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix bug with wrong size comparison in get_file_status()
- Commit:
d1542a279fa71d03ea53283d994b76f9b48824af
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix endless loop in got_worktree_open()
- Commit:
c7f4312fa3469fb36fb0cc087ca64846744a5533
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got status' work in subdirectories of a work tree
- Commit:
247140b28268236ea5c77457b01d6dec936ffb51
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got_worktree_open() crawl upwards