summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2018-12-06 19:28:50 -0800
committertummychow <tummychow@users.noreply.github.com>2018-12-06 19:28:50 -0800
commit922b0a3dd701bc481716e8c6df0b218bd6623e59 (patch)
tree9e35a7eef7c8783cf642ba502077897d8b2afbb5 /README.md
parentd941ff0ed9910a2df799e8105808d5aeeeffcec0 (diff)
cleanup #4
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 76af2c2..dc883d3 100644
--- a/README.md
+++ b/README.md
@@ -36,18 +36,19 @@ Note that `git absorb` does _not_ use the system libgit2. This means you do not
## Configuration
### Stack size
-git-absorb will only search for canditate commits to fixup within a certain range (by default 10).
-If you get an error like this
+git-absorb will only search for candidate commits to fixup within a certain range (by default 10). If you get an error like this:
+
```
WARN stack limit reached, limit: 10
```
+
edit your local or global `.gitconfig` and add the following section
+
```ini
[absorb]
maxStack=50 # Or any other reasonable value for your project
```
-
## TODO
- implement force flag