Commits
- Commit:
27a741e587dcb761092cf3dd3d674192040b6390
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tog: fix cosmetic display issues involving \n and TABs
- Commit:
709ae9eb9cb0304e47cea3b9be65d13203de7612
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix markup errors around user.email in got.1
- Commit:
30db8c54306a6e31984446a95b95a14e888026ac
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
6c1263b4dcdcf4dc36087506a6a8f4434bbdbc7d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.15
- Commit:
ddc7b220d2cafa2ab2e485c71a7a4cbfa9c23beb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not leak ibuf in error paths of read_*_privsep()
- 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()