[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <trinity-8eae95d7-f827-44c4-b4d3-123561a053f8-1465986379121@3capp-webde-bap31>
Date: Wed, 15 Jun 2016 12:26:19 +0200
From: "SF Markus Elfring" <elfring@...rs.sourceforge.net>
To: "Luis R. Rodriguez" <mcgrof@...nel.org>
Cc: Gilles.Muller@...6.fr, nicolas.palix@...g.fr, mmarek@...e.com,
linux-kernel@...r.kernel.org, cocci@...teme.lip6.fr
Subject: Aw: [Cocci] [PATCH v3 3/6] scripts: add glimpse.sh for indexing the
kernel
> Glimpse is a tool you can use to index the kernel.
> The tool was recently open sourced under the ISC license
> and can be obtained at:
Do you find any official announcement for this software evolution?
Is the wording "recent" really appropriate if you would eventually like to refer to a repository which was published in the year 2014?
https://github.com/gvelez17/glimpse/
Is it nice to mention the script addition also directly in the commit message?
> +DIR=$(dirname $(readlink -f $0))
> +DIR="${DIR}/../"
I would prefer that these variable assignments will be merged into one.
+DIR="$(dirname $(readlink -f $0))/../"
Regards,
Markus
Powered by blists - more mailing lists