5 years ago 661640238b Stefan Sperling
sync README with pkg/DESCR from the port (tags/0.1)
5 years ago 2c00348cb4 Stefan Sperling
perhaps today is release day?
5 years ago 6ac5a73c42 Stefan Sperling
plug a small memleak in cmd_commit()
5 years ago 0e444aba90 Stefan Sperling
warn people that GOT_AUTHOR should contain an email address
5 years ago e2af0fd164 Stefan Sperling
prevent silly use-after-free with root cause in collect_commit_logmsg()
5 years ago 003cc5a361 Stefan Sperling
use a fake persona for GOT_AUTHOR; git can get confused by 'Charlie &'
5 years ago 71db5e8c74 Stefan Sperling
fix empty variable in two import regress tests
5 years ago e1e1d0ac9c Stefan Sperling
fix man page directory setting in Makefile release mode
5 years ago c8d816000f Stefan Sperling
let 'make release' properly clean up object files in regress/
5 years ago b80270a750 Stefan Sperling
make 'got status' find top-level .cvsignore when invoked from a subdir
5 years ago 6841da0026 Stefan Sperling
add support for .cvsignore files, as found in /usr/ports, to 'got status'
5 years ago c478f6d828 Stefan Sperling
be more clear about rebase/histedit -c and -a options and argv
5 years ago 598409c67f Stefan Sperling
add a todo item for tog
5 years ago 25322601e3 Stefan Sperling
remove todo items which are done
5 years ago e4c54b95dc Stefan Sperling
sort list of files in release tarball
5 years ago dda01c6c3d Stefan Sperling
sync
5 years ago a95f633fcb Stefan Sperling
sort dist file list
5 years ago fdcfc893ac Stefan Sperling
add a change log
5 years ago e635744c2c Stefan Sperling
merge create_staged_content() and create_reverted_content() helpers
5 years ago 33aa809d4f Stefan Sperling
implement 'revert -p'
5 years ago d3bcc3d18a Stefan Sperling
make revert of a staged deletion a no-op for better interaction with -R
5 years ago 0f6d741505 Stefan Sperling
implement got revert -R
5 years ago 65084dad1e Stefan Sperling
in revert_file(), only construct on-disk path when actually needed
5 years ago 2163d96063 Stefan Sperling
rename local variable on got_worktree_revert()
5 years ago 1f1abb7ec2 Stefan Sperling
implement revert with a status walk to prepare for 'revert -p'