Re: [PATCH v2 05/14] sha1_file: convert hash_sha1_file to object_id

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

 



On Mon, Jan 22, 2018 at 12:04:28PM +0100, Patryk Obara wrote:
> @@ -969,7 +969,7 @@ static int ident_to_worktree(const char *path, const char *src, size_t len,
>  
>  		/* step 4: substitute */
>  		strbuf_addstr(buf, "Id: ");
> -		strbuf_add(buf, sha1_to_hex(sha1), 40);
> +		strbuf_add(buf, sha1_to_hex(oid.hash), GIT_SHA1_HEXSZ);

oid_to_hex()?

--
Duy



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux