{"id":16652130,"url":"https://github.com/jdcasey/jgit","last_synced_at":"2026-04-24T17:03:51.033Z","repository":{"id":137441956,"uuid":"1819656","full_name":"jdcasey/JGit","owner":"jdcasey","description":null,"archived":false,"fork":false,"pushed_at":"2011-05-30T02:01:16.000Z","size":8408,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-11T22:59:06.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdcasey.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-05-30T01:56:39.000Z","updated_at":"2016-09-21T20:09:59.000Z","dependencies_parsed_at":"2023-03-13T22:46:30.664Z","dependency_job_id":null,"html_url":"https://github.com/jdcasey/JGit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdcasey/JGit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2FJGit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2FJGit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2FJGit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2FJGit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdcasey","download_url":"https://codeload.github.com/jdcasey/JGit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2FJGit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32232635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T09:27:43.354Z","updated_at":"2026-04-24T17:03:51.005Z","avatar_url":"https://github.com/jdcasey.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"            == Java GIT ==\n\nThis package is licensed under the BSD.\n\n  org.eclipse.jgit/\n\n    A pure Java library capable of being run standalone, with no\n    additional support libraries.  Some JUnit tests are provided\n    to exercise the library.  The library provides functions to\n    read and write a GIT formatted repository.\n\n    All portions of jgit are covered by the BSD.  Absolutely no GPL,\n    LGPL or EPL contributions are accepted within this package.\n\n  org.eclipse.jgit.test/\n    Unit tests for org.eclipse.jgit and the same licensing rules.\n\n            == WARNINGS / CAVEATS              ==\n\n- Symbolic links are not supported because java does not support it.\n  Such links could be damaged.\n\n- Only the timestamp of the index is used by jgit check if  the index\n  is dirty.\n\n- Don't try the library with a JDK other than 1.6 (Java 6) unless you\n  are prepared to investigate problems yourself. JDK 1.5.0_11 and later\n  Java 5 versions *may* work. Earlier versions do not. JDK 1.4 is *not*\n  supported. Apple's Java 1.5.0_07 is reported to work acceptably. We\n  have no information about other vendors. Please report your findings\n  if you try.\n\n- CRLF conversion is never performed. On Windows you should thereforc\n  make sure your projects and workspaces are configured to save files\n  with Unix (LF) line endings.\n\n            == Package Features                ==\n\n  org.eclipse.jgit/\n\n    * Read loose and packed commits, trees, blobs, including\n      deltafied objects.\n\n    * Read objects from shared repositories\n\n    * Write loose commits, trees, blobs.\n\n    * Write blobs from local files or Java InputStreams.\n\n    * Read blobs as Java InputStreams.\n\n    * Copy trees to local directory, or local directory to a tree.\n\n    * Lazily loads objects as necessary.\n\n    * Read and write .git/config files.\n\n    * Create a new repository.\n\n    * Read and write refs, including walking through symrefs.\n\n    * Read, update and write the Git index.\n\n    * Checkout in dirty working directory if trivial.\n\n    * Walk the history from a given set of commits looking for commits\n      introducing changes in files under a specified path.\n\n    * Object transport\n      Fetch via ssh, git, http, Amazon S3 and bundles.\n      Push via ssh, git and Amazon S3. JGit does not yet deltify\n      the pushed packs so they may be a lot larger than C Git packs.\n\n  org.eclipse.jgit.pgm/\n\n    * Assorted set of command line utilities. Mostly for ad-hoc testing of jgit\n      log, glog, fetch etc.\n\n            == Missing Features                ==\n\nThere are a lot of missing features. You need the real Git for this.\nFor some operations it may just be the preferred solution also. There\nare not just a command line, there is e.g. git-gui that makes committing\npartial files simple.\n\n- Merging. \n\n- Repacking.\n\n- Generate a GIT format patch.\n\n- Apply a GIT format patch.\n\n- Documentation. :-)\n\n- gitattributes support\n  In particular CRLF conversion is not implemented. Files are treated\n  as byte sequences.\n\n- submodule support\n  Submodules are not supported or even recognized.\n\n            == Support                         ==\n\n  Post question, comments or patches to the git@vger.kernel.org mailing list.\n\n\n            == Contributing                    ==\n\n  See SUBMITTING_PATCHES in this directory. However, feedback and bug reports\n  are also contributions.\n\n\n            == About GIT                       ==\n\nMore information about GIT, its repository format, and the canonical\nC based implementation can be obtained from the GIT websites:\n\n  http://git.or.cz/\n  http://www.kernel.org/pub/software/scm/git/\n  http://www.kernel.org/pub/software/scm/git/docs/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdcasey%2Fjgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdcasey%2Fjgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdcasey%2Fjgit/lists"}