Giter Site home page Giter Site logo

liyanage / git-tools Goto Github PK

View Code? Open in Web Editor NEW
37.0 37.0 10.0 463 KB

Some Git utility scripts. The most useful one is "githelper", which is documented on the project website.

Home Page: http://liyanage.github.io/git-tools/

Python 75.95% Perl 5.24% Ruby 12.53% Shell 1.28% Makefile 4.99%
git python

git-tools's People

Contributors

liyanage 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

git-tools's Issues

Run-time syntax error in Ruby clone-externals script

In git-svn-clone-externals.rb, function process_externals(): need to call update_exclude_file_with_paths() with an array, not a string. Change is on line 129:
- update_exclude_file_with_paths(dir)

  • update_exclude_file_with_paths([dir])

Without this change, update_exclude_file_with_paths() fails when it tries to call the "each" Array method (since "dir" is a String, not an Array).

Add support for single files

Currently preflight_externals will break on chdir if it is given a path to a file and not to a directory, but it is possible to add the svn extern property to single file

add support for svn:externals fixed on a specific revision

I'm stuck on "Error: Found external(s) pegged to fixed revision" when having a svn:external fixed on a specific revision. It would be great to support that case (which is a pretty common case), or at least to ignore this svn:external and throw a warning when git-svn-clone-externals.rb has finished his job.

gh clone-externals does not get all the git history

I run "gh clone-externals ",
but git log does not show anything.
that is, gh clone-externals does not load all the git history,
such as using git --depth=1.

why is that?
how to ask gh to get all the git history?

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.