Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] 2 problems with git-status.html

Just to clarify:
> 1. I cannot 'checkout' a file that I want to get rid of. It has a "+" meaning it is a new file in case that matter.
If you use git command line in this case, it will give you error " *** did not match any file(s) known to git". Maybe what we can do is to disable the checkout action in this case from the UI.
Also I think when Tomasz mentioned "Checking out individual files is not yet supported" he might men "Unstage".

--Libing


Inactive hide details for Tomasz Zarna ---08/26/2011 10:01:08 AM---> 1. I cannot 'checkout' a file that I want to get rid of. ITomasz Zarna ---08/26/2011 10:01:08 AM---> 1. I cannot 'checkout' a file that I want to get rid of. It has a "+" meaning it is a new file in

From: Tomasz Zarna <TomaszZarna@xxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 08/26/2011 10:01 AM
Subject: Re: [orion-dev] 2 problems with git-status.html
Sent by: orion-dev-bounces@xxxxxxxxxxx





> 1. I cannot 'checkout' a file that I want to get rid of. It has a "+"
meaning it is a new file in case that matter.

Checking out individual files is not yet supported, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347776 and blocking bugs in
JGit :(

> 2. Some how I commited exactly the same message twice, first real second
one had zero files.

This sounds like a bug, the Commit button should be disabled if there are
no changes... unless you want to amend the prev commit. But I guess that
was not the case here.
--
Tomek



From: John J Barton <johnjbarton@xxxxxxxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 2011-08-26 06:37
Subject: [orion-dev] 2 problems with git-status.html
Sent by: orion-dev-bounces@xxxxxxxxxxx



1. I cannot 'checkout' a file that I want to get rid of. It has a "+"
meaning it is a new file in case that matter.
2. Some how I commited exactly the same message twice, first real second
one had zero files.
https://github.com/johnjbarton/Purple/commit/d1ec2094088f1631a9c01de73decfd000f6c5717
The UI should not allow it, but of course it cannot be reproduced I guess.

jjb
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev

GIF image


Back to the top