erlgit icon indicating copy to clipboard operation
erlgit copied to clipboard

Erlang convenience wrapper around git executable

Results 3 erlgit issues
Sort by recently updated
recently updated
newest added

This fixes badmatch error when we have more than one branch with equal sha-id. In such case, you tried to match one-element list ([B]) with list of branches (["branchA", "branchB"])....

I just found out that erlgit currently does not support removed files. escript: exception error: no function clause matching git:change_type("R ") (src/git.erl, line 297) in function git:'-status_changed_files/2-lc$^0/1-0-'/2 (src/git.erl, line 315)...

The feature introduced in pull request #4 needs a test case.