diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-04-10 18:27:16 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-04-10 18:27:16 -0700 |
commit | a13e1dad909cd6ae128215e28fc4e5956210fd6c (patch) | |
tree | 22b01eb02233dfc1b39b9c6f4189e5e16bbd75d6 /doc | |
parent | 1f450863a0191b9faef607a09b068955d2388ac7 (diff) | |
download | ikiwiki-a13e1dad909cd6ae128215e28fc4e5956210fd6c.tar ikiwiki-a13e1dad909cd6ae128215e28fc4e5956210fd6c.tar.gz |
headless git branches: unmangling patch
jrayhawk@richardiv:~/src/git.ikiwiki.info$ sed '/<\/pre>/,/<pre>/ d' < doc/todo/headless_git_branches.mdwn | patch -p1
patch: **** malformed patch at line 34: @@ -439,17 +439,21 @@ sub git_commit_info ($;$) {
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/headless_git_branches.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/headless_git_branches.mdwn b/doc/todo/headless_git_branches.mdwn index 4dbbc1cc8..df5832319 100644 --- a/doc/todo/headless_git_branches.mdwn +++ b/doc/todo/headless_git_branches.mdwn @@ -84,6 +84,7 @@ at git show-ref to desice whether to throw an error or not. + } } } + </pre> Same concern here about extra work. Code path is nearly as hot, being |