After converting my CVS repositories from CVS to git using
git cvsimport -a -m -A authors repo
I see that two branches, master and origin are created:
$ cd repo
$ git branch
* master
origin
What is the branch origin for? Should I delete it?
Steve
t is kept. How can one get rid of this?
Steve
T -> C2
|
V
C1
where T takes the commit message and date from C3. How can I achieve
that?
Steve
On Fri, Nov 2, 2018 at 11:43 AM Johannes Sixt wrote:
>
> Am 02.11.18 um 15:47 schrieb Steve Hoelzer:
> > On Thu, Nov 1, 2018 at 5:22 AM Johannes Sixt wrote:
> >>
> >> Am 31.10.18 um 22:11 schrieb Steve Hoelzer via GitGitGadget:
> >>> @@ -614,7 +
On Thu, Nov 1, 2018 at 5:22 AM Johannes Sixt wrote:
>
> Am 31.10.18 um 22:11 schrieb Steve Hoelzer via GitGitGadget:
> > From: Steve Hoelzer
> >
> > From Visual Studio 2015 Code Analysis: Warning C28159 Consider using
> > 'GetTickCount64' instead of
From: Steve Hoelzer
>From Visual Studio 2015 Code Analysis: Warning C28159 Consider using
'GetTickCount64' instead of 'GetTickCount'.
Reason: GetTickCount() overflows roughly every 49 days. Code that does
not take that into account can loop indefinitely. GetTickCount
On 2018-10-07 2:08 am, Junio C Hamano wrote:
Steve writes:
Since stash list accepts git-log options, add the following useful
options that make sense in the context of the `git stash list`
command:
--name-status --oneline --patch-with-stat
Signed-off-by: Steven Fernandez
---
This is
Since stash list accepts git-log options, add the following useful
options that make sense in the context of the `git stash list` command:
--name-status --oneline --patch-with-stat
Signed-off-by: Steven Fernandez
---
This is my first patch to the project so please be excuse any process
erro
Since stash list accepts git-log options, add the following useful
options that make sense in the context of the `git stash list` command:
--name-status --oneline --patch-with-stat
Signed-off-by: Steven Fernandez
---
This is my first patch to the project so please be excuse any process errors
Lars,
I think this proposed solution may resolve my issue.
Thanks
Steve Groeger
Java Runtimes Development
IBM Hursley
IBM United Kingdom Ltd
Tel: (44) 1962 816911 Mobex: 279990 Mobile: 07718 517 129
Fax (44) 1962 816800
Lotus Notes: Steve Groeger/UK/IBM
Internet: groe
different encodings on different platforms?
I could not find anything that would allow us to say 'if platform = z/OS then
encoding=EBCDIC else encoding=ASCII'. Is there a way this can be done?
Thanks
Steve Groeger
Java Runtimes Development
IBM Hursley
IBM United Kingdom Lt
I could not find anything that would allow us to say 'if platform = z/OS then
encoding=EBCDIC else encoding=ASCII'. Is there a way this can be done?
Thanks
Steve Groeger
Java Runtimes Development
IBM Hursley
IBM United Kingdom Ltd
Tel: (44) 1962 816911 Mobex: 279990 Mobile:
files ever existed.
What command do I do to remove all mention of doc/propdir and its
files from my git history?
Thanks,
SteveT
Steve Litt
June 2018 featured book: Twenty Eight Tales of Troubleshooting
http://www.troubleshooters.com/28
obo as the remote repository and bam it worked!
You are right that the info on Windows is a bit sparse. I learned a lot and
want to thank you again.
Steve Heinz
Steve Heinz | Lead Programmer Analyst, Information Technology
AAA Northeast | 1415 Kellum Place | Garden City, NY 11530
X8042 | T 516-53
Randall
Thank you, I tried it but that didn't work either. I did find out what my
issue was. I need some type of client that would be setup to listen for the
requests.
Steve
-Original Message-
From: Randall S. Becker
Sent: Tuesday, June 05, 2018 6:19 PM
To: Heinz, Steve
ote repository still same error
*** I checked port 443 is opened and being used for https
*** tried to set origin to https://xyz.domainname.com/repos"; and then $git push
origin master (same error)
*** I tried passing credentials to the remote server as well
Any ideas would be greatly appreci
Johannes,
On Mon, Oct 16, 2017 at 5:57 AM, Johannes Schindelin
wrote:
> Hi Steve,
>
> On Sun, 15 Oct 2017, Johannes Schindelin wrote:
>
>> On Fri, 13 Oct 2017, Steve Hoelzer wrote:
>>
>> > On Thu, Oct 12, 2017 at 5:53 PM, Johannes Schindelin
>> >
ctober 5th 2017)
>
> New Features
>
> * Comes with Git LFS v2.3.3.
I just ran "git update" and afterward "git version" reported
2.14.2(3), but "git lfs version" still said 2.3.2.
I also uninstalled/reinstalled Git for Windows and LFS is still 2.3.2.
Steve
contains a bug in the `git lfs clone` and `git lfs pull` calls:
> https://github.com/git-lfs/git-lfs/issues/2649
>
> I expect 2.3.3 to be out soonish.
It's out now.
Steve
Referencing: https://gitlab.com/python-mode-devs/python-mode/issues/36
I reported a bug because when adding the python-mode repo as a
submodule in my project, it shows as "dirty".
The maintainers of that module reported back that my bug cannot be reproduced.
I upgraded my local install to 2.13.2
On Wed, Apr 26, 2017 at 12:17 PM, Johannes Schindelin
wrote:
> From: Stephen Hicks
>
> In the scripted version of the interactive rebase, there was no internal
> representation of the todo list; it was re-read before every command.
> That allowed the hack that an `exec` command could append (or e
mission
> is to improve the experience of Git for Windows. This is very exciting
> to me: I finally can focus pretty much full time on something that I
> could only address in my spare time previously.
This is great news for GfW users like me and git in general.
Congratulations, Johannes!
"git checkout" resets modified files
Version git 2.5.0,
Description:
I was automating a process that would pull and switch to another
branch when I stumbled across this. I have not been able to emulate
this from command line but using go (or I imagine other languages are
similar) if you execute
On Fri, Jun 6, 2014 at 12:34 PM, Junio C Hamano wrote:
> Steve Hoelzer writes:
>
>> instanceof() is listed as keywords, but there is no such thing (it is
>> in Java, though); in C# we use typeof(), 'is', and 'as for similar
>> purposes
>
> Yo
On Thu, Jun 5, 2014 at 5:59 PM, Junio C Hamano wrote:
> Sup Yut Sum writes:
>
>> async is in C# 5.0
>> foreach is in C# 1.0
>
>> instanceof is in Java. The similar keywords are typeof, is, as in C# 1.0
>
> This one made me read it twice, until I realized you meant
>
> instanceof() is listed a
/94
> [2] https://code.google.com/p/msysgit/issues/detail?id=320
Thanks for the tip! I didn't know about fscache, but I'll definitely
give it a try. Is there a reason it is not turned on by default in Git
for Windows?
Steve
--
To unsubscribe from this list: send the line "unsubscribe git&qu
There is consensus that the default should change because it will
benefit nearly all users (some just a little, but some a lot).
See [1] and replies.
[1]:
http://git.661346.n2.nabble.com/git-status-takes-30-seconds-on-Windows-7-Why-tp7580816p7580853.html
Signed-off-by: Steve Hoelzer
Just to confirm a recent answer to questions on lkml ...
1) There is no way to send a particular changeset from the "middle" of a
set from one tree to another, without exporting it as a patch or
rebuilding a new git tree. I have two changesets that, after testing
last week, I now consider mo
28 matches
Mail list logo