Re: git-gui: unstaged changes windowpane resets after unstaging a line
- Date: Mon, 1 Apr 2019 14:29:54 +0200
- From: Jan Ziak <0xe2.0x9a.0x9b@xxxxxxxxx>
- Subject: Re: git-gui: unstaged changes windowpane resets after unstaging a line
On Mon, 1 Apr 2019 at 08:40, Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> wrote: > Could you try to come up with a recipe from an empty repository? $ cat a.sh #!/bin/bash set -e git init for((i=0; i<25; i++)); do echo line1 > file$i done git add file* git commit -m "initial commit" for((i=0; i<25; i++)); do echo line2 >> file$i echo line3 >> file$i echo line4 >> file$i done git gui Run a.sh in a new empty directory, then: 1. Select "Unstaged Changes" -> file24 2. Stage line2 & line3 for commit 3. Select "Staged Changes" -> file24 4. Unstage line2 from commit (see the attached screenshot) 5. >>> "Unstaged Changes" windowpane resets <<< Sincerely Jan
Attachment:
desktop 2019-04-01 14:15:30+02:00.png
Description: PNG image
- References:
- git-gui: unstaged changes windowpane resets after unstaging a line
- From: Jan Ziak
- Re: git-gui: unstaged changes windowpane resets after unstaging a line
- From: Bert Wesarg
- Re: git-gui: unstaged changes windowpane resets after unstaging a line
- From: Jan Ziak
- Re: git-gui: unstaged changes windowpane resets after unstaging a line
- From: Bert Wesarg
- git-gui: unstaged changes windowpane resets after unstaging a line
- Prev by Date: [PATCH v2] read-tree.txt: clarify --reset and worktree changes
- Next by Date: Re: [GSoC] Unify ref-filter formats with other --pretty formats
- Previous by thread: Re: git-gui: unstaged changes windowpane resets after unstaging a line
- Next by thread: [PATCH] mailinfo: support Unicode scissors
- Index(es):