bash-it/lib
Travis Swicegood babb1e6675 Adjust to only show merges into master
Adding `--first-parent` ensures that only commits from the master branch
are used when showing the history. I've verified this change directly
by comparing the `rev-list` output for `703105c..97df5c45`:

```console
$ git rev-list --merges 703105c...97df5c4
97df5c4540
b5976ada25
$ git rev-list --merges --first-parent 703105c...97df5c4
97df5c4540
```

Note: I've created this branch from 703105c so that I can merge `master`
into it and test `bash-it update` once merged.
2018-12-03 21:17:49 -06:00
..
appearance.bash adding ability to set theme as a path to specific file 2017-03-24 00:23:12 -08:00
composure.bash Removed reload keyword from composure_keywords(), it is not needed 2018-04-21 19:15:50 +02:00
helpers.bash Adjust to only show merges into master 2018-12-03 21:17:49 -06:00
history.bash indentation fix 2016-11-04 18:15:07 +00:00
preexec.bash Check for empty or whitespace PROMPT_COMMAND before appending preexec_invoke_cmd 2016-08-04 15:51:15 -05:00
preview.bash Fixed missing quotes around $BASH_IT variable 2017-06-24 17:31:30 +02:00
search.bash Fix search command for RedHat based distributions 2016-11-14 01:26:10 +01:00