All of lore.kernel.org
 help / color / mirror / Atom feed
* git question
@ 2012-02-02 19:41 Mark Hounschell
  2012-02-02 19:49 ` Jack Stone
  0 siblings, 1 reply; 31+ messages in thread
From: Mark Hounschell @ 2012-02-02 19:41 UTC (permalink / raw)
  To: Linux-kernel

It's been a while but this used to work.

# git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-allstable.git
Cloning into linux-2.6-allstable...
fatal: The remote end hung up unexpectedly

Google showed nothing helpful? Where do I go. I need to bisect from 
2.6.38 to 2.6.39

Thanks
Mark



^ permalink raw reply	[flat|nested] 31+ messages in thread
* Git Question
@ 2018-03-29  1:49 Mark Wartman
  2018-03-29  1:58 ` Taylor Blau
  0 siblings, 1 reply; 31+ messages in thread
From: Mark Wartman @ 2018-03-29  1:49 UTC (permalink / raw)
  To: git

Hello,

I am currently running git version 2.10.1 (Apple Git-78).  When I run git config —list:   it returns
credential.helper-osxkeychain
filter.lfs.clean=git=lfs clean — %f
filter.lfs.smudge=git-lfs smudge — %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
user.name=markwartman1
user.email=markwartman@d2l.lonestar.edu

I am following this tutorial and I expected to only see user.name & user.email, so what are the filters.lfs’s and the credential.helper?  Should I ignore them, or try to get rid of them?  Please advise.  

What is the best way to upgrade to a newer stable version of git?

Thanks,

Mark

^ permalink raw reply	[flat|nested] 31+ messages in thread
* GIT Question
@ 2016-01-20 21:28 Draggs, Tori
  2016-01-22 16:51 ` Johannes Schindelin
  0 siblings, 1 reply; 31+ messages in thread
From: Draggs, Tori @ 2016-01-20 21:28 UTC (permalink / raw)
  To: git@vger.kernel.org

Specs:
MacBook Pro 
OS X Yosemite
2.6 GHz Intel Core i5, 8GN 1600 MHz DDR3

After selecting the Git option in a recent install of Visual Studio Code 2015 for MAC, my filesystem was removed. I can no longer access any of the local files stored on my machine. After researching many blogs/websites to no avail I am reaching out to you.  I contacted Apple Support who instructed me to contact the developers for GIT.
 
I am a struggling college student interested in a development career. After spending nearly a year to save up for my laptop - seeing everything gone after a few lines of code is more than devastating.  I am new to GIT and am overwhelmed by the breadth of information available.  If you could share your expertise and guide me to a resource that may address this issue I would be so very grateful.  This is my first real project and I was trying to get myself set up with Visual Studio Code 2015 for Mac.  I know that is not your concern, so getting back to my inquiry - specifically I am looking for information on rolling back a possible commit that removed my entire MacBook Pro file system. I have the .bash_history and am including it below. 

git
git status
git log
git rm
git rm -r
--r
git -r
--r git
git
git diff
git log
git status
git log -diff-filter=D -summary
git log -diff-filter=D -summary
git log -diff-filter=D -author=Parent -summary
gitcheckout <commit>~1 (I believe this is where things exploded)
git fsck -lost-found
ls  .git/lost-found/other
ls.git/lost-found/other
git fsck -lost-found ls .git/lost-found/other
git stash
git pull -rebase
git stash pop
git reflog
git checkout -b branch-name c3a4103
git fsck -lost-found ls unreachable
open .git/lost-found/other
cd .git/lost-found/othergit cat-file -p c3a4103
git rm -rf
git reset -hard
git resert -hard
--help
Help
Restore
--restore

--While there is more I don't believe it will assist with your investigation.  If the full file is needed, I would be more than happy to forward it to your attention.   




Thank you again for your time and expertise.  

Tori Draggs
Tori.draggs@mercy.net
Techgeek2013@gmail.com
Github: https://github.com/gnugal314 

This electronic mail and any attached documents are intended solely for the named addressee(s) and contain confidential information. If you are not an addressee, or responsible for delivering this email to an addressee, you have received this email in error and are notified that reading, copying, or disclosing this email is prohibited. If you received this email in error, immediately reply to the sender and delete the message completely from your computer system.

^ permalink raw reply	[flat|nested] 31+ messages in thread
* git question
@ 2012-01-23 23:02 chromaticwt zac
  2012-01-24  5:11 ` Tirtha Ghosh
  0 siblings, 1 reply; 31+ messages in thread
From: chromaticwt zac @ 2012-01-23 23:02 UTC (permalink / raw)
  To: kernelnewbies

I have a git question regarding the linux kernel. I have cloned
linux-stable. I want to merge fs/btrfs from another tree into my
linux-stable repo. how can I do this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120123/fbcb05fa/attachment.html 

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [can-utils] canbusload: flush output at the end of each cycle
@ 2011-12-21  9:19 Kurt Van Dijck
  2011-12-22  6:40 ` Oliver Hartkopp
  0 siblings, 1 reply; 31+ messages in thread
From: Kurt Van Dijck @ 2011-12-21  9:19 UTC (permalink / raw)
  To: linux-can

canbusload: flush output at the end of each cycle

When canbusload is piped to another program, the output
is queued for several cycles. This patch will flush the output
explicitely.

Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be>

This patch is available in git@gitorious.org:~kurt-vd/can-j1939-utils
in branch regular.

diff --git a/canbusload.c b/canbusload.c
index 26323d2..2693b9e 100644
--- a/canbusload.c
+++ b/canbusload.c
@@ -201,6 +201,7 @@ void printstats(int signo)
 	}
 
 	printf("\n");
+	fflush(stdout);
 
 	alarm(1);
 }

^ permalink raw reply related	[flat|nested] 31+ messages in thread
* git question
@ 2010-08-14  9:25 Stefan Kuhne
  2010-08-14 11:11 ` Vincent Hanquez
  0 siblings, 1 reply; 31+ messages in thread
From: Stefan Kuhne @ 2010-08-14  9:25 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 319 bytes --]

Hello,

how can i get pv/pcifront-2.6.32 from Konrad.
When i make "git clone
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
xen-pcifront/" i get a complete 2.6.34 Kernel Tree.

And:
root@Dev-Eis2:/usr/src/xen-pcifront# git tag -l
root@Dev-Eis2:/usr/src/xen-pcifront#

Regards,
Stefan Kuhne


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 552 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 31+ messages in thread
* git question
@ 2006-02-14 10:04 Jes Sorensen
  2006-02-14 13:12 ` Jes Sorensen
                   ` (5 more replies)
  0 siblings, 6 replies; 31+ messages in thread
From: Jes Sorensen @ 2006-02-14 10:04 UTC (permalink / raw)
  To: linux-ia64

Hi,

I was trying to checkout a copy of Tony's release tree, but I get a
strange error when doing so.

Anyone know how to get around this, or is it not possible to do so?

first:
git-clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
then:
[jes@tomahawk linux-2.6]$ git-pull
fatal: Needed a single revision
Pulling into a black hole?

???

Thanks,
Jes

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2018-04-01  3:15 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 19:41 git question Mark Hounschell
2012-02-02 19:49 ` Jack Stone
2012-02-02 19:57   ` Mark Hounschell
  -- strict thread matches above, loose matches on Subject: below --
2018-03-29  1:49 Git Question Mark Wartman
2018-03-29  1:58 ` Taylor Blau
     [not found]   ` <15759EC4-0867-44B3-995D-6EC121A6EC4C@gmail.com>
2018-04-01  3:15     ` Taylor Blau
2016-01-20 21:28 GIT Question Draggs, Tori
2016-01-22 16:51 ` Johannes Schindelin
     [not found]   ` <1E23015B9294604195E5EBA53602E115FCF59F@WDC-VMAILBOXP25.smrcy.com>
2016-01-22 17:08     ` Johannes Schindelin
2016-01-22 17:22       ` Draggs, Tori
2016-01-22 17:58         ` Santiago Torres
2012-01-23 23:02 git question chromaticwt zac
2012-01-24  5:11 ` Tirtha Ghosh
2011-12-21  9:19 [can-utils] canbusload: flush output at the end of each cycle Kurt Van Dijck
2011-12-22  6:40 ` Oliver Hartkopp
2012-01-11 11:12   ` Marc Kleine-Budde
2012-01-11 11:18     ` git question Kurt Van Dijck
2012-01-11 11:28       ` Marc Kleine-Budde
2012-01-11 12:22         ` Kurt Van Dijck
2010-08-14  9:25 Stefan Kuhne
2010-08-14 11:11 ` Vincent Hanquez
2010-08-14 13:15   ` Stefan Kuhne
2010-08-14 14:16     ` Pasi Kärkkäinen
2010-08-14 14:22       ` Stefan Kuhne
2010-08-14 19:34         ` Daniel Stodden
2010-08-16 11:55         ` Josip Rodin
2010-08-16 16:06           ` Konrad Rzeszutek Wilk
2006-02-14 10:04 Jes Sorensen
2006-02-14 13:12 ` Jes Sorensen
2006-02-14 16:56 ` Luck, Tony
2006-02-28  9:51 ` Jes Sorensen
2006-02-28 15:22 ` Luck, Tony
2006-02-28 15:45 ` Jes Sorensen
2006-02-28 15:51 ` Luck, Tony

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.