← Back to team overview

yade-dev team mailing list archive

Re: Release, GitLab?

 

Bruno Chareyre said:     (by the date of Tue, 29 Jan 2019 12:17:58 +0100)

> Rémi's magic just fixed it in sphinx. Good luck to see the change, it is hidden by autoformatting. ;P
> https://gitlab.com/yade-dev/trunk/commit/07e258dfea1858771c9f31f9ad221091d9b96ed1

I am using https://github.com/so-fancy/diff-so-fancy

Actually an older version which I copied to ~/bin :) (it's in the attached file.)
inside ~/.gitconfig you only need this:


[alias]
	dd = diff --minimal -w
	ds = diff --staged  --minimal -w
[core]
	editor = vim
	pager = ~/bin/git-fancy-diff.perl | less --tabs=4 -RFX



Then a command `git dd HEAD~` shows just this:

- os.system('ln -s /usr/share/javascript/jquery/jquery.js '+outDir+'/html/_static/jquery.js')
+ os.system('cp /usr/share/javascript/jquery/jquery.js '+outDir+'/html/_static/jquery.js')

:-)

Janek

Attachment: git-fancy-diff.perl
Description: Perl program


Follow ups

References