Graph
-
Added tag v2.5.0 for changeset 39f23f0845642013-07-11, by Steve Losh
-
Update changelog.2013-07-11, by Steve Losh
-
Merge.2013-07-11, by Steve Losh
-
Add g:gundo_playback_delay option2013-04-15, by alvinfrancis
-
Update changelog.2013-07-11, by Steve Losh
-
Update inline help message to show real keymaps.2013-06-10, by Sergey Alexandrov
-
Whitespace.2012-06-02, by Steve Losh
-
Added tag v2.4.0 for changeset 25b74fe299c32012-06-02, by Steve Losh
-
Update site.2012-06-02, by Steve Losh
-
Update changelog.2012-06-02, by Steve Losh
-
Merge.2012-06-02, by Steve Losh
-
added public show/hide methods and matched toggle open/close method2012-04-13, by Sam Simmons
-
Update lessjs.2012-04-21, by Steve Losh
-
Add gauge.2012-04-10, by Steve Losh
-
Add r mapping to preview current status2012-02-16, by heavenshell
-
Add r mapping to preview current status2012-02-16, by heavenshell
-
Add auto preview global option2012-02-15, by heavenshell
-
Add auto preview global option2012-02-15, by heavenshell
-
Added tag v2.3.0 for changeset bf31800e97842012-02-08, by Steve Losh
-
Added statusline settings. Fixed indentation2012-02-05, by Göran Gustafsson
-
Added :GundoHide & :GundoShow for easier scripting2011-12-31, by Eli Gundry
-
Merge.2011-09-19, by Steve Losh
-
Fix a logic bug with python3 detection2011-08-29, by Strahinja Markovic
-
Fix bug with python3 support crashing Gundo2011-08-29, by Strahinja Markovic
-
Fixed an issue with return syntax that breaks in python 2.42011-08-27, by Matthew Bell
-
Remove unused file.2011-08-08, by Steve Losh
-
Add Python3 support2011-07-30, by lilydjwg
-
Add autoload/ to the packaging script.2011-07-29, by Steve Losh
-
Added tag v2.2.2 for changeset d6f98011d0792011-06-28, by Steve Losh
-
Formatting.2011-06-28, by Steve Losh
-
Move most of the script to autoload2011-06-28, by Kien N
-
Added tag v2.2.1 for changeset c1cda256969c2011-06-28, by Steve Losh
-
Move all python code to a separate file.2011-06-27, by xaizek
-
Merge.2011-06-14, by Steve Losh
-
Typo.2011-06-14, by Steve Losh
-
Add packaging script.2011-05-27, by Steve Losh
-
Added tag v2.2.0 for changeset d2406d0bce252011-05-27, by Steve Losh
-
Merge pull request #12 from narfdotpl/cant-split-commits-into-separate-pull-requests-zomgwtfbbq2011-05-27, by Steve Losh
-
Fix window positions.2011-05-22, by Maciej Konieczny
-
Merge pull request #10 from trcjr/develop2011-05-27, by Steve Losh
-
added gitignore with data from hgignore2011-05-15, by Theodore Robert Campbell Jr
-
Fix the default value for close_on_revert.2011-05-10, by Steve Losh
-
Make the testing symlinks relative.2011-05-09, by Steve Losh
-
Document the new close_on_revert setting.2011-05-09, by Steve Losh
-
Merge pull request #9 from pkoch/master2011-05-09, by Steve Losh
-
Add option to close gundo on revert.2011-05-05, by Paulo Koch
-
Update changelog.2011-03-13, by Steve Losh
-
Added tag v2.1.1 for changeset dc582486455b2011-03-13, by Steve Losh
-
Fix a missing tag on the site.2011-03-10, by Steve Losh
-
Added tag v2.1.0 for changeset 7fb1c286cca32011-03-10, by Steve Losh
-
Merge.2011-03-10, by Steve Losh
-
Add gundo_map_move_* to the site.2011-03-10, by Steve Losh
-
Update the publish script to add a pull first.2011-03-10, by Steve Losh
-
Rearrange default settings and tweak some spacing.2011-03-10, by Steve Losh
-
add remapping options for graph navigation keys2011-02-27, by Nathan Howell
-
Defer warning about incompatible Python.2011-03-09, by Daniel Hahler
-
defer "can't load gundo" warning2010-12-29, by Seth Milliken
-
tests: add preview tests2010-12-10, by Steve Losh
-
tests: fix movement test name2010-12-10, by Steve Losh
-
guts: formatting2010-12-10, by Steve Losh
-
tests: test arrow mappings2010-12-10, by Steve Losh
-
guts: add the linear movement tests and fixes2010-12-10, by Steve Losh
-
ui: map o/up/down2010-12-10, by Steve Losh
-
tests: break the undo chain when typing lines2010-12-10, by Steve Losh
-
tests: remove unnecessary cpo saving2010-12-10, by Steve Losh
-
Remove duplicate function.2010-12-08, by Steve Losh
-
site: fix Bitbucket's broken trailing slash appending (or, rather, lack thereof)2010-11-24, by Steve Losh
-
Add another unit test. This is so damn painful.2010-11-13, by Steve Losh
-
Change the help text to make unit testing easier. Lame.2010-11-13, by Steve Losh
-
Add a README for the tests.2010-11-13, by Steve Losh
-
Add a unit test. This here is a grey triangle moment, folks.2010-11-11, by Steve Losh
-
Add ".DS_Store" to .hgignore.2010-11-11, by Steve Losh
-
Added tag v2.0.0 for changeset e1365403fefc2010-11-10, by Steve Losh
-
Clean up the README.2010-11-10, by Steve Losh
-
Remove the debugging print statement.2010-11-10, by Steve Losh
-
Add a g:gundo_help setting to disable the inline help.2010-11-10, by Steve Losh
-
Add the p mapping to preview a change.2010-11-10, by Steve Losh
-
Fix a bug when previewing the last change at a maxed out undolevel.2010-11-10, by Steve Losh
-
Move the rendering utility functions around a bit.2010-11-10, by Steve Losh
-
Make GundoToggle behave more sanely.2010-11-10, by Steve Losh
-
Fix movement commands with counts in the graph.2010-11-04, by Steve Losh
-
Update changelog.2010-11-02, by Steve Losh
-
Add g:gundo_disable.2010-11-02, by Steve Losh
-
Em dashes please.2010-10-29, by Steve Losh
-
Add Flattr and GA to the page.2010-10-29, by Steve Losh
-
Add the site publishing script.2010-10-29, by Steve Losh
-
Add the site.2010-10-29, by Steve Losh