[PATCH] gitignore.txt: fix spelling of backslash

2014-11-04 Thread Ben North
Signed-off-by: Ben North b...@redfrontdoor.org --- Documentation/gitignore.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt index 8734c15..09e82c3 100644 --- a/Documentation/gitignore.txt +++ b/Documentation

Literate programming with git

2016-08-31 Thread Ben North
Hi, I've recently been experimenting with using git to make software more human-readable. Presenting software for humans to read is not a new idea (Knuth's 'literate programming'), but I think git can be a new tool for showing the development of code in a structured way. Merge-commits can break

Re: Literate programming with git

2016-09-03 Thread Ben North
Hi Stefan, Thanks for the remarks. >> https://github.com/bennorth/git-dendrify > > [...] You get an easy top-level overview what > the community is interested in via e.g.: > > git log --first-parent --oneline > > That would be equivalent to showing only > * Add printing facility > >

[PATCH] git-worktree.txt: Fix typo "to"/"two", add comma

2016-11-12 Thread Ben North
Signed-off-by: Ben North <b...@redfrontdoor.org> --- Documentation/git-worktree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 0aeb020..e257c19 100644 --- a/Documentation/git-worktree.txt