Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

shortcut exprs and cmds for git

Compare

  Analyzed about 17 hours ago

In Git, everything is possible. But for some common commands I wrote these shortcut scripts. Some of them are like helper expressions to use inside another Git cmd line. Most of them had to be implemented on the Plumbing level (which means, a little bit of hacking), but provide features useful ... [More] for me such as: git heads-for-merge -- what does your FETCH_HEAD say about all the heads that have been fetched for merge? git the-empty-tree -- the ID to use if you need to refer to the empty tree in your (tree-merging) commands git mread-and-commit -- read in multiple refs, merge the trees, and then make a merge commit, without touching your index or the working dir (useful for managing imported histories) git merge-without-working -- the same idea -- advance your HEAD by merging And more... [Less]

136 lines of code

0 current contributors

almost 13 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Tarmac - The Launchpad Landing Strip

Compare

  No analysis available

Tarmac uses the Launchpad API to manage a branch merges. It will automatically merge approved branch merge proposals and push them back up to Launchpad.

0 lines of code

1 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3

raw-import

Compare

  Analyzed about 9 hours ago

A generic fork to ghp-import

267 lines of code

0 current contributors

about 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

GNU Jitter

Compare

Claimed by GNU Analyzed 1 day ago

GNU Jitter is a software automatically building a portable, very efficient language virtual machine with performance close to native code, starting from a relatively high-level specification provided by the user. The VM state may include registers, stacks or a combination of both along with ... [More] any runtime structure defined by user code; whenever possible the generator attempts to map such state data structures into hardware machine registers. GNU poke relies on a Jittery VM. [Less]

49.7K lines of code

0 current contributors

11 days since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This