Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | log: do not print ellipses with --abbrev-commit | Thomas Rast | 2009-02-13 |
| | | | | | | | | | | | | | | | 'git log --abbrev-commit' added an ellipsis to all commit names that were abbreviated. This was particularly annoying if you wanted to cut&paste the sha1 from the terminal, since selecting by word would pick up '...' too. So use find_unique_abbrev() instead of diff_unique_abbrev() in all log-related commit sha1 printing routines, and also change the formatting of the 'Merge: parent1 parent2' line output via pretty_print_commit(). Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | t4013 diff format tests update | Junio C Hamano | 2006-07-13 |
| | | | | | | | | | | This changes one test commit in the sequence to have more than one lines of commit log. A few output formats (--pretty=email aka format-patch and --pretty=oneline) need to behave differently on single and multi-line log, and this change will help catching breakages. Signed-off-by: Junio C Hamano <junkio@cox.net> | ||
* | t4013: add tests for diff/log family output options. | Junio C Hamano | 2006-06-26 |
Signed-off-by: Junio C Hamano <junkio@cox.net> |