about summary refs log tree commit diff
path: root/tests/t0105-commit.sh (follow)
Commit message (Collapse)AuthorAge
* tests/t0105-commit.sh: expect commit decorationsLars Hjemli2009-01-27
| | | | | | | | When a commit is referenced by a branch or tag the commit subject- line will be suffixed with the proper decorations, hence the test for this line needs to be updated. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Include commit-id in link from diff-statLars Hjemli2008-05-18
| | | | | | | This fixes a regression created by fe1230dece81450004d02fa8a470f8dab8f7fdd9, and modifies a test to avoid future regressions. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* ui-commit: handle root commitsLars Hjemli2008-05-18
| | | | | | | | | Both cgit_print_diff() and cgit_diff_tree() handles root commits nicely, but cgit_print_commit() forgot to check the case of 0 parents. This fixes it, and adds tests to avoid future regressions. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Fix html error detected by test-suiteLars Hjemli2007-11-11
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Create initial testsuiteLars Hjemli2007-11-11
This creates a simple testsuite, heavily inspired by the testsuite in git. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
une McEnroe2020-02-10 * Add /helpJune McEnroe2020-02-09 * Add /copyJune McEnroe2020-02-08 * Allow overriding the /open utilityJune McEnroe2020-02-08 * Set FDs CLOEXECJune McEnroe2020-02-08 * Add procPipe for subprocessesJune McEnroe2020-02-08 * Handle SIGCHLDJune McEnroe2020-02-08 * Check signals after file descriptorsJune McEnroe2020-02-08 * Populate completion with commandsJune McEnroe2020-02-07 * Search for cert and priv in config dirsJune McEnroe2020-02-06 * Handle errors from getoptJune McEnroe2020-02-05 * Use getopt_config to load optionsJune McEnroe2020-02-05 * Add /quitJune McEnroe2020-02-05 * Fix SIGWINCH handlingJune McEnroe2020-02-05 * Reflow text on window resizeJune McEnroe2020-02-05 * Split showing style codes and word wrappingJune McEnroe2020-02-04 * Only check revents if nfds > 0June McEnroe2020-02-04 * Handle signals in poll loopJune McEnroe2020-02-04 * Add beginnings of input handlingJune McEnroe2020-02-04 * Save NETWORK, CHANTYPES, PREFIX from ISUPPORTJune McEnroe2020-02-02 * Add idColorsJune McEnroe2020-02-02 * Implement window switching and status lineJune McEnroe2020-02-02 * Implement word wrapJune McEnroe2020-02-01 * Parse IRC styling in UIJune McEnroe2020-02-01 * Implement the beginnings of UIJune McEnroe2020-02-01 * Add IDs and namesJune McEnroe2020-02-01 * Add -v flagJune McEnroe2020-02-01 * Blindly implement login flowJune McEnroe2020-02-01