git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* filter-branch --parent-filter in bare repository
@ 2012-08-13  5:52 Wolfgang Rohdewald
  0 siblings, 0 replies; only message in thread
From: Wolfgang Rohdewald @ 2012-08-13  5:52 UTC (permalink / raw
  To: git

Using git version 1.7.12.rc2.18.g61b472e
(1.7.9 has the same problem)

If I run (directly in the bare repository)

git filter-branch -d ../localrewrite --parent-filter cat

I get this error message on the last line, nothing unusual before:
error: Untracked working tree file 'AUTHORS' would be overwritten by merge.

but if I run (directly in the bare repository)

git filter-branch -d .localrewrite --parent-filter cat

everything works fine. Depending on the path of the temporary directory,
the error may also point to some other file. AUTHORS is in the root directory,
but it is never untracked.

If I do a clone and run the same command in the clone, it also works with any
temp directory.

And this only happens with one specific repository - a KDE game, converted with
svn2git. No other game has this problem. git fsck only finds dangling tags.

The resulting repositories are identical, so I can ignore the error message for now.
But still - why can't I run this in the bare repository? git help filter-branch does not
mention something like that.

You can get the repository here:
http://www.rohdewald.de/oss/tst.tbz

Maybe related:

I run this directly in the bare repository. If the command succeeds, I find
a checkout directly there (everything was clean before), so I have

branches  description  HEAD  hooks  info  objects  refs
PLUS all directories and files right in there:
AUTHORS                  History.h                ksokobanui.rc        MapDelta.h        PathFinder.cpp
Bookmark.cpp             hooks                    LevelCollection.cpp  Map.h             PathFinder.h
Bookmark.h               HtmlPrinter.cpp          LevelCollection.h    Messages.sh       PlayField.cpp
branches                 HtmlPrinter.h            LevelMap.cpp         ModalLabel.cpp    PlayField.h
CMakeLists.txt           ImageData.cpp            LevelMap.h           ModalLabel.h      Queue.h
config-ksokoban.h.cmake  ImageData.h              levels               Move.cpp          README
data                     images                   main.cpp             Move.h            refs
description              index                    MainWindow.cpp       MoveSequence.cpp  StaticImage.cpp
doc                      info                     MainWindow.h         MoveSequence.h    StaticImage.h
HEAD                     InternalCollections.cpp  Map.cpp              NEWS              TODO
History.cpp              InternalCollections.h    MapDelta.cpp         objects



-- 
Wolfgang

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-13  5:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13  5:52 filter-branch --parent-filter in bare repository Wolfgang Rohdewald

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).