Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the new exit status behaviorv2.2.2 | Thomas Voss | 2024-01-28 | 1 | -2/+19 |
| | |||||
* | Bump manual versionv2.2.1 | Thomas Voss | 2024-01-26 | 1 | -2/+2 |
| | |||||
* | Document the -i flagv2.2.0 | Thomas Voss | 2024-01-24 | 1 | -3/+12 |
| | |||||
* | Bump grab versionv2.1.2 | Thomas Voss | 2024-01-24 | 1 | -1/+1 |
| | |||||
* | Find files via git-grep instead of git-ls-files | Thomas Voss | 2024-01-24 | 1 | -9/+6 |
| | | | | | | It would be preferable to use git-ls-files as it is more suited for our purposes, however git-grep allows us to filter out binary files. It makes no sense to regex match in a binary file, so this is crucial. | ||||
* | Add more information to reference | Thomas Voss | 2024-01-23 | 1 | -0/+2 |
| | |||||
* | Fix typos | Thomas Voss | 2024-01-23 | 1 | -3/+3 |
| | |||||
* | Bump version numberv2.1.1 | Thomas Voss | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | Disallow h// at the start of patterns | Thomas Voss | 2024-01-23 | 1 | -0/+4 |
| | |||||
* | Bump release versionv2.1.0 | Thomas Voss | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | Properly support UTF-8 in patterns | Thomas Voss | 2024-01-23 | 1 | -4/+13 |
| | |||||
* | Add the version number in the manualv2.0.1 | Thomas Voss | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | Use European dates | Thomas Voss | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | Replace \ with \e | Thomas Voss | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | Document the behavior of an empty h// | Thomas Voss | 2024-01-22 | 1 | -0/+17 |
| | |||||
* | Fix wording | Thomas Voss | 2024-01-22 | 1 | -2/+2 |
| | |||||
* | Document the h// and H// operators | Thomas Voss | 2024-01-22 | 1 | -0/+5 |
| | |||||
* | Update documentation for GRAB_COLORS | Thomas Voss | 2024-01-22 | 1 | -8/+8 |
| | |||||
* | Change v and y to G and X | Thomas Voss | 2024-01-22 | 1 | -6/+6 |
| | |||||
* | Remove paragraph from BUGSv1.1.0 | Thomas Voss | 2024-01-21 | 1 | -6/+0 |
| | |||||
* | Add ‘git grab’ under NAME | Thomas Voss | 2024-01-21 | 1 | -1/+2 |
| | |||||
* | Document -b/--byte-offset | Thomas Voss | 2024-01-21 | 1 | -3/+10 |
| | |||||
* | Print byte-offsets into files | Thomas Voss | 2024-01-21 | 1 | -1/+4 |
| | |||||
* | Add more color highlighting | Thomas Voss | 2024-01-20 | 1 | -2/+8 |
| | |||||
* | Add the -s/--strip-newline flag | Thomas Voss | 2024-01-20 | 1 | -2/+18 |
| | |||||
* | Refer to ‘git grab’ instead of ‘git-grab’ | Thomas Voss | 2024-01-20 | 1 | -1/+1 |
| | |||||
* | Add notice about UTF-8 | Thomas Voss | 2024-01-18 | 1 | -0/+4 |
| | |||||
* | Properly escape minuses | Thomas Voss | 2024-01-18 | 1 | -14/+14 |
| | |||||
* | Update the manual page | Thomas Voss | 2024-01-18 | 1 | -10/+82 |
| | |||||
* | Document the new color configuration | Thomas Voss | 2024-01-16 | 1 | -14/+21 |
| | |||||
* | Document -c | Thomas Voss | 2024-01-16 | 1 | -3/+24 |
| | |||||
* | Organize files into directories | Thomas Voss | 2024-01-13 | 2 | -0/+190 |