Commits
- Commit:
6c4c42e07c3ebc32f3ea82173f6936b9f522733a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement search for 'tog blame'
- Commit:
638f9024045bbe2420143f8868dcc484c231c634
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_error_prefix_errno() to got_error_from_errno()
- Commit:
656b1f76d3a6f52318782284fa83ae47894cbffb
- From:
- joshua stein <jcs@jcs.org>
- Date:
while (1) -> for (;;)
- Commit:
230a42bdc60c6136d2a5ce65bf1a2f26d990c096
- From:
- joshua stein <jcs@jcs.org>
- Date:
got_error_from_errno -> got_error_prefix_errno
also add got_error_prefix_errno2 and got_error_prefix_errno3 which
should hopefully all be merged into a single function with variadic
args (but can't alloc mem)
- Commit:
fb43ecf1500cf7f8b2e22348bd1635edcda97fee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from fclose()
- Commit:
15a949835c36ceb581fc115aff744dbb30b12918
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove struct got_object from public library API
- Commit:
06ca4d091887ecc59f63c7fa459c57e58122d31b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop history traversal once blame has annotated all lines
- Commit:
6fcac4576a437f60e050eec706040bdb272eb058
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store number of lines in int instead of size_t
- Commit:
f2e233d8c9ef56f29adca985325cc9696f7b4fb6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't abort blame in annotate_line() if lines are out of range
- Commit:
d14519756a20c300e9189d2db6b7477b7adfe312
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add custom error code for 'no such tree entry' errors
- Commit:
ff7c4d82c988b29ccdebc81c5bd48dc4d595400b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove now inaccurate comment
- Commit:
eac0d6b486b8524272cd70df01961ad91a7ebec8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove obsolete TODO comment
- Commit:
293f6400907ccfd03922756d5f2b6449afeada89
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'blame' traverse history via commit graph
- Commit:
4db73312461926de42eaa2bcc0758afa90f08b90
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO note for blame
- Commit:
27d434c2f27987c4eda331b3ab039198ccd6e101
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
replace got_object_open_by_path() with got_object_id_by_path()
- Commit:
df9513f185a849a6087d336a99697e2ce2488fc6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix mem leak in blame_changes() error path
- Commit:
58c811c51491d5fcdd876688e147ce6b96f755c0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove a wrong free() in got_blame()
- Commit:
d4af3990f62462c745856374cbe37a860bb57cf2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix mem leaks in got_blame()
- Commit:
ce7f1bfe20d1ce7201723f61085784cffd60e7e7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix a mem leak in blame_commit()
- Commit:
2620684109b956e9b51f33d9a5e862fbdbbe8de4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
always close blame in got_blame_incremental()
- Commit:
c35a7943488e43a4fc6c48a00cf858ba8f410947
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
account for line shift in blame; lots of help from tb@
- Commit:
89a4e64fc709e3ed8df0f6d998a11599a842ca37
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add missing call to blame callback
- Commit:
3bf198ba335fa30c8d16efb5c8e496200ac99c05
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
always pass commit ID to incremental blame callback
- Commit:
d68a0a7de13af722c55099582019c03240e13320
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement cleaner cancellation of tog's blame view
- Commit:
75b7a700d9d14ef8eb902961255212acbedef164
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow quitting tog blame view while blame is in progress