Commit Graph

  • 6f07b18012 Allow opting out of :terminal in Neovim Tim Pope 2018-07-13 15:14:09 -04:00
  • 302f30c924 Handle :Gcommit % when working dir isn't Git dir Tim Pope 2018-07-11 00:12:15 -04:00
  • 7316baffdd Fix typo in regexp Tim Pope 2018-07-10 17:28:00 -04:00
  • 85c6c7a837 fugitive.vim 2.4 v2.4 Tim Pope 2018-07-10 00:04:17 -04:00
  • 6f9fa8a4b1 Document P as preferred :Gcommit map for patching Tim Pope 2018-07-02 18:26:52 -04:00
  • 65a53b5f5c Guard against future NERDTree API changes Tim Pope 2018-07-02 15:12:09 -04:00
  • 0a75ec5d9b Provide file API Tim Pope 2018-06-20 17:25:12 -04:00
  • 80ff014d21 Add function alias Tim Pope 2018-06-29 18:10:38 -04:00
  • b5f7c37d93 Replace buffer.path() with buffer.relative() Tim Pope 2018-06-27 17:11:59 -04:00
  • 6d2a83232a Handle bare repos in FugitivePath() Tim Pope 2018-06-28 15:43:13 -04:00
  • ea38c7d664 Don't include newline in Git version Tim Pope 2018-06-27 20:31:35 -04:00
  • 2c30e116ed Avoid unnecessary IO in translate() Tim Pope 2018-06-27 20:25:26 -04:00
  • 1988518904 Rename FugitiveFilename() to FugitivePath() Tim Pope 2018-06-27 17:13:06 -04:00
  • 2a817bb53a Fix :Gbrowse tagname Tim Pope 2018-06-25 18:03:02 -04:00
  • 38c69cfebc Rename blob() to relative() Tim Pope 2018-06-25 16:43:00 -04:00
  • 70a36ceef8 Alias buffer.path() as buffer.blob() Tim Pope 2018-06-25 15:22:29 -04:00
  • f71079db4d Work around guioptions+=! on Windows Tim Pope 2018-06-25 12:51:34 -04:00
  • cbf96cc01a Clean up repetition in URL parsing Tim Pope 2018-06-20 18:01:27 -04:00
  • 8fa5cad8d7 Fix references to renamed functions Tim Pope 2018-06-20 17:37:39 -04:00
  • 251853bc1e Fix use of <Plug> in a <script> map Tim Pope 2018-06-20 14:32:10 -04:00
  • 639b9f9a54 Fix load order issue setting up maps Tim Pope 2018-06-20 14:24:35 -04:00
  • 13f39967f4 Loosen match for hunk header Tim Pope 2018-06-17 17:23:59 -04:00
  • d39d5ca429 Accept alternate forms of Fugitive URL Tim Pope 2018-06-15 23:10:05 -04:00
  • bb54881388 Jump directly to commit rather than ref file in more cases Tim Pope 2018-06-15 15:31:27 -04:00
  • f7bcf51c56 Extract ftdetect file Tim Pope 2018-06-14 15:33:42 -04:00
  • cc9d8d93c8 Add FugitiveFilename() to determine corresponding real file Tim Pope 2018-06-05 12:28:16 -04:00
  • b571bff9ec Specify 'nowrite' to status buffer and blame buffer rhysd 2018-06-07 09:13:59 +09:00
  • 5c2095be39 Camel case public functions Tim Pope 2018-06-01 13:47:48 -04:00
  • 5d11ff7501 Extract autoload file Tim Pope 2018-06-01 13:46:22 -04:00
  • dd4d4c7595 Update statusline function in README Tim Pope 2018-06-01 16:25:55 -04:00
  • 013ee636f5 Drop 'compatible' check Tim Pope 2018-06-01 13:38:22 -04:00
  • ddec4bfa86 Move foldtext autocommand back to folding section Tim Pope 2018-06-01 13:25:21 -04:00
  • f8913cda12 Fix :Gcommit invocation of :Gstatus Tim Pope 2018-05-31 20:32:52 -04:00
  • 68e097db6f Gather up global autocommands and functions Tim Pope 2018-05-30 01:33:57 -04:00
  • d850dff16e Expose Cmd autocommand functions Tim Pope 2018-05-30 01:06:29 -04:00
  • 8977570aa6 Handle symlinked directories more aggressively Tim Pope 2018-05-30 00:30:46 -04:00
  • caf89d797f Provide official function for configured tree Tim Pope 2018-05-30 00:19:38 -04:00
  • c8b1a7d9b6 Remove self evident comment Tim Pope 2018-05-30 00:36:26 -04:00
  • 0e2680f9ae Separate detection from initialization Tim Pope 2018-05-29 23:27:53 -04:00
  • 8c43505037 Provide :Grebase (no --interactive) Tim Pope 2018-05-29 23:03:24 -04:00
  • fecd42864a Handle unusually named netrw buffers Tim Pope 2018-05-31 18:43:09 -04:00
  • 01e7a7e1e6 Switch out new and old official functions Tim Pope 2018-05-28 17:59:19 -04:00
  • b129752c07 Fix maps that rely on s:Edit Tim Pope 2018-05-31 13:49:25 -04:00
  • aa0210a986 Support <mods> on :Gstatus and :Gedit family Tim Pope 2018-05-28 17:36:59 -04:00
  • d7c377f3ba Loosen regexps to accept alternate comment chars Tim Pope 2018-05-28 17:41:55 -04:00
  • cde670ee81 fugitive.vim 2.3 v2.3 Tim Pope 2018-05-28 14:22:08 -04:00
  • 26433842e9 Revert accidentally committed changes Tim Pope 2018-05-27 15:21:05 -04:00
  • eeaadf7255 Fix off by one error Tim Pope 2018-05-27 15:18:57 -04:00
  • 65be0ae749 Fix accidental version bump Tim Pope 2018-05-27 15:18:40 -04:00
  • 6faf165ef2 Avoid non-file windows for :Gstatus open Tim Pope 2018-05-27 01:02:44 -04:00
  • 614e20bb65 Dispatch BufReadPre Tim Pope 2018-05-22 22:02:13 -04:00
  • 33b7c1a5b7 Don't run autocommands loading temp file Tim Pope 2018-05-22 22:01:19 -04:00
  • 2a4714335f Remove #Repo and #Buffer Tim Pope 2018-05-19 19:30:08 -04:00
  • 994d781f90 Add deprecation warning for :Gstatus cA Tim Pope 2018-05-19 15:41:12 -04:00
  • a5a75aca92 Bring back :Gstatus C with a warning Tim Pope 2018-05-16 00:28:17 -04:00
  • 0078c76106 Blow up if user assigns string to map variable Tim Pope 2018-05-15 23:11:13 -04:00
  • e0fa72363a Fix missing bang on function Tim Pope 2018-05-13 01:17:08 -04:00
  • a22adef4e0 Use capitalized names for official functions Tim Pope 2018-05-12 19:46:36 -04:00
  • b14434bae0 Tweak :Gstatus commit maps Tim Pope 2018-05-11 17:12:18 -04:00
  • 5c2eccd55d Fix unique map check Tim Pope 2018-05-06 22:35:44 -04:00
  • b1df5f1226 Allow mapping overrides Tim Pope 2018-05-06 19:11:34 -04:00
  • b34083549e Make :s use more robust Tim Pope 2018-05-06 19:10:51 -04:00
  • dcecb762b0 Add :Grename Tim Pope 2018-05-04 21:39:38 -04:00
  • fa1b8652f1 Add .gitattributes Tim Pope 2018-04-17 17:50:06 -04:00
  • 40d78f07de Strip out carriage returns Teo Ljungberg 2018-04-04 21:03:56 +02:00
  • 63a80f4bfe Remove unused variable Teo Ljungberg 2018-04-04 20:44:18 +02:00
  • 3bdac8b603 Tighten explanation of no commands FAQ Tim Pope 2018-04-12 20:35:14 -04:00
  • d87ad99e28 Remove outdated FAQ about :Gbrowse Tim Pope 2018-04-12 19:31:30 -04:00
  • b680699450 Don't force tab for :Gcommit --verbose Tim Pope 2018-04-06 14:57:29 -04:00
  • 3ac95c4dde Add support for :tab Gcommit Tim Pope 2018-04-06 14:52:53 -04:00
  • 409b098c93 Optimize fugitive#foldtext Daniel Hahler 2018-04-02 21:58:45 +02:00
  • 3e0bd86b99 Add a note about options Tim Pope 2018-03-14 17:10:29 -04:00
  • 9268cb4ea4 Link to commit.style Tim Pope 2018-03-14 17:11:30 -04:00
  • b82abd5bd5 Link to quickfix help topic Tim Pope 2018-01-25 13:08:54 -05:00
  • f3ccb0c12e BufReadObject: handle rev-parse errors Daniel Hahler 2017-10-30 22:15:41 +01:00
  • 5032d9ee72 Strip backslashes on expansion Tim Pope 2017-11-30 15:00:35 -05:00
  • de6c05720c Use NERDTree.root instead of removed NERDTreeRoot Carlos Coelho 2017-11-14 10:58:31 -03:00
  • d16cd9ced1 Update "OS X" to "macOS" in README Jesse Atkinson 2017-11-09 14:12:34 -08:00
  • 7c9b87a3c3 Fix escaping in :Gblame Tim Pope 2017-10-21 18:06:41 -04:00
  • 42daa3183b Do not accept :Gread count in argument position Michael Budde 2017-10-09 14:02:16 +02:00
  • 8f60d1d459 Use https:// to clone Stephen Rasku 2017-08-31 09:08:57 -07:00
  • 913fff1cea Limit use of :terminal to nvim Samuel Roeca 2017-07-12 17:33:37 -04:00
  • be2ff98db5 Provide :Gdelete Tim Pope 2017-06-08 01:20:21 -04:00
  • 280bbdb6eb Fix syntax error Tim Pope 2017-06-07 19:32:02 -04:00
  • 366996484e Limit use of lookbehind in :Gblame highlighting Tim Pope 2017-06-07 13:34:15 -04:00
  • 7be1f0aef6 Eliminate use of =... Tim Pope 2017-05-30 14:10:37 -04:00
  • 7195586b79 Remove debugging statement Tim Pope 2017-05-30 13:09:24 -04:00
  • be770419fc Follow redirect when determining :Gbrowse url Tim Pope 2017-05-29 22:41:33 -04:00
  • 0648abc018 Fix regexp checking Git version in :Gbrowse Tim Pope 2017-05-29 21:17:20 -04:00
  • e272080f0d Don't trust CSApprox_loaded Tim Pope 2017-05-26 19:34:15 -04:00
  • 2c8d15a790 Add help for 'a' command in :Gstatus Stephen Rasku 2017-05-26 07:52:14 -07:00
  • d6e7e20123 Work around Vim issue with hidden diff window Tim Pope 2017-05-19 18:14:55 -04:00
  • 1d2f150331 Unstage single files from git move and do not move them back kaihowl 2017-05-14 12:48:03 +02:00
  • e5935c1165 Throw joined errors if error is empty on commit gautaz 2017-05-08 01:51:45 +02:00
  • 7ebe5c143d Handle .git in file system root Tim Pope 2017-05-07 15:29:01 -04:00
  • c640ee78a8 This time I actually tried it Tim Pope 2017-05-02 19:34:47 -04:00
  • c9b26e20d3 Fix substitute in jump to file Tim Pope 2017-05-02 19:32:31 -04:00
  • 79f4a49a94 Fix regexes in jump to file Tim Pope 2017-05-02 19:30:25 -04:00
  • 0cb46585ac Use same character class in all diff matches Tim Pope 2017-05-02 19:31:07 -04:00
  • d4df8882c5 Better support for diff.mnemonicPrefix Tim Pope 2017-05-01 14:45:25 -04:00