Skip to content

Dump output looks fishy for my pre-existing root dir with repos in subdirs #37

@jpmhouston

Description

@jpmhouston

I got git-get (🤣) from homebrew to try it out, configuring the root in my gitconfig to my existing directory of cloned repos. Is that an okay thing to do or should this really be a new directory with repos only cloned with git-get?

Assuming this is a supporting thing, git list for me then contained this for repos in some subdirectories:

...
├── ToDoList master ok
├── UICollectionView Book II Code
│   ├── Chapter 5
│   │   └── One Hundred Pixels
│   │       └── 500px-iOS-api master 22 behind 
│   └── Chapter 6
│       ├── Improved One Hundred Pixels
│       │   └── 500px-iOS-api master 22 behind [ 1 uncommitted ]
│       └── L2L Transitions master no upstream [ 15 uncommitted 1 untracked ]
├── UICollectionView-Transition-Demo master  [ 4 untracked ]
...

This matched the subdir hierarchy nicely and looked reasonable. I was curious to what git list --out dump would output, not that I ever planned to use this dump to reclone these repos, and the corresponding lines for the repos in this subdirectory stood out and looked wrong:

...
https://github.com/rursache/ToDoList.git master
git://github.com/500px/500px-iOS-api.git master
git://github.com/500px/500px-iOS-api.git master
 master
https://github.com/timarnold/UICollectionView-Transition-Demo master
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions