|
Mantis - git
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 5126 | regular use | minor | have not tried | 2013-11-26 15:31 | 2013-11-26 15:31 |
|
|
|||||
| Reporter: | dam | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | new | Product Version: | |||
| Product Build: | Resolution: | open | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| 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. |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
|
|
|||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-11-26 15:31 | dam | New Issue | |||
| There are no notes attached to this issue. |