about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-04-24 23:40:51 +0200
committerLars Hjemli <hjemli@gmail.com>2008-04-24 23:41:39 +0200
commitd188ed4f2905e6d10abd26c45572a0d48eb53969 (patch)
tree4ae96ddebd908091ca88a339e58040cf38049bb1 /tests
parentIntegrate diffstat with diff (diff)
downloadcgit-pink-d188ed4f2905e6d10abd26c45572a0d48eb53969.tar.gz
cgit-pink-d188ed4f2905e6d10abd26c45572a0d48eb53969.zip
ui-diff: remove test on object type
By removing the test for commit objects it's now possible to specify a
tag name for the id query-string parameter (it already worked for id2).

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
* Only scroll after reflow if necessaryJune McEnroe2020-02-17 * Scroll the window only once during reflowJune McEnroe2020-02-17 * Various small cleanupsJune McEnroe2020-02-16 * Replace a lot of snprintf with a catf implementationJune McEnroe2020-02-16 * Replace small integers in size_t with uintJune McEnroe2020-02-15 * Separate network info from selfJune McEnroe2020-02-15 * Save heat, unreadTotal, unreadWarmJune McEnroe2020-02-14 * Track unreadTotal and unreadWarm separatelyJune McEnroe2020-02-14 * Set hidden to true initiallyJune McEnroe2020-02-13 * Only uiShow if hidden and only uiHide if shownJune McEnroe2020-02-13 * Rename procPipe to utilPipeJune McEnroe2020-02-13 * Set swap correctly when closing a windowJune McEnroe2020-02-13 * Refactor windows into array and add /moveJune McEnroe2020-02-13 * Add -N flag for notificationsJune McEnroe2020-02-12 * Mark and unmark on uiHide, uiShowJune McEnroe2020-02-12 * Hide debug prompt if buffer starts with /June McEnroe2020-02-12 * Add C-t transposeJune McEnroe2020-02-12 * Add C-v and M-vJune McEnroe2020-02-12 * Support monochromatic terminalsJune McEnroe2020-02-11 * Exit focus and paste modes on err exitJune McEnroe2020-02-11 * Call completeClear when closing a windowJune McEnroe2020-02-11 * Use time_t for save signatureJune McEnroe