gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: replace abbrev-ref with short


From: gnunet
Subject: [taler-wallet-core] branch master updated: replace abbrev-ref with short since abbrev will try to use branch name
Date: Mon, 24 Jan 2022 14:58:50 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new ec059d42 replace abbrev-ref with short since abbrev will try to use 
branch name
ec059d42 is described below

commit ec059d42d77a5f092135635f478790e77a2685df
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jan 24 10:58:41 2022 -0300

    replace abbrev-ref with short since abbrev will try to use branch name
---
 packages/taler-wallet-cli/rollup.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/rollup.config.js 
b/packages/taler-wallet-cli/rollup.config.js
index 372d7537..3674ede2 100644
--- a/packages/taler-wallet-cli/rollup.config.js
+++ b/packages/taler-wallet-cli/rollup.config.js
@@ -50,7 +50,7 @@ export default {
 };
 
 function getGitRevision() {
-  return child_process.execSync(`git rev-parse --abbrev-ref HEAD`, {
+  return child_process.execSync(`git rev-parse --short HEAD`, {
     encoding: 'utf-8',
     windowsHide: true,
   }).trim();

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]