From: "Marco Costalba" <mcostalba@gmail.com>
To: "Junio C Hamano" <junkio@cox.net>
Cc: "Linus Torvalds" <torvalds@linux-foundation.org>,
"GIT list" <git@vger.kernel.org>
Subject: Re: [PATCH 1/2] run_diff_{files,index}(): update calling convention.
Date: Sat, 10 Feb 2007 09:46:10 +0100 [thread overview]
Message-ID: <e5bfff550702100046m1c0b1931t11ed0cf95853cda9@mail.gmail.com> (raw)
In-Reply-To: <e5bfff550702100029h65d1fd3fke5496da0664642ee@mail.gmail.com>
On 2/10/07, Marco Costalba <mcostalba@gmail.com> wrote:
> >
> 'git runstatus' shows all the files also _before_ your patch has been
> applied (I have tested again now resetting HEAD so to remove your two
> patches).
>
This is the complete log under Windows (git with Cygwin distribution,
but run _outside_ cygwin shell, directly in Windows cmd.exe shell).
And _after_ under Linus, current git tree _without_ your last patches applied.
*************** UNDER WINDOWS ***********************
C:\varie\c\qgit4>git status
# Untracked files:
# (use "git add" to add to commit)
#
# AAA_convert.xls.lnk
# Cygwin.lnk
# Qt 4.2.2 Command Prompt.lnk
# bld.bat
# cmd.txt
# explore2fs.exe.lnk
# log.txt
# qgit.lnk
# src/object_script.qgit.Debug
# src/object_script.qgit.Release
# src/object_script.qgit_bin.Debug
# src/object_script.qgit_bin.Release
# start_qgit.bat
nothing to commit
C:\varie\c\qgit4>git runstatus
# Untracked files:
# (use "git add" to add to commit)
#
# AAA_convert.xls.lnk
# Cygwin.lnk
# Qt 4.2.2 Command Prompt.lnk
# bld.bat
# cmd.txt
# explore2fs.exe.lnk
# log.txt
# qgit.lnk
# src/object_script.qgit.Debug
# src/object_script.qgit.Release
# src/object_script.qgit_bin.Debug
# src/object_script.qgit_bin.Release
# start_qgit.bat
nothing to commit
*************** UNDER LINUX **************************
bash-3.1$ git status
fatal: unable to create '.git/index.lock': Read-only file system
bash-3.1$ git runstatus
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
#
# modified: .gitignore
# modified: README
# modified: exception_manager.txt
# modified: qgit.pro
# modified: src/annotate.cpp
# modified: src/annotate.h
# modified: src/cache.cpp
# modified: src/cache.h
# modified: src/commit.ui
# modified: src/commitimpl.cpp
------------- cut (all remaining files) -----------------------
# modified: src/resources/source_h.png
# modified: src/resources/source_java.png
# modified: src/resources/source_pl.png
# modified: src/resources/source_py.png
# modified: src/resources/tab_remove.png
# modified: src/resources/tar.png
# modified: src/resources/txt.png
# modified: src/resources/view_choose.png
# modified: src/resources/view_top_bottom.png
# modified: src/resources/view_tree.png
# modified: src/resources/wizard.png
# modified: src/revdesc.cpp
# modified: src/revdesc.h
# modified: src/revsview.cpp
# modified: src/revsview.h
# modified: src/revsview.ui
# modified: src/settings.ui
# modified: src/settingsimpl.cpp
# modified: src/settingsimpl.h
# modified: src/src.pro
# modified: src/todo.txt
# modified: src/treeview.cpp
# modified: src/treeview.h
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# AAA_convert.xls.lnk
# Cygwin.lnk
# Qt 4.2.2 Command Prompt.lnk
# bld.bat
# cmd.txt
# explore2fs.exe.lnk
# log.txt
# qgit.lnk
# src/object_script.qgit.Debug
# src/object_script.qgit.Release
# src/object_script.qgit_bin.Debug
# src/object_script.qgit_bin.Release
no changes added to commit (use "git add" and/or "git commit -a")
bash-3.1$
next prev parent reply other threads:[~2007-02-10 8:46 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-09 19:25 'git status' is not read-only fs friendly Marco Costalba
2007-02-09 19:56 ` Linus Torvalds
2007-02-09 20:19 ` Marco Costalba
2007-02-09 20:27 ` Junio C Hamano
2007-02-09 20:22 ` Junio C Hamano
2007-02-09 20:29 ` Morten Welinder
2007-02-09 23:27 ` Theodore Tso
2007-02-09 20:35 ` Marco Costalba
2007-02-09 20:59 ` Linus Torvalds
2007-02-10 0:12 ` Junio C Hamano
2007-02-10 0:16 ` Junio C Hamano
2007-02-10 2:51 ` [PATCH 1/2] run_diff_{files,index}(): update calling convention Junio C Hamano
2007-02-10 8:02 ` Marco Costalba
2007-02-10 8:20 ` Junio C Hamano
2007-02-10 8:29 ` Marco Costalba
2007-02-10 8:46 ` Marco Costalba [this message]
2007-02-10 10:40 ` Junio C Hamano
2007-02-10 11:25 ` Marco Costalba
2007-02-10 15:13 ` Junio C Hamano
2007-02-10 15:51 ` Marco Costalba
2007-02-10 2:51 ` [PATCH 2/2] git-runstatus --refresh Junio C Hamano
2007-02-10 14:19 ` 'git status' is not read-only fs friendly Johannes Schindelin
2007-02-10 14:31 ` Marco Costalba
2007-02-10 14:41 ` Johannes Schindelin
2007-02-10 14:48 ` Marco Costalba
2007-02-10 14:51 ` Marco Costalba
2007-02-10 16:25 ` Junio C Hamano
2007-02-10 20:36 ` Johannes Schindelin
2007-02-11 21:57 ` Junio C Hamano
2007-02-11 22:09 ` Johannes Schindelin
2007-02-11 22:28 ` Johannes Schindelin
2007-02-11 22:30 ` Junio C Hamano
2007-02-11 23:24 ` Johannes Schindelin
2007-02-10 14:59 ` Johannes Schindelin
2007-02-10 15:45 ` Marco Costalba
2007-02-10 15:54 ` Nicolas Pitre
2007-02-10 16:27 ` Junio C Hamano
2007-02-10 16:40 ` Nicolas Pitre
2007-02-10 16:46 ` Junio C Hamano
2007-02-10 17:03 ` Nicolas Pitre
2007-02-10 18:00 ` Junio C Hamano
2007-02-10 18:43 ` Theodore Tso
2007-02-10 18:53 ` Nicolas Pitre
2007-02-10 18:56 ` Theodore Tso
2007-02-10 19:08 ` Marco Costalba
2007-02-10 17:37 ` Linus Torvalds
2007-02-10 18:51 ` Nicolas Pitre
2007-02-11 6:33 ` Junio C Hamano
2007-02-11 7:23 ` Shawn O. Pearce
2007-02-10 20:40 ` Johannes Schindelin
2007-02-10 16:25 ` Junio C Hamano
2007-02-10 16:35 ` Marco Costalba
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=e5bfff550702100046m1c0b1931t11ed0cf95853cda9@mail.gmail.com \
--to=mcostalba@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=torvalds@linux-foundation.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).