+2

Log, Commits: "Working Tree (3 changes)" --> "Working Tree (1 change, 2 untracked)"

Wolfgang Gauch 5 years ago updated by Marc Strapetz 5 years ago 0

git status lists "modified" files separate from "untracked", and does this for a reason.

SmartGit seems to add these two counts to one "changed" count.

When I committed all my modified files, I often have some untracked files (i have good reasons not to ignore or stash them), which always makes me think: did I forgot to commit something or are they just the untracked? and I need to check the files list.

If SmartGit would count them separate as git status does, that would save the hassle.