Code

Clean up incomplete commits from main view listed for --no-walk
authorJonas Fonseca <fonseca@diku.dk>
Tue, 5 Aug 2008 21:40:21 +0000 (23:40 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 5 Aug 2008 21:45:28 +0000 (23:45 +0200)
commitad9f9954419b5d3f595580d5184db59a00711f92
treea9654f6dd6ff2412f2ef63dab6f69a6c37b6dd70
parent60e8ea56880fc2e42008075d516c356ef605bc60
Clean up incomplete commits from main view listed for --no-walk

When --no-walk is given on the command line by the user it causes
boundary commits to be output with just the commit line, i.e:

  > git rev-list --pretty=raw --boundary --no-walk HEAD
  commit 60e8ea56880fc2e42008075d516c356ef605bc60
  tree 5b76086e4deaf62d3f7baffc6f49840f61d4e79c
  parent 145194bdfc8bf0b58185bbe28bc0097ce429de4d
  author Jonas Fonseca <fonseca@diku.dk> 1217797175 +0200
  committer Jonas Fonseca <fonseca@diku.dk> 1217797402 +0200

      Remove the global opt_request variable

  commit -145194bdfc8bf0b58185bbe28bc0097ce429de4d
NEWS
tig.c