{"id":17349799,"url":"https://github.com/stasm/git-attach","last_synced_at":"2025-08-23T06:33:22.601Z","repository":{"id":10669784,"uuid":"12904942","full_name":"stasm/git-attach","owner":"stasm","description":"git extension to attach patches to Bugzilla","archived":false,"fork":false,"pushed_at":"2013-09-25T12:35:08.000Z","size":156,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T02:28:26.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stasm.png","metadata":{"files":{"readme":"README.md","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":"2013-09-17T19:45:49.000Z","updated_at":"2014-05-05T13:50:00.000Z","dependencies_parsed_at":"2022-09-22T21:10:37.016Z","dependency_job_id":null,"html_url":"https://github.com/stasm/git-attach","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/stasm/git-attach","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fgit-attach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fgit-attach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fgit-attach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fgit-attach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stasm","download_url":"https://codeload.github.com/stasm/git-attach/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fgit-attach/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745677,"owners_count":24813521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-15T16:57:09.486Z","updated_at":"2025-08-23T06:33:22.542Z","avatar_url":"https://github.com/stasm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"git-attach\n==========\n\nA git extension to attach patches to Bugzilla.\n\nAttach the output of `git-diff` to a bug in Bugzilla.  Arguments passed to \n`git-attach` will be the arguments which `git-diff` will be invoked with.  For \ninstance, `git attach master...` will attach the output of `git diff \nmaster...`.  If `\u003crange\u003e` is not given, `git-attach` will invoke `git-diff` \nwith no arguments, resulting in the diff between the working copy and the \nindex. \n\nThe bug number can be specified explicitly with `--bug \u003cid\u003e` or will be \nextracted from the current branch name (see `--bug-regexp`).\n\nFor options not provided on the command line, `git-attach` will interactively \nask for user input.  If `--username` and `--password` are not given, \n`git-attach` will try to read `$HOME/.netrc` or `%HOME%\\_netrc` on Windows.  \nOnly https://bugzilla.mozilla.org is supported at the moment.\n\nMore information about the usage can be found in the [manual][].\n\n[manual]: https://github.com/stasm/git-attach/blob/master/man/doc.md\n\n\n## Installation\n\n    $ [sudo] npm install git-attach -g\n\n\n## Example use\n\n`git-attach` requires at least Node.js 0.11, run with `--harmony` or \n`--harmony-generators`.\n\nOn Unix-like systems, if your Node.js binary is installed in `/usr/bin/node`, \nyou should be able to run `git-attach` as follows:\n\n    git attach master...\n    git attach --bug 900000\n    git attach v1-train...bug900000-feature-branch\n\nIf this doesn't work, you can resort to invoking Node.js manually:\n\n    /usr/bin/nodejs --harmony-generators ./index.js\n\n## Changelog\n\n - 0.0.3 (September 25, 2013)\n\n   - pass arguments to `git-diff` without any modifications, also when no \n     arguments are present (previously, `master...HEAD` was assumed by default \n     which made it impossible to attach a diff between the current working copy \n     and the index)\n\n - 0.0.2 (September 18, 2013)\n\n   - query the bug for existing patches and obsolete them upon user's request\n\n - 0.0.1 (September 18, 2013)\n\n   - attach the output of git-diff\n\n\n## Related projects\n\n - [git-bz][] - written in Python, supports sending \u0026 fetching patches, filing \n   new bugs and closing existing ones,\n\n - [pybugzilla][] - written in Python, supports sending patches and fetching \n   them, as well as submitting pull requests.\n\n[git-bz]: http://git.fishsoup.net/cgit/git-bz/tree/git-bz.txt\n[pybugzilla]: https://github.com/toolness/pybugzilla\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasm%2Fgit-attach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstasm%2Fgit-attach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasm%2Fgit-attach/lists"}