From 322dcadf73f74498cf0d8c741cb4ae7783585ba9 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Fri, 19 Oct 2018 21:04:42 +0200 Subject: [PATCH] Remove ancient TODO file Change-Id: I72343901c730cc7c573a784015453c3f50976df2 Reviewed-by: Orgad Shaneh --- src/plugins/git/TODO.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/plugins/git/TODO.txt diff --git a/src/plugins/git/TODO.txt b/src/plugins/git/TODO.txt deleted file mode 100644 index 6f17e577ad0..00000000000 --- a/src/plugins/git/TODO.txt +++ /dev/null @@ -1,17 +0,0 @@ -Commands: - - P3: - - allow to use external viewer instead of greenhouse one - as these have more functionality usually - -GUI: - - Better diff view - - Commit action View - - Able to add further files to commit (list of modified/untracked files) - - use List for Log (and allow 10+ entries) -Backend: - - Don't use forked processes, instead find a library connection like libgit-thin - - http://repo.or.cz/w/git/libgit-gsoc.git - - apply to SCM Manager in Greenhouse, currently it's mostly independent - -Suggestions: - - Bjorn: Use a "Summary" Lineedit in the commit dialog to make commits look nicer on gitweb or such.