How to stage git commits using meld (like git add -p)?

Solution 1:

The git-meld-index project allows meld to be used in order to incrementally update the index.

Solution 2:

Meld doesn't have such integration. However, you can use git gui.

On Linux, there is also Gitg.

On Windows and OS X, the GitHub app has this feature.