Revision f9308a182e220c97cdbf90ee8de2ce21980cb7e9 authored by Jakub Narebski on 23 March 2007, 20:04:31 UTC, committed by Junio C Hamano on 23 March 2007, 21:54:52 UTC
Fix copy'n'paste error in commit c9d193df which caused that "next"
link for merge commits in "commit" view
  (merge: _commit_ _commit_ ...)
was to "commitdiff" view instead of being to "commit" view.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 979ea58
Raw File
t-apply-7.expect
 Documentation/git-ls-tree.txt |   20 +-
 ls-tree.c                     |  333 +++++++++++++++++++++++------------------
 t/t3100-ls-tree-restrict.sh   |    3 
 tree.c                        |    2 
 tree.h                        |    1 
 5 files changed, 199 insertions(+), 160 deletions(-)
back to top