login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
git
»
2005
»
October
»
5
[PATCH] Fix symbolic ref validation
view
thread
Score:
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Jonas Fonseca <fonseca@...>
To: Junio C Hamano <junkio@...>
Cc: H. Peter Anvin <hpa@...>, Johannes Schindelin <Johannes.Schindelin@...>, Git Mailing List <git@...>
Subject:
[PATCH] Fix symbolic ref validation
Date: Wednesday, October 5, 2005 - 11:52 am
Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote Wed, Oct 05, 2005:
quoted text
> Hi,
Hello,
quoted text
> On Wed, 5 Oct 2005, Jonas Fonseca wrote: > > > user@machine /usr/local/dev/git/git > > $ git-log > > fatal: Not a git repository > > > > user@machine /usr/local/dev/git/git > > $ GIT_DIR=.git git-log | wc -l > > 26094 > > That could have its cause in your .git/HEAD being no symlink. That happens > when rsync
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
First cut at git port to Cygwin
, H. Peter Anvin
, (Wed Sep 28, 8:53 pm)
Re: First cut at git port to Cygwin
, Jonas Fonseca
, (Wed Oct 5, 9:16 am)
Re: First cut at git port to Cygwin
, Johannes Schindelin
, (Wed Oct 5, 9:58 am)
[PATCH] Fix symbolic ref validation
, Jonas Fonseca
, (Wed Oct 5, 11:52 am)
Re: [PATCH] Fix symbolic ref validation
, Junio C Hamano
, (Wed Oct 5, 12:54 pm)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Tue Oct 4, 8:31 am)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Tue Oct 4, 11:03 am)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Wed Oct 5, 7:24 am)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Wed Oct 5, 11:46 am)
Re: First cut at git port to Cygwin
, Christopher Faylor
, (Wed Oct 5, 11:54 am)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Wed Oct 5, 3:17 pm)
Re: First cut at git port to Cygwin
, Christopher Faylor
, (Wed Oct 5, 4:29 pm)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Thu Oct 6, 5:05 am)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Thu Oct 6, 6:07 am)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Fri Oct 7, 8:44 am)
Re: First cut at git port to Cygwin
, Linus Torvalds
, (Fri Oct 7, 11:34 am)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Fri Oct 7, 4:54 pm)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Fri Oct 7, 5:22 pm)
Re: First cut at git port to Cygwin
, Chuck Lever
, (Fri Oct 7, 5:29 pm)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Fri Oct 7, 5:39 pm)
Re: First cut at git port to Cygwin
, Linus Torvalds
, (Sat Oct 8, 12:11 pm)
Re: First cut at git port to Cygwin
, Johannes Schindelin
, (Sat Oct 8, 2:27 pm)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Sat Oct 8, 2:49 pm)
Re: First cut at git port to Cygwin
, Junio C Hamano
, (Sat Oct 8, 2:44 pm)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Mon Oct 10, 2:43 pm)
Re: First cut at git port to Cygwin
, Johannes Schindelin
, (Mon Oct 10, 3:01 pm)
Re: First cut at git port to Cygwin
, Daniel Barkalow
, (Mon Oct 10, 4:27 pm)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Mon Oct 10, 3:26 pm)
Re: First cut at git port to Cygwin
, Junio C Hamano
, (Mon Oct 10, 4:34 pm)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Mon Oct 10, 4:52 pm)
Re: First cut at git port to Cygwin
, Junio C Hamano
, (Mon Oct 10, 4:21 pm)
Re: First cut at git port to Cygwin
, Johannes Schindelin
, (Mon Oct 10, 3:42 pm)
Re: First cut at git port to Cygwin
, Johannes Schindelin
, (Sat Oct 8, 3:04 pm)
Re: First cut at git port to Cygwin
, Junio C Hamano
, (Sat Oct 8, 5:10 pm)
Re: First cut at git port to Cygwin
, Johannes Schindelin
, (Sat Oct 8, 6:06 pm)
Re: First cut at git port to Cygwin
, Elfyn McBratney
, (Sat Oct 8, 1:43 pm)
Re: First cut at git port to Cygwin
, Elfyn McBratney
, (Sat Oct 8, 1:38 pm)
Re: First cut at git port to Cygwin
, Davide Libenzi
, (Wed Oct 5, 12:09 pm)
Re: First cut at git port to Cygwin
, Christopher Faylor
, (Wed Oct 5, 12:15 pm)
Re: First cut at git port to Cygwin
, Davide Libenzi
, (Wed Oct 5, 1:29 pm)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Wed Oct 5, 12:23 pm)
Re: First cut at git port to Cygwin
, Christopher Faylor
, (Wed Oct 5, 12:28 pm)
Re: First cut at git port to Cygwin
, Christopher Faylor
, (Tue Oct 4, 11:16 pm)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Wed Oct 5, 1:25 am)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Tue Oct 4, 10:06 am)
Re: First cut at git port to Cygwin
, Christopher Faylor
, (Tue Oct 4, 11:15 pm)
Re: First cut at git port to Cygwin
, Alex Riesen
, (Tue Oct 4, 9:06 am)
Re: First cut at git port to Cygwin
, Johannes Schindelin
, (Thu Sep 29, 4:46 am)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Thu Sep 29, 1:25 pm)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Thu Sep 29, 12:11 pm)
Re: First cut at git port to Cygwin
, Martin Langhoff
, (Thu Sep 29, 12:46 am)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Thu Sep 29, 2:19 am)
Re: First cut at git port to Cygwin
, Junio C Hamano
, (Thu Sep 29, 1:13 am)
Re: First cut at git port to Cygwin
, Junio C Hamano
, (Thu Sep 29, 12:30 am)
Re: First cut at git port to Cygwin
, H. Peter Anvin
, (Thu Sep 29, 1:07 am)
Navigation
Create content
Mailing list archives
Recent posts
Mail archive search
Enter your search terms.
all mailing lists
alsa-devel
dragonflybsd-bugs
dragonflybsd-commit
dragonflybsd-docs
dragonflybsd-kernel
dragonflybsd-submit
dragonflybsd-user
freebsd-announce
freebsd-bugs
freebsd-chat
freebsd-cluster
freebsd-current
freebsd-drivers
freebsd-embeded
freebsd-fs
freebsd-hackers
freebsd-hardware
freebsd-mobile
freebsd-net
freebsd-performance
freebsd-pf
freebsd-security
freebsd-security-notifications
freebsd-threads
git
git-commits-head
linux-activists
linux-arm
linux-ath5k-devel
linux-btrfs
linux-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-ia64
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
linux-kvm
linux-net
linux-netdev
linux-newbie
linux-nfs
linux-raid
linux-scsi
linux-security-module
linux-sparse
linux-usb
linux-usb-devel
madwifi-devel
netbsd-announce
netbsd-tech-kern
openbsd-announce
openbsd-bugs
openbsd-ipv6
openbsd-misc
openbsd-security-announce
openbsd-smp
openbsd-source-changes
openbsd-tech
openfabrics-general
openmoko-community
openmoko-devel
openmoko-kernel
reiserfs-devel
tux3
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
Joe Perches
[PATCH 020/148] include/asm-x86/current_32.h: checkpatch cleanups - formatting only
Ingo Molnar
Re: [PATCH] x86: introduce page_size_mask for 64bit
Ian Kumlien
[BUG] sky2 errors in 2.6.23-rc9-git1
Greg Kroah-Hartman
[PATCH 07/79] device create: coda: convert device_create to device_create_drvdata
git
:
Jean-Luc Herren
Re: [PATCH] Color support added to git-add--interactive.
Imran M Yousuf
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
Petr Baudis
repo.or.cz wishes?
Junio C Hamano
Re: [PATCH] git-submodule - Add 'foreach' subcommand
openbsd-misc
:
Paul de Weerd
Re: Problem with rtadvd/rtsol
Richard Stallman
Real men don't attack straw men
Kevin Neff
Patching a SSH 'Weakness'
Lars Hansson
Re: Code signing in OpenBSD
linux-netdev
:
Julius Volz
[PATCH RFC 23/24] IPVS: Small address/af usage fixups
Jarek Poplawski
Re: loaded router, excessive getnstimeofday in oprofile
David Woodhouse
Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
Max Krasnyansky
[PATCH] tun: Fix/rewrite packet filtering logic
Latest forum posts
high memory
1 day ago
Linux kernel
semaphore access speed
1 day ago
Applications and Utilities
the kernel how to power off the machine
1 day ago
Linux kernel
Easter Eggs in windows XP
1 day ago
Windows
Shared swap partition
1 day ago
Linux general
Root password
1 day ago
Linux general
Where/when DNOTIFY is used?
1 day ago
Linux kernel
How to convert Linux Kernel built-in module into a loadable module
1 day ago
Linux kernel
Linux 2.6.24 and I/O schedulers
1 day ago
Linux kernel
USB Driver -- Interrupt Polling -- A Little Help Please
1 day ago
Linux general
Show all forums...
Recent Tags
Intel
Linux
2.6.27-rc8
2.6.27
Linus Torvalds
bugs
-rc
-rc8
quote
more tags
Colocation donated by:
Who's online
There are currently
1 user
and
1075 guests
online.
Online users
Mr_Z
Syndicate
speck-geostationary