Commit Graph

  • b9fbcfb330 Add help documentation. Bill Turner 2013-03-07 15:08:55 +01:00
  • 92fd153d76 Add link to Mercurial fork. Andy Stewart 2013-03-07 11:37:02 +01:00
  • dbfbbb4697 Add a related plugin. Andy Stewart 2013-03-06 14:55:10 +01:00
  • b6c5364436 Run GitGutter when focus is gained. Andy Stewart 2013-03-06 14:08:44 +01:00
  • 177365691b Change public function names to match command names. Andy Stewart 2013-03-06 13:55:19 +01:00
  • a67904e812 Change command names to follow GitGutterXxxx. Tom Cammann 2013-03-06 13:51:59 +01:00
  • 20f37f5fa9 Add another alternative. Andy Stewart 2013-03-06 12:16:04 +01:00
  • 00a862285f Work with all shells, not just bash. Andy Stewart 2013-03-06 12:11:38 +01:00
  • fd22bbbb08 Disable diff colors to fix file name grep. Drew Stokes 2013-03-06 11:17:38 +01:00
  • 68c12c946c Add Vundle instructions. shawn-sterling 2013-03-06 11:04:12 +01:00
  • d543e0dddc Fix typo. Andy Stewart 2013-03-06 10:56:00 +01:00
  • cb5e6e712a Add more alternatives. Andy Stewart 2013-03-06 10:55:04 +01:00
  • 32ac7562cd Mention vim-git-inline-diff in README Marcin Kulik 2013-03-05 23:45:16 +01:00
  • 24efce03cc Add comment about defining highlights. Andy Stewart 2013-03-05 14:51:55 +01:00
  • 34879ec3c8 Add ability to disable highlights registration Konstantin Kudryashov 2013-03-05 13:54:00 +01:00
  • c46cf29392 Extract methods for clarity. Andy Stewart 2013-03-05 10:10:14 +01:00
  • 9924c7ca1d Handle modifed-and-added/removed diffs. Andy Stewart 2013-03-05 10:00:06 +01:00
  • 518266d8c5 Fix typo. Andy Stewart 2013-03-05 09:33:52 +01:00
  • e7dd1e0341 Escape ' characters in filepaths. Marco Hinz 2013-03-04 12:40:09 +01:00
  • 1ab2f4dfcc Expose hunks. Andy Stewart 2013-03-01 09:21:02 +01:00
  • 5a48d86dca Check for existence of signs before clearing. Andy Stewart 2013-03-01 09:01:09 +01:00
  • eec6b68d1e Improve portfolio link. Andy Stewart 2013-02-28 11:48:22 +01:00
  • e751d6fb25 Add shameless plug. Andy Stewart 2013-02-28 11:33:47 +01:00
  • cd818c9d8e Add commands for convenience. Andy Stewart 2013-02-28 10:08:06 +01:00
  • 3ab2f38fbe Extract method to avoid repetition. Andy Stewart 2013-02-28 09:59:29 +01:00
  • 04a72e9e3c Add functions to jump between diff hunks. Tobias Pflug 2013-02-28 09:56:41 +01:00
  • 8ed5c48b63 Fix bug preventing configurable off-by-default. Andy Stewart 2013-02-28 09:00:22 +01:00
  • e7247311f5 Add optional line highlighting. Andy Stewart 2013-02-27 12:22:31 +01:00
  • bd139b460b Add comment about other plugins' signs. Andy Stewart 2013-02-27 11:51:50 +01:00
  • d9d8022bbc Update README with toggling information. Andy Stewart 2013-02-27 11:44:05 +01:00
  • 3caf7afd60 Allow user to toggle GitGutter off and on. Ron Damen 2013-02-27 08:42:23 +01:00
  • 29eb440cac Turn off and on without reloading Ron Damen 2013-02-27 08:40:58 +01:00
  • 270613bd71 Ignore diff results which aren't actually hunks. Andy Stewart 2013-02-27 10:34:07 +01:00
  • 0c16f257d6 Allow user to turn GitGutter off and on. Andy Stewart 2013-02-26 09:35:04 +01:00
  • e989037f84 Don't read the filename unnecessarily. Andy Stewart 2013-02-25 10:43:41 +01:00
  • c012575fd4 Add comment. Andy Stewart 2013-02-25 10:38:19 +01:00
  • 24e9d4bdcd Clarify code. Andy Stewart 2013-02-25 10:34:58 +01:00
  • b5c7469a15 Move function so code reads better. Andy Stewart 2013-02-25 10:22:24 +01:00
  • 4df8b36f54 Add comment. Andy Stewart 2013-02-25 10:20:20 +01:00
  • 985bbbee73 Only clear signs for current file. Andy Stewart 2013-02-25 10:19:49 +01:00
  • 4a51f34d5b Set foldmethod to marker. Andy Stewart 2013-02-25 09:45:58 +01:00
  • b308149c93 Don't run when entering a buffer; there's no need. Andy Stewart 2013-02-25 09:40:56 +01:00
  • 79fa8caa6e Push diff filtering down to shell. Andy Stewart 2013-02-22 12:45:03 +01:00
  • 4bd964090f Include augroup in public interface fold. Andy Stewart 2013-02-22 09:57:50 +01:00
  • ac920417b8 Only act when there is a file to act on. Andy Stewart 2013-02-22 09:57:21 +01:00
  • 5670e9b674 Fix typo. Andy Stewart 2013-02-22 09:24:16 +01:00
  • aab9bd5ad9 Don't clobber other people's signs. Andy Stewart 2013-02-21 16:07:02 +01:00
  • 0049a1e72c Update only GitGutter's signs. Andy Stewart 2013-02-21 15:18:46 +01:00
  • aea72fbf0f Namespace the signs. Andy Stewart 2013-02-21 14:57:59 +01:00
  • f0ad2a5b6d Separate hunk iteration from processing. Andy Stewart 2013-02-21 14:43:42 +01:00
  • cda4597459 Run the git commands in each file's directory. Andy Stewart 2013-02-21 10:38:29 +01:00
  • 5fae75637c Avoid error on windows Vincent 2013-02-20 14:21:57 +01:00
  • 80f08203e1 Add section on alternatives. Andy Stewart 2013-02-20 11:14:47 +01:00
  • aee5137026 Fix screenshot link. Andy Stewart 2013-02-20 10:55:39 +01:00
  • 843ee5aed6 First draft. Andy Stewart 2013-02-20 10:53:23 +01:00