Commits
- 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:
e65e3e2fec796e425b0156322a8f6d06370b8e38
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove useless code in #if 0
- Commit:
414611d9fe15909ca7502d7c65f0a9090923913a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix off-by-one in commit ref counter printed by check_refcount()
- Commit:
2673a8da9c48b8c7735113dd12d164b4bf395c6a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace
- Commit:
298a4a4bd4f924788066a64f5ea51616d52d1cc8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid unnecessary strlen() call in find_entry_by_name()
- Commit:
d9e7e1f62a236075d29f003698eaa271a930cc9b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
match tree entries exactly, not by prefix, in find_entry_by_name()
- Commit:
5c2f57614e2b4b5709e31c3f42bff271ce5189ea
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix git repository detection segv bug
- Commit:
6bc669522a10be711d65bd8138ca7451773313d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix commit graph iteration again; second entry was omitted
- Commit:
028d7a4e4c3fbee17ba819b80451fae7636c1ed0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix commit graph iteration with just one iter-list entry
- Commit:
d415e120d8f07423e264782724cce6af29c6432f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix previous: last entry returned by graph iteration was duplicated
- Commit:
bee6b57787582955c8680120c2047136809ece2c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make commit graph skip no-op branches and fix iter-list management
- Commit:
2c7f8870811e48b3a671f90aeb93ce318e66e0e6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
typos
- Commit:
221e79cdddc404707056ccd771cc9f38aea3f09c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
count object cache searches
- Commit:
71eb0e7ff2bcf1a1556a8da81f9732706cbe28ef
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate redundant cache search in got_object_open_as_tree()
- Commit:
434025f31270ab0b50063ed81909d2c32c9f3e98
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate redundant cache search in got_object_open_as_commit()
- Commit:
e8eb494afad8556bf5105f01c316b49e68ba6842
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check caches first in got_object_open_as_{tree,commit}()
- Commit:
bb7182a5b18165905163dc712f19974358abfe76
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
speed up object id cache by using multiple lists
- Commit:
59790a325126d5fa5d7b2a0af2b2db6357d55063
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
search pack index before doing a stat for loose objects
- Commit:
65a9bbe94592ac5bec831087f9873db4dde02199
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid strdup in got_object_id_by_path() and got_object_tree_path_changed()
- Commit:
106807b41a6bef7947cfced77add51eb02ad574f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make object caching actually work in got-read-pack
- Commit:
f4081577c6c649149ef61572d31b82167e5ad33b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a Makefile.inc knob which enables cache debug output
- Commit:
7cf5e9c21a8773b07c6c99ab6219ffc5cac6b83d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show process name in cache stats debug output