6 years ago 461aee03b5 Stefan Sperling
fix test sandbox name
6 years ago 83c8b3b81d Stefan Sperling
plug leaks in got_repo_match_object_id_prefix()
6 years ago b2df341bd0 Stefan Sperling
put error checks in right order
6 years ago 5903ff6ef1 Stefan Sperling
stop matching loose objects once we've searched past the ID prefix
6 years ago 4277420a1f Stefan Sperling
speed up matching of abbreviated commit IDs in pack files
6 years ago 45f2ef4ca8 Stefan Sperling
add a todo item for abbreviated object IDs
6 years ago e09a504cc5 Stefan Sperling
introduce support for abbreviated object IDs
6 years ago d69bcdf7cb Stefan Sperling
compare pointer against NULL, not 0
6 years ago 921be706a9 Stefan Sperling
fix segfault in error path of 'tog diff'
6 years ago a54b6686bf Stefan Sperling
suse shorter wording around object IDs in man pages
6 years ago df0b3d8ac9 Stefan Sperling
allow matching commit IDs in 'tog log' search
6 years ago bf0668dd8c Stefan Sperling
tog log: remove 'r' key-binding; we might want to re-use it later
6 years ago 9be7558290 Stefan Sperling
tog.1: use consistent syntax for Control key combinations
6 years ago e3d2a5c6a3 Stefan Sperling
Bind reload in 'tog log' to Ctrl+l
6 years ago 9221fb1e6c Stefan Sperling
note that fetching new objects currently requires git
6 years ago 4e759de498 Stefan Sperling
add 'got branch' command
6 years ago d01904d4bb Stefan Sperling
add 'r' command to tog log view
6 years ago d6117e780b Stefan Sperling
diff thread in tog will probably not be needed
6 years ago b07cf8c30f Stefan Sperling
add usr.bin/diff todo item
6 years ago 5a5bf2acb9 Stefan Sperling
update todo items for tog
6 years ago f801134ab0 Stefan Sperling
don't let search in 'tog log' wrap around to beginning/end of history
6 years ago 2246482eaf Stefan Sperling
make search actually work in 'tog blame'
6 years ago ac66afb8fb Stefan Sperling
fix endless loop in 'tog tree' if search has no match
6 years ago f5daf9b149 Stefan Sperling
tog: make search pattern case-sensitive
6 years ago 6c4c42e07c Stefan Sperling
implement search for 'tog blame'