OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005126 [git] regular use minor have not tried 2013-11-26 15:31 2013-11-26 15:31
Reporter dam View Status public  
Assigned To
Priority normal Resolution open  
Status new  
Summary 0005126: "git diff" broken
Description "git diff" is broken in 1.8.4.1,REV=2013.10.27 but works in the previous 1.8.3.4,REV=2013.07.28.

The output looks like this (not the escape-characters):

dam@login [login]:/home/dam/mgar/pkg/openldap/trunk/work/solaris10-sparc/build-isa-sparcv8plus/openldap-2.4.38 > git diff
ESC[1mdiff --git a/Makefile.in b/Makefile.inESC[m
ESC[1mindex b566233..0e9da64 100644ESC[m
ESC[1m--- a/Makefile.inESC[m
ESC[1m+++ b/Makefile.inESC[m
ESC[36m@@ -35,4 +35,4 @@ESC[m ESC[mdistclean: veryclean FORCEESC[m
 ESC[m
 check: testESC[m
 test: FORCEESC[m
ESC[31m- cd tests; make testESC[m
ESC[32m+ESC[m ESC[32mcd tests; $(MAKE) testESC[m

It should look like this:

dam@experimental10s [experimental10s]:/home/dam/mgar/pkg/openldap/trunk/work/solaris10-sparc/build-isa-sparcv8plus/openldap-2.4.38 > git diff
diff --git a/Makefile.in b/Makefile.in
index b566233..0e9da64 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,4 +35,4 @@ distclean: veryclean FORCE
 
 check: test
 test: FORCE
- cd tests; make test
+ cd tests; $(MAKE) test

Please note that this is not a terminal issue.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker