summaryrefslogtreecommitdiff
path: root/helm-grep.el
Commit message (Expand)AuthorAge
* Log command-line used in ag.Thierry Volpiatto2016-05-20
* Improve sentinel in ag.Thierry Volpiatto2016-05-20
* Add docstring to helm-grep-git-1.Thierry Volpiatto2016-04-16
* Add two new args to helm-grep-git-1 to fit with helm-do-grep-1 (#1473).Thierry Volpiatto2016-04-16
* Fix typo.Thierry Volpiatto2016-04-02
* Add docstring of helm-grep-ag.Thierry Volpiatto2016-04-02
* Handle also multiples types for AG from hff and don't DRY.Thierry Volpiatto2016-04-01
* Fix docstring of ag cmd and don't hardcode "ag".Thierry Volpiatto2016-03-31
* Add buffer name for ag types.Thierry Volpiatto2016-03-31
* Use adaptive in ag types.Thierry Volpiatto2016-03-31
* Support more than one type in ag.Thierry Volpiatto2016-03-31
* Update docstrings for helm ag.Thierry Volpiatto2016-03-31
* Do nothing with prefix arg when types are not provided with ag version.Thierry Volpiatto2016-03-31
* Use must-match in ag types and use types for ag hff action.Thierry Volpiatto2016-03-30
* Allow using types from ag, first shot.Thierry Volpiatto2016-03-30
* Catch exit status from ag types.Thierry Volpiatto2016-03-30
* Add new function to get ag types from cmd line.Thierry Volpiatto2016-03-30
* Handle multiple matches in Hgrep when highlighting is not ansi.Thierry Volpiatto2016-03-22
* Reindent helm-grep--prepare-cmd-line (#1377).Thierry Volpiatto2016-03-21
* Shell-quote pattern in helm-grep-ag-prepare-cmd-line (#1377).Thierry Volpiatto2016-03-21
* Handle different ack executables (#1377).Thierry Volpiatto2016-03-21
* Add also multi match for ag (#1377).Thierry Volpiatto2016-03-21
* Allow multi matching in grep (#1377).Thierry Volpiatto2016-03-21
* Bind default-directory in helm grep and fix call of deferred hook.Thierry Volpiatto2016-03-14
* Fix default-directory settings in helm-grep.Thierry Volpiatto2016-03-07
* Simplify helm-grep-mode--revert-buffer-function.Thierry Volpiatto2016-03-06
* Improve informations inserted in helm-grep-mode buffer.Thierry Volpiatto2016-03-06
* Don't pop-to-buffer from current-buffer in helm-grep/moccur-mode.Thierry Volpiatto2016-03-06
* Make helm-only some more commands.Thierry Volpiatto2016-03-06
* Add a class for helm grep ag too (#1419).Thierry Volpiatto2016-03-06
* Add defcustom for grep actions.Thierry Volpiatto2016-03-06
* Make a class for helm-grep (#1419).Thierry Volpiatto2016-03-06
* Set default-directory when saving grep buffer.Thierry Volpiatto2016-03-05
* Even if fixed by using a pipe, ensure git-grep don't use a pager.Thierry Volpiatto2016-03-05
* Fix helm-grep-mode--revert-buffer-function for git-grep.Thierry Volpiatto2016-03-05
* Fix pattern when saving to helm-grep-mode buffer with default as input.Thierry Volpiatto2016-03-05
* Fix helm-grep-mode revert function for ansi.Thierry Volpiatto2016-03-05
* Fix copyrights.Thierry Volpiatto2016-03-05
* Merge branch 'master' of github.com:emacs-helm/helmThierry Volpiatto2016-02-07
|\
| * Remove last references to helm-do-grep that is not existing anymore (#1377).Thierry Volpiatto2016-02-07
* | Require helm-files in ag and git-grep to fix #1377.Thierry Volpiatto2016-02-07
|/
* Fix typo, thanks Michael (#1360).Thierry Volpiatto2016-02-01
* Use helm-get-candidate-number in grep sentinels (#1370).Thierry Volpiatto2016-02-01
* Remove autoload cookie for helm-grep-mode.Thierry Volpiatto2016-01-12
* Add helm-only property to helm actions.Thierry Volpiatto2016-01-12
* Allow customization of truncate-lines in several places.Thierry Volpiatto2016-01-05
* Run helm-move-selection-after-hook in *grep-next-file.Thierry Volpiatto2015-12-11
* Remove unused variable.Thierry Volpiatto2015-12-10
* Remove *do-grep* and *multi-occur commands.Thierry Volpiatto2015-12-06
* Return error when trying to git-grep inside a dir not handled by git.Thierry Volpiatto2015-10-31