Commits
- Commit:
6cb9286d20ee5b8d9c024a6e490ce8b7f39d76ed
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
c9956ddf7cbdd423962dfe489379e54cecc3eb1d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use author name/email from ~/.gitconfig if GOT_AUTHOR is not set
- Commit:
aba9c984d1420b77b23320520e70b27ecc83acf7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
obtain repo format version and commit author name/email from .git/config
- Commit:
4b55f4595673e9079751e4fe3365b412972a4c11
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix indentation in lib/worktree.c
- Commit:
239f6369e4a11a75b523925b9910bd3a0505e478
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix line-wrap for lines spanning the terminal in tog diff view
- Commit:
40b289d73058601f96681c0e1048fce46c1751b1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got status' ignore inaccessible directories (reported by semarie)
- Commit:
00f36e4705c823c9a2b0c558da9601d8da340d28
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
unstage may need to write to repository; fix unveil(2) call accordingly
- Commit:
72fd46fa56e8a73262ff8901b7c93554b7bad3e6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix modified files not shown by 'got status' after committing staged changes
- Commit:
361f1f401c5c6e87c01e86e266887fd5c775afc5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
b542b18a319414302af623e3624224469226817e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.14
- Commit:
dca7503953926f729976546993c64c187f630b19
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix tag_list test failure on single-day-digit dates (patch by Evan Silberman)
- Commit:
6b68ccd6c881df83e78cf8b525ccfa3c0c3c21d0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent theoretical double-free with non-OpenBSD asprintf (found by jasper)
- Commit:
cc483380c54d31f8ddf61787337cefe1ccf3581b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix NULL deref in got_error_from_errno via got_error_uuid (found by jasper)
- Commit:
12314ad41528fec74eb27b6f444791c2c06f39ef
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'tog blame' release its work tree lock before the main loop
- Commit:
2fc00ff49e457ec833f4c549008f7c446db5c50b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'tog log' release its work tree lock before the main loop
- Commit:
9fd7cd228e1a6050e9612e360413cf6bad907bce
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
'got stage' writes to repository, fix unveil(2) call accordingly
- Commit:
15c1efae1dfd132129ed52e62f8b58dc4f2ae3eb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
dc74ba2524f6c9fb37d088221b20bebe334065ed
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.13
- Commit:
cdb8f1fa33c26cc381af648690c3f8cc4380175f
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
fix possible NULL deref in alloc_symref()
- Commit:
7f11502cb5629607446cbb42652120095794f8e0
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
fix possible use-after-free in got_worktree_close()
- Commit:
fd9f4a2de0e0bb2450a8afeae120a4b14ae10272
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
tog: mbs2ws: fix sizeof of element for memory allocation
- Commit:
6772cf22207374c163d3fc80a65d5010ead394b8
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
got_packidx_open: free packidx object when open(2) fails
- Commit:
57ebf19f2d3fab10b9053e7c865cbd251e1ded0d
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
buf_alloc: free whole BUF* in allocation failure path
- Commit:
4ec14e60ca0e283293b2dc7fafe977fa7baf469e
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
tiny white-space fix
- Commit:
32f0ab8169fd024eab0a430b7dd5735856114645
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
match_object_id: fix free() in error handling path