From a7fa03fe21dc4ae97f165de20305ddcaff61f9f0 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 4 Aug 2007 03:01:52 -0400 Subject: [PATCH] Added 0.9.0 development ideas to todo list --- TODO | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/TODO b/TODO index 3a67451..abe5882 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,26 @@ +0.9.0 plan: + + http://article.gmane.org/gmane.comp.version-control.git/54303 + + * Automatically refetch tracking branches in merge + + * Text mode log viewer: + `git-log`, `git-log -g` + + * File monitor on WinNT (to avoid costly Rescan on large projects) + + * Remove more porcelain shell dependencies: + `git-merge`, `git-repack`, `git-remote prune` + + * UI for cherry-pick/revert + * UI for rebase -i + * Generational GC for 'Compress Database' + * Integration with git-stash + * Hunk splitting/selection + * UI for git-tag + * Push specific tags by name (rather than by --tags) + * Pull from arbitrary URL/branch pair + Items outstanding: * Add file to .gitignore or info/excludes. -- 2.11.4.GIT