Displaying 8 results from an estimated 8 matches for "refname".
2009 Jun 04
1
FYI, new git "update" script pushed, not yet installed
...te
index c82015e..ed76bd2 100755
--- a/git-hook/update
+++ b/git-hook/update
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# An example hook script to blocks unannotated tags from entering.
+# An example hook script to block unannotated tags from entering.
# Called by "git receive-pack" with arguments: refname sha1-old sha1-new
#
# To enable this hook, rename this file to "update".
@@ -13,9 +13,15 @@
# hooks.allowdeletetag
# This boolean sets whether deleting tags will be allowed in the
# repository. By default they won't be.
+# hooks.allowmodifytag
+# This boolean sets whether...
2009 Sep 22
1
new git hook to be installed
.../true/false/):
+#
+# first_commit=$(git log --reverse --pretty=%H |head -1)
+# git tag -m 'git config hooks.allowbadwhitespace false' \
+# git-control-$(date +%F-%H-%M-%S.%N) $first_commit
+# ---------------------------------------------------------------------
# --- Command line
refname="$1"
@@ -109,6 +148,26 @@ case "$refname","$newrev_type" in
fi
;;
refs/tags/*,tag)
+ case $refname in
+ refs/tags/git-control-*)
+ cmd=$(git cat-file -p $newrev|tail -n+6)
+ git config hooks.server.config-changing.valid-commands |
+ (while re...
2020 Apr 10
2
vhost: refine vhost and vringh kconfig
Hi Jason,
On Thu, Apr 9, 2020 at 6:04 AM Linux Kernel Mailing List
<linux-kernel at vger.kernel.org> wrote:
> Commit: 20c384f1ea1a0bc7320bc445c72dd02d2970d594
> Parent: 5a6b4cc5b7a1892a8d7f63d6cbac6e0ae2a9d031
> Refname: refs/heads/master
> Web: https://git.kernel.org/torvalds/c/20c384f1ea1a0bc7320bc445c72dd02d2970d594
> Author: Jason Wang <jasowang at redhat.com>
> AuthorDate: Thu Mar 26 22:01:17 2020 +0800
> Committer: Michael S. Tsirkin <mst at redhat.com>
> CommitDate:...
2008 May 09
5
Markdown Extra Spec: Parsing Section
Hello all,
I've began writing the parsing section of the spec, and I though I'd
let you know about where I'm heading with all this.
Basically, parsing is defined as three consecutive passes: parsing
document elements, parsing block elements and parsing span elements.
Each pass is going to contain a set of rules the parser should attempt
to match while parsing the input. Rules
2020 Apr 10
2
vhost: refine vhost and vringh kconfig
Hi Jason,
On Thu, Apr 9, 2020 at 6:04 AM Linux Kernel Mailing List
<linux-kernel at vger.kernel.org> wrote:
> Commit: 20c384f1ea1a0bc7320bc445c72dd02d2970d594
> Parent: 5a6b4cc5b7a1892a8d7f63d6cbac6e0ae2a9d031
> Refname: refs/heads/master
> Web: https://git.kernel.org/torvalds/c/20c384f1ea1a0bc7320bc445c72dd02d2970d594
> Author: Jason Wang <jasowang at redhat.com>
> AuthorDate: Thu Mar 26 22:01:17 2020 +0800
> Committer: Michael S. Tsirkin <mst at redhat.com>
> CommitDate:...
2020 Apr 10
0
vhost: refine vhost and vringh kconfig
...?3:53, Geert Uytterhoeven wrote:
> Hi Jason,
>
> On Thu, Apr 9, 2020 at 6:04 AM Linux Kernel Mailing List
> <linux-kernel at vger.kernel.org> wrote:
>> Commit: 20c384f1ea1a0bc7320bc445c72dd02d2970d594
>> Parent: 5a6b4cc5b7a1892a8d7f63d6cbac6e0ae2a9d031
>> Refname: refs/heads/master
>> Web: https://git.kernel.org/torvalds/c/20c384f1ea1a0bc7320bc445c72dd02d2970d594
>> Author: Jason Wang <jasowang at redhat.com>
>> AuthorDate: Thu Mar 26 22:01:17 2020 +0800
>> Committer: Michael S. Tsirkin <mst at redhat.com>...
2007 Sep 13
0
2 commits - libswfdec/swfdec_as_function.c test/trace
...mission from http://www.timotheegroleau.com/Flash/articles/scope_chain.htm
+
+a1 = 5;
+addFunc = function(obj) {
+ var a2 = 6;
+ var func = function(obj) {
+ var a3 = 7;
+ var func = function(obj) {
+ var a4 = 8;
+ var func = function(obj) {
+ var a5 = 9;
+ obj.retrieve = function(refName) {
+ var a6 = 10;
+ trace(eval(refName));
+ };
+ };
+ func(obj);
+ };
+ func(obj);
+ };
+ func(obj);
+};
+o = {};
+addFunc(o);
+o.retrieve("a6"); // 10
+o.retrieve("a5"); // 9
+o.retrieve("a4"); // 8
+o.retrieve("a3"); // 7
+o.retrieve(&...
2019 Jun 10
3
Re: 1.39 proposal: Let's split up the libguestfs git repo and tarballs
Sorry for the late reply to this ...
On Tue, Apr 30, 2019 at 06:28:01PM +0200, Pino Toscano wrote:
> On Friday, 9 February 2018 19:01:53 CEST Richard W.M. Jones wrote:
> > My contention is that the libguestfs git repository is too large and
> > unwieldy. There are too many separate, unrelated projects and as a
> > result of that the source has too many dependencies and takes