Package: git-crecord
Version: 20161226.0-1
Severity: important

The stage command doesn't stage to the index, it commits.

pabs@chianamo ~ $ mkdir tmp-git-crecord-staging
pabs@chianamo ~ $ cd tmp-git-crecord-staging
pabs@chianamo ~/tmp-git-crecord-staging $ git init
Initialized empty Git repository in /home/pabs/tmp-git-crecord-staging/.git/
pabs@chianamo ~/tmp-git-crecord-staging (master #) $ echo foo > foo
pabs@chianamo ~/tmp-git-crecord-staging (master #%) $ git add foo 
pabs@chianamo ~/tmp-git-crecord-staging (master +) $ git commit -m foo
[master (root-commit) bc685de] foo
 1 file changed, 1 insertion(+)
 create mode 100644 foo
pabs@chianamo ~/tmp-git-crecord-staging (master) $ echo bar >> foo
pabs@chianamo ~/tmp-git-crecord-staging (master *) $ git crecord 
<press s key>
<editor launched, type bar>
[master 9b922dc] bar
 1 file changed, 1 insertion(+)
pabs@chianamo ~/tmp-git-crecord-staging (master) $ git log
commit 9b922dc5fe8a8da09910f545eb48e889cb473912
Author: Paul Wise <[email protected]>
Date:   Sat Apr 22 15:08:15 2017 +0800

    bar

commit bc685de6bf58b16efbf7f396eb031578fafd0d89
Author: Paul Wise <[email protected]>
Date:   Sat Apr 22 15:07:41 2017 +0800

    foo

-- System Information:
Debian Release: 9.0
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (860, 
'testing-proposed-updates'), (800, 'unstable-debug'), (800, 'unstable'), (790, 
'buildd-unstable'), (700, 'experimental-debug'), (700, 'experimental'), (690, 
'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages git-crecord depends on:
ii  python-docutils  0.13.1+dfsg-2
pn  python:any       <none>

git-crecord recommends no packages.

git-crecord suggests no packages.

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to