Junio C Hamano wrote, on 16.6.2016 20:25:
> "as long as >(N) can be used as Duy claims as a workaround to
> get the original behaviour, it is good to allow using >|(N)
> for this new output format; I didn't check if >(N) does behave
> that way, though"
Yes, it can be used in such way.
Example:
Signed-off-by: Josef Kufner
---
t/t4205-log-pretty-formats.sh | 23 +++
1 file changed, 23 insertions(+)
diff --git a/t/t4205-log-pretty-formats.sh b/t/t4205-log-pretty-formats.sh
index 7398605..3358837 100755
--- a/t/t4205-log-pretty-formats.sh
+++ b/t/t4205-log-pretty
e
terminal, not from the edge of the graph.
Signed-off-by: Josef Kufner
---
commit.h | 1 +
graph.c| 7 +++
graph.h| 5 +
log-tree.c | 2 ++
pretty.c | 1 +
5 files changed, 16 insertions(+)
diff --git a/commit.h b/commit.h
index 5d58be0..0a9a707 100644
--- a/commit.h
+++ b
Many existing tests in this script pipes the result thru
qz_to_tab_space, but the payload does not need any Q or Z to be replaced
to tab or space. Redirect the input directly into iconv or use cat
instead.
Signed-off-by: Josef Kufner
---
t/t4205-log-pretty-formats.sh | 8
1 file
Eric Sunshine wrote, on 11.9.2015 21:37:
> On Fri, Sep 11, 2015 at 1:50 PM, Josef Kufner wrote:
>> ---
>
> Missing sign-off. Or is this intended to be concatenated with the
> patch you sent earlier?
Just forgot to add it. Fixed patch on the way.
>> diff --git a/t/t4205
Signed-off-by: Josef Kufner
---
t/t4205-log-pretty-formats.sh | 23 +++
1 file changed, 23 insertions(+)
diff --git a/t/t4205-log-pretty-formats.sh b/t/t4205-log-pretty-formats.sh
index 7398605..3358837 100755
--- a/t/t4205-log-pretty-formats.sh
+++ b/t/t4205-log-pretty
Ok, there are the two tests (see the second e-mail). It should cover two
cases where something may go wrong.
Junio C Hamano wrote, on 11.9.2015 18:54:
> This "feels" correct ;-), but let me summon Duy who did the %><
> padding at around a5752342 (pretty: support padding placeholders, %<
> %> and
---
t/t4205-log-pretty-formats.sh | 23 +++
1 file changed, 23 insertions(+)
diff --git a/t/t4205-log-pretty-formats.sh b/t/t4205-log-pretty-formats.sh
index 7398605..3358837 100755
--- a/t/t4205-log-pretty-formats.sh
+++ b/t/t4205-log-pretty-formats.sh
@@ -319,6 +319,18 @@ EO
inal, not from the edge of the graph.
Signed-off-by: Josef Kufner
---
commit.h | 1 +
graph.c| 7 +++
graph.h| 5 +
log-tree.c | 2 ++
pretty.c | 1 +
5 files changed, 16 insertions(+)
diff --git a/commit.h b/commit.h
index 5d58be0..0a9a707 100644
--- a/commit.h
+++ b/commit.h
9 matches
Mail list logo