summaryrefslogtreecommitdiff
path: root/bin/git-ff
blob: e497c61e9bce6c7870844cbca2901d4fa4da08f4 (plain)
1
2
3
4
5
#!/bin/bash -e

# Attempt to fast-forward merge with another branch.

exec git merge --ff --ff-only "$@"