| age |
author |
description |
| Thu, 02 May 2013 11:03:51 -0400 |
Greg Ward |
Add release instructionsdefault tip |
| Thu, 02 May 2013 10:08:14 -0400 |
Greg Ward |
Added tag 1.1 for changeset d70e0dfc3e0e |
| Thu, 02 May 2013 10:08:05 -0400 |
Greg Ward |
Update docs for 1.1 release1.1 |
| Thu, 02 May 2013 09:47:11 -0400 |
Greg Ward |
tests: fix setup-fossil so it works (at least with fossil 1.24). |
| Tue, 30 Apr 2013 22:21:21 +0200 |
Jakob Kramer |
fixed Makefile to not install in /usr/local/bin/bin |
| Tue, 12 Mar 2013 17:02:43 -0400 |
Greg Ward |
Update man page for %m and %u support with Mercurial. |
| Tue, 12 Mar 2013 16:50:13 -0400 |
Greg Ward |
hg: don't ask "hg status" for unknown files unless the user wants it |
| Tue, 12 Mar 2013 16:47:05 -0400 |
Greg Ward |
hg: ask "hg status" for added and removed files too |
| Tue, 12 Mar 2013 16:36:41 -0400 |
Greg Ward |
hg: fix parsing of "hg status" output so it's not fooled by crazy filenames |
| Tue, 12 Mar 2013 16:29:13 -0400 |
Greg Ward |
merge with hg-unknown-modified; fix bug in test-hg script |
| Mon, 11 Mar 2013 16:59:46 -0500 |
Geoff Lane |
Add support in Hg for unknown and modified using a forked process.hg-unknown-modified |
| Tue, 12 Mar 2013 16:25:10 -0400 |
Greg Ward |
Add failing tests for %m and %u with Mercurial. |
| Thu, 07 Mar 2013 22:07:45 +0100 |
Jakob Kramer |
Makefile: no slash after DESTDIR, 755 is default mode |
| Tue, 05 Mar 2013 16:44:50 -0500 |
Greg Ward |
Added tag 1.0 for changeset 605e46d0d92e |
| Tue, 05 Mar 2013 16:44:10 -0500 |
Greg Ward |
capture: do not use 'stdout' and 'stderr' as struct members1.0 |
| Tue, 05 Mar 2013 13:28:37 -0500 |
Greg Ward |
hg: replace sum_bytes() with non_zero(). |
| Tue, 05 Mar 2013 13:26:09 -0500 |
Greg Ward |
Swap args to dump_hex() so dest comes first. |
| Tue, 05 Mar 2013 13:23:40 -0500 |
Greg Ward |
Make example setup documentation consistent between README and man page. |
| Tue, 05 Mar 2013 12:21:45 -0500 |
Greg Ward |
README: misc updates and fixes |
| Tue, 05 Mar 2013 12:18:59 -0500 |
Greg Ward |
man page: document author, environment variables |
| Tue, 05 Mar 2013 11:51:32 -0500 |
Greg Ward |
Ensure consistent order of format specifiers: %n, %b, %r, %p, %u, %m, %%. |
| Tue, 05 Mar 2013 11:24:12 -0500 |
Greg Ward |
Add %p format specifier, for patch name (e.g. MQ, guilt, quilt). |
| Mon, 04 Mar 2013 20:16:13 -0500 |
Greg Ward |
Add full_revision to results_t. |
| Mon, 04 Mar 2013 17:51:42 -0500 |
Greg Ward |
Makefile: apply valgrind to all tests, not just test-simple. |
| Mon, 04 Mar 2013 17:45:51 -0500 |
Greg Ward |
git: fix memory leak |
| Mon, 04 Mar 2013 17:44:52 -0500 |
Greg Ward |
git: simplify git_get_info() by de-nesting a big "else" block |
| Mon, 04 Mar 2013 17:42:44 -0500 |
Greg Ward |
fossil: fix memory leaks |
| Mon, 04 Mar 2013 17:37:25 -0500 |
Greg Ward |
svn: simplify svn_get_info() by de-nesting an unnecessary "else" branch |
| Mon, 04 Mar 2013 17:32:58 -0500 |
Greg Ward |
Add "make grind" to run (some) tests under valgrind; start fixing leaks. |
| Mon, 04 Mar 2013 17:11:16 -0500 |
Greg Ward |
Make valgrind happy. |
| Mon, 04 Mar 2013 17:05:36 -0500 |
Greg Ward |
hg: improve code style (fewer cryptic variable names) |
| Mon, 04 Mar 2013 15:44:55 -0500 |
Greg Ward |
hg: simplify %r so it just shows revision number or changeset ID. |
| Mon, 04 Mar 2013 15:25:09 -0500 |
Greg Ward |
Order VC systems by popularity: CVS should be near the end, not first! |
| Mon, 04 Mar 2013 15:23:26 -0500 |
Greg Ward |
Add a man page. |
| Mon, 04 Mar 2013 13:47:35 -0500 |
Greg Ward |
Change default format string to leave out %m and %u. |
| Mon, 04 Mar 2013 13:10:18 -0500 |
Greg Ward |
Makefile: cleanup test repositories too. |
| Mon, 04 Mar 2013 13:07:56 -0500 |
Greg Ward |
Makefile: specify C dialect |
| Sat, 02 Mar 2013 21:40:11 -0500 |
Greg Ward |
Style consistency: format pointers like the rest of the C universe. |
| Sat, 02 Mar 2013 21:34:47 -0500 |
Greg Ward |
Style consistency: always put function return types on their own line. |
| Sat, 02 Mar 2013 21:29:14 -0500 |
Greg Ward |
Update contributor list, copyright dates. |
| Sat, 02 Mar 2013 21:24:29 -0500 |
Greg Ward |
Clarify timeout-related help and output a smidge. |
| Sat, 02 Mar 2013 21:22:44 -0500 |
Greg Ward |
If we're going to ignore errors from strtol(), do it right. |
| Sat, 02 Mar 2013 21:20:10 -0500 |
Greg Ward |
Fix inconsistent whitespace. |
| Fri, 01 Mar 2013 13:01:42 -0600 |
Gregg Lind |
`-t timeout`; fix #4, alternative solution re #2. |
| Tue, 30 Oct 2012 19:52:50 -0400 |
Greg Ward |
fossil: cosmetic/style tweaks |
| Tue, 30 Oct 2012 19:43:25 -0400 |
Greg Ward |
fossil: update comments |
| Tue, 30 Oct 2012 19:42:02 -0400 |
Greg Ward |
git: use capture_child() instead of system(). |
| Tue, 30 Oct 2012 19:40:52 -0400 |
Greg Ward |
capture: clarify docs |
| Tue, 30 Oct 2012 18:53:36 -0400 |
Greg Ward |
Makefile: run fossil test |
| Tue, 30 Oct 2012 18:50:16 -0400 |
Greg Ward |
fossil: use capture_child() instead of popen() and system() |
| Tue, 30 Oct 2012 17:49:58 -0400 |
Greg Ward |
capture: add capture_failed() (currently disabled and unused) |
| Tue, 30 Oct 2012 17:49:21 -0400 |
Greg Ward |
capture: distinguish exit status from signal |
| Tue, 30 Oct 2012 17:27:08 -0400 |
Greg Ward |
Add capture_child() to replace use of system() and popen(). |
| Wed, 24 Oct 2012 14:36:16 +0200 |
Jordi Fita |
Added tests for fossil support. |
| Mon, 22 Oct 2012 10:44:26 +0200 |
Jordi Fita |
Fossil: look for the ‘.fslckout’ file used in unix since [432306beca] |
| Wed, 08 Aug 2012 20:15:50 +0900 |
Yuya Nishihara |
hg: don't always fail to read patches.queue file |
| Sun, 28 Aug 2011 21:55:50 -0400 |
Greg Ward |
hg: rename a function; misc cosmetic changes. |
| Sun, 28 Aug 2011 21:46:02 -0400 |
Greg Ward |
tests: take advantage of new die function in common.sh. |
| Sun, 28 Aug 2011 21:39:19 -0400 |
Greg Ward |
Add test-hg for tests that can run and use a real hg. |
| Sat, 06 Aug 2011 13:23:34 -0400 |
Greg Ward |
Document need for GNU make. |