38 projects tagged "git"
documentr is a Web-based tool for editing and presenting software documentation. It allows you to easily maintain documentation for multiple products and product branches. Edits can easily be copied between branches, with merge conflicts being handled gracefully. It uses Markdown as its markup language, along with some extensions, and has a role-based permission system.
Gerrit is a Web-based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easier by showing changes in a side-by-side display and allowing inline comments to be added by any reviewer. Gerrit simplifies Git-based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged by hand by the project maintainer. This functionality enables a more centralized usage of Git.
git-flow Python Edition is a a pure Python implementation of git-flow. All sub-commands share a common back-end to ensure features behave the same, whatever branch-type they are working on. New workflow behavior can also be added easily by simply sub-classing existing ones. It also includes a comprehensive unit test suite, decent man pages, and HTML docs.
owl2vcs is a set of tools designed to facilitate version control of OWL 2 ontologies using version control systems. It contains a commandline diff tool for OWL 2 ontologies integrated with Git and Mercurial. It detects axioms additions and removals, imports' additions and removals, ontology annotations' additions and removals, prefix additions, removals, modifications, and renames, ontology IRI and version IRI changes, and ontology format changes. It supports RDF/XML, OWL/XML, OWL Functional Syntax, Manchester OWL Syntax, and Turtle. It provides a changeset serializer and parser, two formats of changes, compact (like OWL Functional Syntax) and indented (the same, but more readable, using indents instead of parentheses), and four formats of IRIs: Simple, QName, Full, and Label.
GitFS is a fuse- and git-based remote filesystem with local cache for disconnected operation. It does periodic commits and pushes/pulls to keep a local shadow file system in sync with a remote repository. The filesystem should continue to work when you are disconnected. Merging after disconnected updates from multiple locations is left to git.
Submin provides a Web-based admin interface to your Subversion repositories. Its features include user/group management, path permission management, and the ability to create svn repositories. It uses htpasswd/svn authz for authentication, so it can use the same login information as apache2/svn (and trac). It works with FF3, IE7, Safari 3, Chrome, and Opera 9.
Atlassian Stash delivers a central, secure solution for creating and managing distributed Git repositories on your own servers. It has an easy-to-use interface for adding users and groups and creating and managing repositories, and a Project Structure for logically grouping your repositories. Installed on your own network, administrators have full control over how Stash fits into their environment. It supports Atlassian’s plugin framework plus a full, open REST API for customized integrations. Key features include simple administration, easy permissions around Git repositories, LDAP (Active Directory) integration, JIRA issue tracker integration, cloning, and more.