Signed-off-by: Kumar Appaiah
---
include/tig/diff.h | 1 +
src/diff.c | 30 ++
2 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/include/tig/diff.h b/include/tig/diff.h
index ba40386..16299fe 100644
--- a/include/tig/diff.h
+++ b/include/tig/dif
This commit adds custom log_read and log_draw functions that utilize
the diff stat drawing functions from the diff module. The absence of
the triple hyphen separator prevents direct usage of the diff drawing
functions directly.
Signed-Off-By: Kumar Appaiah
---
src/log.c | 55
These patches add colourization to the log view. They reuse the diff
stat drawing functions from the diff module directly.
This version just includes some code reformatting and minor
fixes. Please comment on what other fixes could help.
Thanks.
Kumar Appaiah (3):
diff: Move diff stat addition
Signed-off-by: Kumar Appaiah
---
include/tig/diff.h | 1 +
src/diff.c | 27 ++-
2 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/include/tig/diff.h b/include/tig/diff.h
index be325c4..ba40386 100644
--- a/include/tig/diff.h
+++ b/include/tig/diff.h
On 04/12/2014 12:22 AM, Junio C Hamano wrote:
> [...]
> * mh/ref-transaction (2014-04-07) 27 commits
> - ref_transaction_commit(): work with transaction->updates in place
> - struct ref_update: add a type field
> - struct ref_update: add a lock field
> - ref_transaction_commit(): simplify code
The output from a successful invocation of the shorthand command
"git rebase -" is something like "Fast-forwarded HEAD to @{-1}",
which includes a relative reference to a revision. Other commands
that use the shorthand "-", such as "git checkout -", typically
display the symbolic name of the revisi
On 04/13/2014 04:19 PM, Kirill Likhodedov wrote:
> What is fastest possible way to get all “tips” (leafs of the Git log
> graph) in a Git repository with hashes of commits they point to?
>
> We at JetBrains are tuning performance of Git log integration in our
> IntelliJ IDEA and want to get all ti
On Sun, Apr 13, 2014 at 4:19 PM, Kirill Likhodedov
wrote:
> Hi,
>
> What is fastest possible way to get all “tips” (leafs of the Git log graph)
> in a Git repository with hashes of commits they point to?
Tried "git for-each-ref" and the various options it has?
Doing this for 35k tags is still g
Hi,
What is fastest possible way to get all “tips” (leafs of the Git log graph) in
a Git repository with hashes of commits they point to?
We at JetBrains are tuning performance of Git log integration in our IntelliJ
IDEA and want to get all tips as fast as possible.
Currently we use 'git log
I think it is a suitable logo. It might not be the one I would think
of, but I see with good eyes using it as one of the project logos.
Javier Domingo Cansino
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info
Hi,
[I'm travelling, so I don't have the means to actually try out this patch, and
it might take a while a to reply to any follow ups.]
On Apr 10, 2014 12:03 AM, Junio C Hamano wrote:
>
> Felipe Contreras writes:
>
> > Some commands need the first word to determine the actual action that is
11 matches
Mail list logo