]> git.proxmox.com Git - libgit2.git/commit
Changed commit short messages so that they match git log --oneline output.
authorMarc Pegon <pegon.marc@gmail.com>
Wed, 8 Jun 2011 09:16:31 +0000 (11:16 +0200)
committerMarc Pegon <pegon.marc@gmail.com>
Wed, 8 Jun 2011 09:16:31 +0000 (11:16 +0200)
commit858ef372a4378652796d63c8d9af579608950f0a
tree5fb640f70892c6edcc241a1e6533edc336159331
parent3a12891f53cd5c349c0eed2ace7a9a900432aa5e
Changed commit short messages so that they match git log --oneline output.

In git, the short message of a commit is the part of the commit message before 2 consecutive line breaks. In the short message, line breaks are replaced by space characters.
src/commit.c