There was a semicolon missing before a closing brace. The result
is an error message on some operating systems (e.g., Mac OS 10.3).
$ tg info
Topic Branch: t/some-topic ( 2/ 2 commits)
Subject: [PATCH] t/some-topic
Base: 082a7c9
sed: 1: "1{s/^/Depends: /;n}; s/ ...": extra characters a
t the end of n command
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
---
Hi again,
Here is the other change I needed to run topgit. I
hope it is of some use.
tg-info.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tg-info.sh b/tg-info.sh
index 43589f9..7899ada 100644
--- a/tg-info.sh
+++ b/tg-info.sh
@@ -39,7 +39,7 @@ branch_contains "$name" "$base_rev" ||
echo "Base is newer than head! Please run \`tg update\`."
git cat-file blob "$name:.topdeps" |
- sed '1{s/^/Depends: /;n}; s/^/ /;'
+ sed '1{ s/^/Depends: /; n; }; s/^/ /'
depcheck="$(mktemp)"
missing_deps=
--
tg: (f27e693..) t/sed-fix (depends on: )
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Artem Bityutskiy | [PATCH 18/44 take 2] [UBI] build unit implementation |
| James Morris | Re: LSM conversion to static interface |
git: | |
| Paul Jackson | [PATCH] cpuset sched_load_balance kmalloc fix |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Linus Torvalds | Re: [GIT]: Networking |
