The following changes since commit 843d6597fbacfae02b8af7d6840992c92d0863f8: git-gui: incremental goto line in blame view (2011-10-15 23:14:13 +0100) are available in the git repository at: git://repo.or.cz/git-gui.git master for you to fetch changes up to 942e6baa92846e5628752c65a22bc4957d8de4d0: git-gui 0.16 (2011-12-13 23:44:30 +0000) ---------------------------------------------------------------- Bert Wesarg (14): git-gui: fix multi selected file operation git-gui: handle config booleans without value git-gui: add smart case search mode in searchbar git-gui: add regexp search mode to the searchbar git-gui: add search history to searchbar git-gui: fix unintended line break in message string git-gui: use "untracked" for files which are not known to git git-gui: new config to control staging of untracked files git-gui: fix display of path in browser title git-gui: use a tristate to control the case mode in the searchbar git-gui: span widgets over the full file output area in the blame view git-gui: include the file path in guitools confirmation dialog git-gui: make config gui.warndetachedcommit a boolean git-gui: don't warn for detached head when rebasing Dejan Ribič (1): git-gui: fix spelling error in sshkey.tcl Pat Thoyts (12): git-gui: include the number of untracked files to stage when asking the user git-gui: theme the search and line-number entry fields on blame screen git-gui: catch invalid or complete regular expressions and treat as no match. git-gui: enable the smart case sensitive search only if gui.search.smartcase is true Merge branch 'bw/searching' git-gui: set suitable extended window manager hints. git-gui: support underline style when parsing diff output git-gui: sort the numeric ansi codes git-gui: set whitespace warnings appropriate to this project git-gui: added config gui.gcwarning to disable the gc hint message git-gui: handle shell script text filters when loading for blame. git-gui 0.16 Samuel Bronson (1): git-gui: Set both 16x16 and 32x32 icons on X to pacify Xming. Tilman Vogel (1): git-gui: add config value gui.diffopts for passing additional diff options .gitattributes | 1 + GIT-VERSION-GEN | 2 +- git-gui.sh | 56 ++++++++++++++++++++++-- lib/blame.tcl | 29 ++++++------ lib/browser.tcl | 8 +++- lib/choose_rev.tcl | 1 + lib/class.tcl | 1 + lib/commit.tcl | 4 +- lib/diff.tcl | 5 +- lib/index.tcl | 24 ++++++++--- lib/line.tcl | 2 +- lib/option.tcl | 20 ++++++++ lib/search.tcl | 123 ++++++++++++++++++++++++++++++++++++++++++++++----- lib/sshkey.tcl | 2 +- lib/themed.tcl | 99 ++++++++++++++++++++++++++++++++++++++++-- lib/tools.tcl | 10 +++- lib/transport.tcl | 1 + 17 files changed, 339 insertions(+), 49 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html