Bugreport
Marcel Svitalský <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
What did you do before the bug happened? (Steps to reproduce your issue)
I called `git lg` command to display git graph log in my terminal. The
command is defined in my
general gitconfig file as follows:
# double liner with hash, time, branches and tags on first line and the
message on second
lg = "!f() { num=15; if [ \"$1\" != \"\" ] && ( echo \"$1\" | grep -q
\"^[0-9]\\\\+\\$\" ) ; then num=\"$1\" ; shift ; fi ; [ $num -eq 0 ] &&
num=999999999 ; git \"$@\" log -n \"$num\" --graph --abbrev-commit
--decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold
cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold
yellow)%d%C(reset)%n'' %C(white)%s%C(reset)' --all; }; f"
What did you expect to happen? (Expected behavior)
I expected to see git graph log with the project commits.
What happened instead? (Actual behavior)
On top of the project commits were added these four pseudo-commits made
by some Git component(s).
* f7b611ce - Wed, 12 Aug 2026 09:26:03 +0200 (5 hours ago)
| Notes added by 'git notes append' - rewrite-analytics
* 1a7605bb - Wed, 12 Aug 2026 09:26:03 +0200 (5 hours ago)
| Notes added by 'git notes append' - rewrite-analytics
* c2a05d79 - Wed, 12 Aug 2026 09:25:03 +0200 (5 hours ago)
| Notes added by 'git notes append' - rewrite-analytics
\
* 01c630e0 - Wed, 12 Aug 2026 09:13:00 +0200 (5 hours ago)
chatter: initialize notes ref - chatter
They are not graphically connected with the actual commits, they just
sit there over them. No other graphical
tool (Sublime Merge, IntelliJ Idea) displays them.
Originally, when I opened the project, only the first (chronologically)
commit (by chatter) appeared,
and those by rewrite-analytics seem to be added with actual commits in
branches, each for one branch.
Sometimes after more commits or merges they disappear and after removing
(`git reset --hard`) those new
commits/merges they re-appear (I played with it a little).
They are not always on top, sometimes when a new commit in a branch is
made it gets on top and these
pseudo-commits sit beside (to the right) of the graph log, still
unconnected.
What's different between what you expected and what actually happened?
Those pseudo-commits.
Anything else you want to add: The terminal is tmux running on
mate-terminal.
Please review the rest of the bug report below.
You can delete any lines you don't wish to share.
[System Info]
git version:
git version 2.55.0.559.g11c6700f10
cpu: x86_64
built from commit: 11c6700f10234578d10523faf35656ca491425c9
sizeof-long: 8
sizeof-size_t: 8
shell-path: /bin/sh
rust: enabled
feature: fsmonitor--daemon
gettext: enabled
libcurl: 8.21.0
OpenSSL: OpenSSL 3.6.3 9 Jun 2026
zlib: 1.3.2
SHA-1: SHA1_DC
SHA-256: SHA256_BLK
default-ref-format: files
default-hash: sha1
uname: Linux 7.1.6-1-MANJARO #1 SMP PREEMPT_DYNAMIC Mon, 03 Aug 2026
10:34:01 +0000 x86_64
compiler info: gnuc: 16.1
libc info: glibc: 2.44
$SHELL (typically, interactive shell): /bin/bash
[Enabled Hooks]