Commit Graph

  • 21ed533001 fugitive.vim 3.2 v3.2 Tim Pope 2020-01-21 04:33:16 -05:00
  • 29153d5ba1 Provide git config --get-all wrapper Tim Pope 2020-01-20 06:29:13 -05:00
  • 8d4b85ed09 Replace --format with --pretty=format for older Git Tim Pope 2020-01-20 11:54:49 -05:00
  • 708595d996 Fix comment typo Tim Pope 2020-01-20 15:42:34 -05:00
  • dc6719e7b0 Fix :Gdiffsplit! help typo Chris DeLuca 2020-01-20 09:32:54 -05:00
  • c48db08e4e Use appropriate slashes for :Dispatch working directory Tim Pope 2020-01-20 09:19:53 -05:00
  • 2ebdeef9e0 Change :Git --paginate from :terminal to temp buffer Tim Pope 2020-01-20 06:20:12 -05:00
  • bc0b78ee84 Remove dead code Tim Pope 2020-01-20 08:41:19 -05:00
  • 5bcb42164e Specify shell command, not wrapper, in b:dispatch Tim Pope 2020-01-19 08:49:43 -05:00
  • 1a6934fc7e Fix FugitiveParse() return value documentation Tim Pope 2020-01-20 06:28:53 -05:00
  • 397fb99921 Provide FugitiveBlob style autocommands Tim Pope 2020-01-18 01:34:54 -05:00
  • 5b1213d0db Fix :Gmerge Tim Pope 2020-01-20 05:51:28 -05:00
  • ae52b5a96a Better PowerShell support Tim Pope 2020-01-18 01:59:42 -05:00
  • 9f032ed040 Prevent alternate buffer change loading Fugitive buffer Tim Pope 2020-01-18 00:51:38 -05:00
  • d428032600 Fix netrw gx in Fugitive buffers AGAIN Tim Pope 2020-01-15 02:05:50 -05:00
  • c83355d5c5 Accomodate loading Fugitive buffers in popup window Tim Pope 2020-01-15 01:24:50 -05:00
  • 4732bb964a Generalize :Git environment variable overrides Tim Pope 2020-01-14 20:55:00 -05:00
  • 3e32a55619 Avoid false positives on rebase todo handler Tim Pope 2020-01-09 21:30:59 -05:00
  • a65db6fcf8 Move :Gmerge warning to top level function Tim Pope 2020-01-14 22:39:53 -05:00
  • 305337a9c1 Begin phasing out :Git --paginate special case Tim Pope 2020-01-14 20:42:05 -05:00
  • 6a638f2392 Match "* Unmerged path" in mergetool Tim Pope 2020-01-12 18:53:21 -05:00
  • 6bc345f6f1 Map cmt to :Git mergetool Tim Pope 2020-01-10 19:56:08 -05:00
  • def982ac4d Softly deprecate :Gmerge for quickfix conflicts Tim Pope 2020-01-10 20:22:56 -05:00
  • 5fe99dc5df Provide interface for subcommands to set execution options Tim Pope 2020-01-10 19:23:45 -05:00
  • 394c925381 Fix netrw gx in Fugitive buffers Tim Pope 2020-01-09 20:27:39 -05:00
  • 4074727343 Really fix packed ref handling in :Gbrowse Tim Pope 2020-01-06 15:59:25 -05:00
  • cfa7bdc82a Handle packed refs in :Gbrowse Tim Pope 2020-01-06 13:33:49 -05:00
  • ddd64fc4c5 Provide :Git difftool and :Git mergetool Tim Pope 2020-01-04 22:34:30 -05:00
  • ef87434b87 Provide :Git difftool and :Git mergetool difftool Tim Pope 2020-01-04 22:34:30 -05:00
  • 2bcf755c6e Run QuickFix autocommands on :Gclog Tim Pope 2020-01-05 16:30:26 -05:00
  • 295f41bbf4 Save diff context in :Gclog Tim Pope 2020-01-04 22:33:44 -05:00
  • 9ec6b55d03 Improve display of :Gclog --summary Tim Pope 2020-01-05 01:12:07 -05:00
  • 3604fab3b7 Fix whitespace in README Tim Pope 2020-01-05 01:49:26 -05:00
  • 6d011f1ea5 Improve :Gclog window title Tim Pope 2020-01-05 00:36:36 -05:00
  • 726fdf1c94 Support ...commit as HEAD...commit Tim Pope 2020-01-03 19:47:01 -05:00
  • 3bf602b13d Use underlying commit not tag for :Gedit tag:path Tim Pope 2019-12-27 17:19:30 -05:00
  • 3729c351e1 Fix unknown function error on Vim < 7.2.061 Tim Pope 2019-12-19 14:05:36 -05:00
  • 7848779d3b Don't error if we can't :bwipeout Tim Pope 2019-12-19 13:52:02 -05:00
  • b68b6d4329 Mention vim-phabricator for Phabricator browsing Jon Parise 2019-12-11 14:29:46 -08:00
  • 6d4564a05e Fix timer invocation Tim Pope 2019-12-07 10:10:02 -05:00
  • 5d37b17e34 Match Git semantics for GIT_CEILING_DIRECTORIES symlink resolution Tim Pope 2019-12-06 18:00:34 -05:00
  • b48a572475 Use timers to avoid Vim patch 8.1.1756 Tim Pope 2019-12-06 14:29:26 -05:00
  • e1ab8fff09 Handle both amended and new commits during rebase Tim Pope 2019-12-06 14:28:17 -05:00
  • d3a2bdbe2c Don't abort rebase after committing on last step Tim Pope 2019-12-06 14:12:35 -05:00
  • 42c6fd1440 Don't override explicit empty string for core.askPass Tim Pope 2019-12-06 12:56:59 -05:00
  • 671a85daba Fix erroneous ? escaping in * pattern Tim Pope 2019-11-30 17:19:23 -05:00
  • 6d9dd103c0 Fix false positive matching filename in blame Tim Pope 2019-11-30 17:13:16 -05:00
  • 3b1da8b217 Remove debugging function Tim Pope 2019-11-22 19:54:44 -05:00
  • 67efbf66e0 Don't fall back to pwd for Git dir of blank filename Tim Pope 2019-11-27 15:20:36 -05:00
  • eed46c1f24 Perform automatic :diffoff on :Gdiffsplit /external/file buffers Tim Pope 2019-11-21 22:08:37 -05:00
  • dc5320630d Provide explanatory error on :Gdiff ~ Tim Pope 2019-11-19 15:05:11 -05:00
  • 13fdeb5fa7 Don't show bogus unstaged changes in bare repository Tim Pope 2019-11-17 22:17:34 -05:00
  • 3936a74584 Reset scrollbind/cursorbind after reblaming Omar Sandoval 2019-10-19 01:35:30 -07:00
  • a2d76c4583 Fix completion of stash@\{<Tab> Tim Pope 2019-11-16 19:45:33 -05:00
  • fd029d83bf Add built-in package management installation way Farid 2019-10-13 11:11:16 +02:00
  • 0004f585fd Don't use arrow notation for unstaged modifications Tim Pope 2019-11-15 20:31:12 -05:00
  • b24f98fbb1 Cache fugitive#Head() to minimize statusline IO Tim Pope 2019-11-15 20:05:18 -05:00
  • 8c84ea6fdb Replace --no-patch with -s for Git < 1.8.4 Tim Pope 2019-11-12 21:31:36 -05:00
  • 1e57d678ba Add PayPal donation link Tim Pope 2019-11-08 17:38:02 -05:00
  • f6acae50ea Improve robustness of status --porcelain=v1 parsing Tim Pope 2019-10-27 18:53:19 -04:00
  • 0356edf6b8 Optimize away log calls in :Gstatus if no upstream changes Tim Pope 2019-10-26 09:05:49 -04:00
  • e8c5b604db Improve robustness of status --porcelain=v2 parsing Tim Pope 2019-10-26 08:49:23 -04:00
  • b09c5d2523 Resolve symlinks in configured work tree Tim Pope 2019-10-22 05:13:42 -04:00
  • 395d947644 Force --no-edit on squash maps Tim Pope 2019-10-20 15:34:08 -04:00
  • 0a77016ef5 Disable signcolumn during Gblame (#1379) Ben 2019-10-17 16:14:07 -06:00
  • 06e34204af Fix error message on blank buffer with no Git dir Tim Pope 2019-10-11 17:21:16 -04:00
  • 427ac52d7d fugitive.vim 3.1 v3.1 Tim Pope 2019-10-10 19:47:39 -04:00
  • 8c29bf1bb9 Tab complete > arguments Tim Pope 2019-10-10 19:45:25 -04:00
  • ea818f1fab Include PowerShell in check for win32 shell Tim Pope 2019-10-09 11:26:21 -04:00
  • 698065596c Fix incorrect script id (part 2) Marco Hinz 2019-10-07 18:52:16 +02:00
  • 28abadcb84 Fix incorrect script id from nested function call Tim Pope 2019-10-07 12:08:04 -04:00
  • a3ba0ca67f Fix status diffs broken by missing sub attribute Maksim Odnoletkov 2019-10-06 01:18:06 +01:00
  • 973d814e26 Rudimentary support for diff maps for submodules in status Maksim Odnoletkov 2019-09-13 00:25:21 +01:00
  • a21ca7e86e Support X for submodules Maksim Odnoletkov 2019-09-17 23:17:27 +01:00
  • f779b90fbd Add --porcelain=v2 status parser Maksim Odnoletkov 2019-09-12 00:19:27 +01:00
  • 80aa8a9aea Fix reverse blame jump for the boundary edge case Maksim Odnoletkov 2019-10-01 00:28:35 +01:00
  • c9cf1b3cb2 Make remaining buffer commands global Tim Pope 2019-10-02 14:40:38 -04:00
  • cfdfc1ba14 Clearer error message on attempt to delete directory Tim Pope 2019-10-02 13:55:33 -04:00
  • 5eeb7625df Expand status file lookup into nested structure Tim Pope 2019-10-01 16:19:36 -04:00
  • 4f0905e963 Preserve line number on :Gedit with no or > argument Tim Pope 2019-10-01 11:20:10 -04:00
  • f72ca2e6c1 Improve ++opt +cmd handling for :Gedit/:Gread Tim Pope 2019-09-30 20:43:16 -04:00
  • 621ffb087a Fix :'<,'>Gclog on some Vim versions Tim Pope 2019-09-30 19:07:04 -04:00
  • 24b463b5b3 Support REVERT_HEAD and CHERRY_PICK_HEAD Tim Pope 2019-09-30 17:53:11 -04:00
  • eedfd2a570 Don't show tags warning when editing commit message Tim Pope 2019-09-28 11:14:30 -04:00
  • ab26e9fdb3 Trigger User FugitiveChanged on events that change repository Tim Pope 2019-09-27 09:22:05 -04:00
  • fee14c149c Don't reload status on non-Fugitive ShellCmdPost Tim Pope 2019-09-27 09:00:26 -04:00
  • 540d8024c2 Force status reload on commands likely to change it Tim Pope 2019-09-20 23:26:08 -04:00
  • 9c91766118 Vim's redraw can change v:shell_error Andrey Starodubtsev 2019-09-27 14:39:06 +03:00
  • 6eb5d8e4b2 Fix buffer local commands Tim Pope 2019-09-26 16:18:35 -04:00
  • 0cf70ab9fc List pagure plugin Jakub Kadlcik 2019-09-21 13:43:47 +02:00
  • 80ef19665a Fix typo Tim Pope 2019-09-26 10:48:04 -04:00
  • 18893e8ca7 Use more conventional quickfix event type for :Ggrep Tim Pope 2019-09-26 10:45:54 -04:00
  • 1b292303c2 Encapsulate doautocmd <nomodeline> Tim Pope 2019-09-26 10:38:57 -04:00
  • c1244ea7d0 Default to left, not right split for empty :Gdiffsplit filename Tim Pope 2019-09-18 22:53:25 -04:00
  • eec184e8b0 Fix blame help maps Maksim Odnoletkov 2019-09-26 01:36:21 +01:00
  • 417b3bb818 Fix off by 2 error staging multiple files Tim Pope 2019-09-22 21:25:43 -04:00
  • edd054f76f Fix visual mode exclusion for staging on section header Tim Pope 2019-09-22 21:25:15 -04:00
  • 37088aaf65 Fix X on removed file Tim Pope 2019-09-22 21:17:49 -04:00
  • 1d8c0a38b2 Show first parent diff for merge commits Tim Pope 2019-09-18 21:54:22 -04:00
  • f5a94cbc81 Reload status after Vim :terminal command Tim Pope 2019-09-16 17:25:47 -04:00