9 projects tagged "git"
GitBlogger is a small tool that allows you to write blog posts in reStructuredText using an editor of your choice, commit your posts to a git repository, and then have them automatically converted to Blogger blog posts when you push your repository to another repository. GitBlogger handles creating, updating, and deleting Blogger posts in response to changes in the git repository and handles renames in your git repository.
Meld is a visual diff and merge tool. It integrates with most version control systems. The diff viewer lets you edit files in place (diffs update dynamically), and a middle column shows detailed changes and allows merges. The margins show location of changes for easy browsing, and it also features a tabbed interface that allows you to open many diffs at once.
TurnKey Revision Control Appliance is an integrated revision control server combining the best open source version control systems: Subversion, Git, Bazaar, and Mercurial. A Web interface is included for each system, making it easy to browse through the code base, compare revisions, and manage repositories for multiple projects. No configuration is required and security patches are automatically installed. A Web management interface, configuration console, and AJAX Web shell are provided. To minimize footprint the appliance is built from the ground up with the minimum required components. It runs everywhere thanks to multiple build formats, including an installable live CD, a VMDK with OVF support, and an Amazon EC2 AMI.
cvs-fast-export analyzes a collection of RCS files in a CVS repository (or outside of one) and, when possible, emits an equivalent history in the form of a fast-import stream. Not all possible histories can be rendered this way, and the program tries to emit useful warnings when it can't. The program can also produce a visualization of the resulting commit DAG in the DOT format handled by the graphviz suite.
git-info-bar is a ksh, bash, gitbash, and Git shell plugin that endeavors to provide a fast and pronounced view of various git attributes when you are under the umbrella of a git repository. Its main feature, the 'info bar' (information bar), displays the following information: current branch (in 'red' if on master); current cksum (in 'red' if there are uncommitted changes, and an 'uncommitted changes' message in the message area); and stash count in the message area if you have stashes. It includes an install script and removal scripts. It is currently only tested in Bash, GitBash and ksh93. It was previously named 'bash-git', but the name has been transitioned to 'git-info-bar', as a long-term goal is cross-shell compatibility using a Perl back-end.
gitg targets cases where it is useful to provide a graphical representation of Git data or actions. The history view is a good example, where graphical representation helps to get an overview of the repository. gitg does not aim to be an advanced tool that allows access to every feature of Git through a graphical interface. However, it will try to incorporate common actions that might require multiple actions on the command line (like staging, unstaging, reverting, and committing).
A program to analyze your databases and check your data quality.
A simple social network with some project management features.