]> git.proxmox.com Git - libgit2.git/commit
examples: doc update
authorCarlos Martín Nieto <cmn@dwim.me>
Sun, 3 Nov 2013 12:46:07 +0000 (13:46 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Sun, 3 Nov 2013 15:20:24 +0000 (16:20 +0100)
commitbecb13c0f04c4ba54cf27303136293dbf8abfd73
tree213ed5e0a27b48f22227457333fcd8c41b502421
parenta7a64d2cadade53175ba27c1a29023278bdc4288
examples: doc update

Update the explanation to reflect our use of git_status_list_new() and
make the breaks in rocco more meaningful.

Clarify why GIT_STATUS_CURRENT and index_to_workdir don't always imply
each other. Fixes #1740.
examples/status.c