9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Xiao-Yong Jin <meta.jxy@gmail.com>
To: 9front@9front.org
Subject: [9front] inconsistencies after a sysupdate
Date: Mon, 28 Jun 2021 12:18:53 -0500	[thread overview]
Message-ID: <4B18B9CC-E8DB-4D27-AFCC-8FF66B2E5DAC@gmail.com> (raw)

After a sysupdate, I currently have

; git/branch -a
heads/front
remotes/THEM/front
remotes/origin/front
; ls -l .git/
--rw-rw-r-- M 214 glenda sys  22 Jun 23 10:17 .git/HEAD
--rw-rw-r-- M 214 glenda sys 107 Jun  9 12:01 .git/config
--rw-rw-r-- M 214 glenda sys  31 Jun  9 12:03 .git/desc
d-r-xr-xr-x M 254 glenda sys   0 Jun  9 12:03 .git/fs
d-rwxrwxr-x M 214 glenda sys   0 Jun 14 11:31 .git/index9
d-rwxrwxr-x M 214 glenda sys   0 Jun  9 12:01 .git/objects
d-rwxrwxr-x M 214 glenda sys   0 Jun  9 12:01 .git/refs
--rw-rw-r-- M 214 glenda sys   0 Jun  9 12:03 .git/webpublish
; cat .git/HEAD
ref: refs/heads/front
; cat .git/refs/heads/front
658757abed7be283e06bae3b1722fc2703334d74
; git/diff /sys/src/cmd/vt
; git/log|sed 3q
Hash:	658757abed7be283e06bae3b1722fc2703334d74
Author:	Anthony Martin <ality@pbrane.org>
Date:	Sat Jun 26 19:13:58 -0500 2021
; diff -c /.git/fs/object/658757abed7be283e06bae3b1722fc2703334d74/tree/sys/src/cmd/vt /sys/src/cmd/vt
diff -c /.git/fs/object/658757abed7be283e06bae3b1722fc2703334d74/tree/sys/src/cmd/vt/cons.h /sys/src/cmd/vt/cons.h
/.git/fs/object/658757abed7be283e06bae3b1722fc2703334d74/tree/sys/src/cmd/vt/cons.h:54,60 - /sys/src/cmd/vt/cons.h:54,60
  extern int	number(Rune *, int *);
  extern void	shift(int,int,int,int);
  extern void	scroll(int,int,int,int);
- extern void	backup(int);
+ extern int	backup(int);
  extern void	sendnchars(int, char *);
  extern Point	pt(int, int);
  extern Point	pos(Point);
; git/walk sys/src/cmd/vt
T sys/src/cmd/vt/cons.h
T sys/src/cmd/vt/fs.c
T sys/src/cmd/vt/main.c
T sys/src/cmd/vt/mkfile
T sys/src/cmd/vt/termcap
T sys/src/cmd/vt/vt.c


So git/walk is wrong.  How do I fix this?


             reply	other threads:[~2021-06-29 10:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28 17:18 Xiao-Yong Jin [this message]
2021-06-28 18:33 ` ori
2021-06-28 18:57   ` Xiao-Yong Jin
2021-06-30  0:47     ` ori
2021-07-04 23:53       ` kvik

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=4B18B9CC-E8DB-4D27-AFCC-8FF66B2E5DAC@gmail.com \
    --to=meta.jxy@gmail.com \
    --cc=9front@9front.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).