Code Monkey home page Code Monkey logo

git-tools's People

Contributors

mbitsnbites avatar ngbrown avatar tobiasfaller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

git-tools's Issues

MemoryError in join-git-repos.py

I'm getting this error shortly after join-git-repos.py starts:

Exporting the main repository (my.git)...
Traceback (most recent call last):
  File "C:\Projects\git-tools\join-git-repos.py", line 463, in <module>
    main_commands = exportrepo(main_spec['path'])
  File "C:\Projects\git-tools\join-git-repos.py", line 102, in exportrepo
    return parseexport(subprocess.check_output(cmd))
  File "C:\Python27\lib\subprocess.py", line 567, in check_output
    output, unused_err = process.communicate()
  File "C:\Python27\lib\subprocess.py", line 791, in communicate
    stdout = _eintr_retry_call(self.stdout.read)
  File "C:\Python27\lib\subprocess.py", line 476, in _eintr_retry_call
    return func(*args)
MemoryError
fatal: Could not write blob 'f8c32f916652446202463db916551abc5513e78f': Broken pipe

Handle .gitmodules in join-git-repos

When moving repositories into subdirectories (default), .gitmodules also get moved (obviously).

The correct behavior is for all .gitmodules files to be merged into a single file in the root folder. Also all paths in the .gitmodules file need to be prefixed with the correct subdirectory.

This can be tricky...

Option to use author date instead of commit date for ordering

If the repositories had their histories rewritten before like rebase, the commit dates could be different from the author dates. The current ordering by commit date might not be what one expects.

It would be helpful to add an option to allow using the author date instead of the commit date.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.