[ANNOUNCE] git-arr 0.14

2015-01-20 Thread Alberto Bertogli
g all the features mentioned above, as well as many code cleanups. Cheers! Alberto -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Fwd: Add git ignore as builtin

2014-11-15 Thread Alberto Fanjul Alonso
After seeing -e option in git config (open config files in editor) http://git-scm.com/docs/git-config I decide it's time to propose to incorporate an alias really useful to me git ignore The repo is on https://github.com/albfan/git-ignore basically: git ignore adds to .git/info/exclude and

[bug] [UX] `stash save --untracked` produces a stash that *looks* empty

2014-10-05 Thread Alberto Scotto
6_64 GNU/Linux - git version 1.7.9.5 - GNU bash, version 4.2.24(1)-release (x86_64-pc-linux-gnu) Thank you Alberto Scotto http://alb-i986.me -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Replace memcpy with hashcpy when lengths defined

2014-03-02 Thread Alberto
From: Alberto Corona Replaced memcpy with hashcpy where lengts in memcpy are already defined. Signed-off-by: Alberto Corona --- bundle.c| 2 +- grep.c | 2 +- refs.c | 2 +- sha1_name.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle.c b/bundle.c

[ANN] git-arr 0.12

2013-11-03 Thread Alberto Bertogli
Vanya Sergeev). - Show the age of a repository in the index. You can find it at http://blitiri.com.ar/p/git-arr. Thanks! Alberto -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordom

Re: [ANN] git-arr 0.11

2013-03-14 Thread Alberto Bertogli
On Thu, Mar 14, 2013 at 01:43:16PM +0100, Matthieu Moy wrote: > Alberto Bertogli writes: > > > I wanted to let you know about git-arr, which is a git repository > > browser that can generate static HTML instead of having to run > > dynamically. > > Can it run incr

[ANN] git-arr 0.11

2013-03-13 Thread Alberto Bertogli
still some rough edges that I obviously intend to fix, but it's been working fine for my use cases, so all feedback is welcome :) Thanks a lot! Alberto -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.o