This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 275588f93eedd8d7a556c38b75944b858e704dce | |
Author: Jiang Xin <[email protected]> | |
Date: Tue Nov 22 22:24:59 2016 +0800 | |
l10n: Fixed typo of git fetch-pack command | |
Git 2.11.0-rc2 introduced one small l10n update, and this commit fixed | |
the affected translations all in one batch. | |
Signed-off-by: Jiang Xin <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ff8beb0743aefb7a1bc3ca93ff2c69ae2c0034a6 Mon Sep 17 00:00:00 2001 | |
Message-Id: <ff8beb0743aefb7a1bc3ca93ff2c69ae2c0034a6.1421131857.git.worldhello.net@gmail.com> | |
From: Jiang Xin <[email protected]> | |
Date: Sun, 4 Jan 2015 12:27:38 +0800 | |
Subject: [PATCH] l10n: zh_CN: translations for git v2.3.0-rc0 | |
Translate 13 new messages (2298t0f0u) for git v2.3.0-rc0. | |
Signed-off-by: Jiang Xin <[email protected]> | |
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit a5ff85ac19f2abe9a172d13658a04caf06062257 | |
Author: Jiang Xin <[email protected]> | |
Date: Wed Oct 8 10:55:14 2014 +0800 | |
Draft: l10n: zh_CN: translations for git v2.2.0 | |
Translations for git v2.2.0. Also changed the translation of | |
bare (repository). | |
Signed-off-by: Jiang Xin <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This module is based on a wrong assumption: repository has the same name | |
with it's project. So it's wrong to check user permissions in project. | |
We only use this module for authn checking, and use subversion's own | |
path based authz instead. | |
Signed-off-by: Jiang Xin <[email protected]> | |
--- | |
extra/svn/Redmine.pm | 39 ++++++++++++--------------------------- | |
1 file changed, 12 insertions(+), 27 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# Calculate the countdown for the meeting of the party. | |
require 'Date' | |
if days >= 0 | |
puts "Maybe #{days} days left." | |
else | |
puts "Passed for #{days.abs} days." | |
end |