List for cgit developers and users
 help / color / mirror / Atom feed
* RFC: replace 'unsigned char sha1[20]' with 'struct object_id oid'
@ 2016-09-29 20:27 list
  0 siblings, 0 replies; only message in thread
From: list @ 2016-09-29 20:27 UTC (permalink / raw)


Hello everybody,

upstream git is replacing 'unsigned char sha1[20]' with 'struct object_id
oid'. We have some code that can be changed independent from upstream. So
here we go...

The following changes since commit 11695a58fd732689be486edf88d145578a787c89:

  git: update to v2.10.0 (2016-09-04 12:38:18 +0200)

are available in the git repository at:

  ssh://git at git.zx2c4.com/cgit ch/sha1-oid

for you to fetch changes up to 0a8ac85a21bd9db1b002dd5658c48f36dc3902af:

  ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id
  oid' (2016-09-29 22:17:07 +0200)

----------------------------------------------------------------
Christian Hesse (10):
      cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'
      ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'
      ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'
      ui-log: replace 'unsigned char sha1[20]' with 'struct object_id oid'
      ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'
      ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'
      ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'
      ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id
          oid'
      ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'
      ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'

 cgit.c        |  9 +++++----
 ui-blob.c     | 44 ++++++++++++++++++++++----------------------
 ui-commit.c   |  8 ++++----
 ui-log.c      |  2 +-
 ui-patch.c    | 22 +++++++++++-----------
 ui-plain.c    |  6 +++---
 ui-shared.c   | 10 +++++-----
 ui-snapshot.c | 18 +++++++++---------
 ui-tag.c      | 12 ++++++------
 ui-tree.c     |  6 +++---
 10 files changed, 69 insertions(+), 68 deletions(-)

-- 
main(a){char*c=/*    Schoene Gruesse                         */"B?IJj;MEH"
"CX:;",b;for(a/*    Best regards             my address:    */=0;b=c[a++];)
putchar(b-1/(/*    Chris            cc -ox -xc - && ./x    */b/42*2-3)*42);}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 455 bytes
Desc: OpenPGP digital signature
URL: <http://lists.zx2c4.com/pipermail/cgit/attachments/20160929/21b0c86f/attachment.asc>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-29 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-29 20:27 RFC: replace 'unsigned char sha1[20]' with 'struct object_id oid' list

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).