git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Motroni Igor <motroniii@gmail.com>
To: git@vger.kernel.org
Cc: Pontifik <motroniii@gmail.com>
Subject: [PATCH 2/2] Just a minor commit to trigger Travis Ci build
Date: Thu, 24 Mar 2016 22:41:09 +0300	[thread overview]
Message-ID: <1458848469-12663-3-git-send-email-motroniii@gmail.com> (raw)
In-Reply-To: <1458848469-12663-1-git-send-email-motroniii@gmail.com>

From: Pontifik <motroniii@gmail.com>

Signed-off-by: Pontifik <motroniii@gmail.com>
---
 notes.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/notes.c b/notes.c
index 88cf474..6d7da1e 100644
--- a/notes.c
+++ b/notes.c
@@ -539,8 +539,8 @@ static unsigned char determine_fanout(struct int_node *tree, unsigned char n,
 	return fanout + 1;
 }
 
-/* hex SHA1 + 19 * '/' + NUL */
-#define FANOUT_PATH_MAX 40 + 19 + 1
+/* hex SHA1 + 19 * '/' + NUL = 60 */
+#define FANOUT_PATH_MAX 60
 
 static void construct_path_with_fanout(const unsigned char *sha1,
 		unsigned char fanout, char *path)
-- 
2.5.0

      parent reply	other threads:[~2016-03-24 19:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-24 19:41 [PATCH 0/2] GSoC student Motroni Igor
2016-03-24 19:41 ` [PATCH 1/2] Modified flag field type in rev_list_info struct in bisect.h. There is no need for flag field to be signed, as it is not supposed to be used as decimal Motroni Igor
2016-03-24 19:51   ` Stefan Beller
2016-03-24 20:01     ` work
2016-03-24 22:56       ` Eric Sunshine
2016-03-24 23:04         ` Stefan Beller
2016-03-25  6:18           ` Junio C Hamano
2016-03-25 12:53             ` work
2016-03-25 16:54               ` Eric Sunshine
2016-03-24 19:41 ` Motroni Igor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458848469-12663-3-git-send-email-motroniii@gmail.com \
    --to=motroniii@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).