vcprompt

log

age author description
5 months ago Greg Ward Document need for GNU make.default tip
7 months ago Greg Ward Fix inaccurate comment.
10 months ago Greg Ward common: change get_till_eol() to just copy nchars if there is no newline.
10 months ago Yuya Nishihara makefile: fix incompatibility with BSD install
10 months ago Greg Ward Document most of the functions in common.c.
10 months ago Greg Ward Move get_till_eol() from fossil.c to common.c and document it.
10 months ago Greg Ward fossil: fix potential use of uninitialized string.
10 months ago Greg Ward fossil: fix buffer overflow.
10 months ago Greg Ward fossil: remove an unnecessary else clause (reduce indentation).
10 months ago Greg Ward fossil: fix style: wrap comments, whitespace, line breaks.
10 months ago Jan Spakula Add support for fossil.
15 months ago Yuya Nishihara hg: add support for multiple patch queues, introduced in Mercurial 1.6.
16 months ago Greg Ward setup-git: better way to set author (and committer too).
16 months ago Greg Ward setup-git: set author explicitly when committing
16 months ago Greg Ward tests: go ahead and run test-git, but exit if git not found.
16 months ago Greg Ward Fix memory corruption bug -- was strcat()ing into a dirty array.
16 months ago Greg Ward Move a misplaced debug() call.
16 months ago Greg Ward Make probe for CVS more picky: CVS/Entries must be a file.
16 months ago Greg Ward Fix so the tests run on OS X (simple shell script porting).
16 months ago Yuya Nishihara makefile: add rule to install executable
16 months ago Armin Ronacher Fixed my name :)
16 months ago Armin Ronacher Don't use strndup(): it is a GNU extension not available on other systems.
16 months ago Greg Ward Switch to GPL; add copyright statement to source files.
16 months ago Greg Ward More README tweaks.
16 months ago Greg Ward Print + for uncommitted changes, not !.
16 months ago Greg Ward Beef up README.
16 months ago Greg Ward hg: remove unused variable
16 months ago Greg Ward merge
16 months ago Greg Ward Allow truncating revision numbers. Necessary for git %r to work sensibly.
16 months ago Armin Ronache Removed these memory leaks.
16 months ago Greg Ward git.c: fix compile error (missing <sys/wait.h>)
16 months ago Greg Ward git: fix %r implementation to work if not at a branch head.
16 months ago Greg Ward test-simple: test %r for git.
16 months ago Armin Ronache git support can print the revision now
16 months ago Greg Ward git: be more particular about interpreting the return value of system().
16 months ago Greg Ward tests: do not depend on bash
16 months ago Greg Ward Add test-git to test reporting modified/unknown files with git.
16 months ago Greg Ward Factor common.sh out of test-simple.
16 months ago Armin Ronache git: add support for modified and unknown state.
20 months ago Yuya Nishihara hg: show revision number as 'rev:nodeid' format
20 months ago Yuya Nishihara hg: prepare revlog reader to get revision number
21 months ago Yuya Nishihara hg: show "tip" tag if working dir is tip
21 months ago Yuya Nishihara hg: now mq patch name is shown alongside nodeid
21 months ago Yuya Nishihara hg: add put_nodeid() method for preparation of merging mq with nodeid
21 months ago Yuya Nishihara hg: changed order of update_mq_info() and update_nodeid()
23 months ago Yuya Nishihara reduced the number of calling strlen
23 months ago Yuya Nishihara configured CFLAGS to display more warnings
23 months ago Yuya Nishihara tests: added test case for `vcprompt -h`,
23 months ago KOIE Hidetaka added command help
23 months ago Yuya Nishihara tests: added test case for VCPROMPT_FORMAT env var
23 months ago KOIE Hidetaka now format can be specified by env var, VCPROMPT_FORMAT
23 months ago Yuya Nishihara hg: don't show initial *null* nodeid
24 months ago Yuya Nishihara hg: now shows node id for %r
24 months ago Yuya Nishihara dump_hex: utility func to dump data as hex string
24 months ago Yuya Nishihara read_file: utility func to read max n bytes from file
2010-01-17 Yuya Nishihara hg: added support for bookmarks
2010-01-17 Yuya Nishihara hg: added support for MQ patch
2010-01-17 Yuya Nishihara Added read_last_line for upcoming MQ (Mercurial Queue) support
2010-01-17 Yuya Nishihara hg: now assumes "default" branch if .hg/branch file not exist
2009-05-18 Greg Ward Add test for Subversion XML-format entries file. Fix bugs uncovered.