Skip to content

A fork of git-subtree using associative arrays as internal cache

License

Notifications You must be signed in to change notification settings

Subito-it/git-subtree-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-subtree-hash

A fork of git-subtree using associative arrays as internal cache. Besides being slightly faster than the default filesystem based implementation it solves an issue where cache files are not removed properly.

Requirements

Associative arrays are available starting with Bash version 4.x and later.

Changes

  • Added global CACHE
  • Removed all subshell invocations which require access to CACHE
  • Added force push option

Authors

Tomas Camin (@tomascamin)

License

This fork is distributed under the terms of the GNU General Public License version 2. See the LICENSE file for more info.

About

A fork of git-subtree using associative arrays as internal cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages