summaryrefslogtreecommitdiffabout
path: root/ui-commit.c
AgeCommit message (Collapse)AuthorFilesLines
2006-12-17Don't show new and old filemode for added/removed filesLars Hjemli1-2/+9
It gives us no extra info whatsoever to show "----------" for either new or old mode, it's just noise (especially since we now show the "old" filemode for deleted files) Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-17Show list of modified files in ui-commit.cLars Hjemli1-0/+111
Compare current commit with 1.parent, and for each affected file display current filemode, old filemode if changed, current filename and source filename if it was a copy/rename. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-16Reformat code to avoid excessive line lengthsLars Hjemli1-8/+9
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli1-4/+1
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-16Simplify ui-commit.cLars Hjemli1-16/+1
Replace the call to lookup_commit() with a call to lookup_commit_reference, since it handles reading and parsing of the commit object internally. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-16Show emails and timestamps in ui-commit.cLars Hjemli1-2/+8
Use the extra info found in commitinfo struct when generating commit view. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-16Add head comment to ui-commit.cLars Hjemli1-0/+8
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-15Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli1-11/+0
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-15Add ui-commit.c + misc ui cleanupsLars Hjemli1-0/+80
Signed-off-by: Lars Hjemli <hjemli@gmail.com>