{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":521672397,"defaultBranch":"main","name":"config_git","ownerLogin":"officel","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-08-05T14:39:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/110354?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715821353.0","currentOid":""},"activityList":{"items":[{"before":"4424a9096d84a44db8d108af8f371af82b8c2ef3","after":null,"ref":"refs/heads/fix/gitignore","pushedAt":"2024-05-16T01:02:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"}},{"before":"f9e7ebaa8450341c3e6373f62b86682acba3359f","after":"c78787f2687d02703aa673231f55a5e60b3fa522","ref":"refs/heads/main","pushedAt":"2024-05-16T01:02:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: git ignore __* (#21)\n\n__*__.md でマークダウンだけ除外にしていたけど、ちょっとしたシェルや\r\n他のファイルにも除外要件がでてきたので、__ で始まるファイルはまとめて除外することにした。\r\n\r\n__ で始まるファイルを管理しようとする雑なリポジトリは滅べw","shortMessageHtmlLink":"fix: git ignore __* (#21)"}},{"before":null,"after":"4424a9096d84a44db8d108af8f371af82b8c2ef3","ref":"refs/heads/fix/gitignore","pushedAt":"2024-05-16T01:02:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: git ignore __*\n\n__*__.md でマークダウンだけ除外にしていたけど、ちょっとしたシェルや\n他のファイルにも除外要件がでてきたので、__ で始まるファイルはまとめて除外することにした。\n\n__ で始まるファイルを管理しようとする雑なリポジトリは滅べw","shortMessageHtmlLink":"fix: git ignore __*"}},{"before":"a92753f652d126c16fd83bce61452cbea79dc01b","after":null,"ref":"refs/heads/feat/ignore","pushedAt":"2024-03-04T04:40:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"}},{"before":"e8c1a6433a42554acf95ce4ab067493c5b760e9a","after":"f9e7ebaa8450341c3e6373f62b86682acba3359f","ref":"refs/heads/main","pushedAt":"2024-03-04T04:40:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"feat: git ignore __*__.md file (#20)","shortMessageHtmlLink":"feat: git ignore __*__.md file (#20)"}},{"before":null,"after":"a92753f652d126c16fd83bce61452cbea79dc01b","ref":"refs/heads/feat/ignore","pushedAt":"2024-03-04T04:39:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"feat: git ignore __*__.md file","shortMessageHtmlLink":"feat: git ignore __*__.md file"}},{"before":"a9d1f94dbc22a38ad68ee78f35af9a4fc27d9580","after":null,"ref":"refs/heads/fix/ignore/nogit.md","pushedAt":"2023-09-16T19:08:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"}},{"before":"5921c7f7459acb4aaa5538ed82de8c8560374474","after":"e8c1a6433a42554acf95ce4ab067493c5b760e9a","ref":"refs/heads/main","pushedAt":"2023-09-16T19:08:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: ignore *.nogit.md file (#19)\n\n`*.nogit` ファイルを個人用途のローカルファイルとして ignore していたんだけど、\r\nマークダウンで扱いたいファイルができた(`todo.nogit.md`)ので追加\r\n\r\nVS Code で拡張子付けちゃうでもよかったんだけど、一概にマークダウンとも限らないので\r\nとりあえず正しく扱うことにした。","shortMessageHtmlLink":"fix: ignore *.nogit.md file (#19)"}},{"before":null,"after":"a9d1f94dbc22a38ad68ee78f35af9a4fc27d9580","ref":"refs/heads/fix/ignore/nogit.md","pushedAt":"2023-09-16T19:08:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: ignore *.nogit.md file\n\n`*.nogit` ファイルを個人用途のローカルファイルとして ignore していたんだけど、\nマークダウンで扱いたいファイルができた(`todo.nogit.md`)ので追加\n\nVS Code で拡張子付けちゃうでもよかったんだけど、一概にマークダウンとも限らないので\nとりあえず正しく扱うことにした。","shortMessageHtmlLink":"fix: ignore *.nogit.md file"}},{"before":"de3a7387f82a1ab9cea0939975a07868ecb4a083","after":null,"ref":"refs/heads/fix/diff.wsErrorHighlight_all","pushedAt":"2023-06-14T14:16:31.068Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"}},{"before":"188da0e9f1a5a6f0c9d901d1e7ac6a585cc7630a","after":"5921c7f7459acb4aaa5538ed82de8c8560374474","ref":"refs/heads/main","pushedAt":"2023-06-14T14:16:29.875Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: git config diff.wsErrorHighlight all (#18)\n\ngit diff で末尾空白の除去が見えにくいので設定。\r\n(空白の変更が目視できるようになる)\r\n\r\n-b や -w も同時に使えるので邪魔にはならない(はず)","shortMessageHtmlLink":"fix: git config diff.wsErrorHighlight all (#18)"}},{"before":null,"after":"de3a7387f82a1ab9cea0939975a07868ecb4a083","ref":"refs/heads/fix/diff.wsErrorHighlight_all","pushedAt":"2023-06-14T14:16:06.971Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: git config diff.wsErrorHighlight all\n\ngit diff で末尾空白の除去が見えにくいので設定。\n(空白の変更が目視できるようになる)\n\n-b や -w も同時に使えるので邪魔にはならない(はず)","shortMessageHtmlLink":"fix: git config diff.wsErrorHighlight all"}},{"before":"f887aae2a1d1614a939bc39013c9fb144944a44b","after":null,"ref":"refs/heads/feat/alias/deleted_restoring","pushedAt":"2023-05-14T23:44:05.673Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"}},{"before":"7aa11fcc2456ea960b6450daa246d786bc9c5f3d","after":"188da0e9f1a5a6f0c9d901d1e7ac6a585cc7630a","ref":"refs/heads/main","pushedAt":"2023-05-14T23:44:04.795Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"feat: alias deleted & restoring. restore deleted files (#17)\n\n以前にリポジトリから削除したり移動したりしたファイルを探して復元したい要件があったので調べて alias にした。\r\n\r\n```bash\r\n# そのまま使うと削除処理があったコミットがリストされる\r\ngit deleted\r\n\r\n# ファイルを渡すとそのファイルが削除されたコミットがわかる\r\ngit deleted -- FILENAME\r\n\r\n# 削除済のファイルを探す。引数を渡さなかった場合は abort\r\ngit restoring FILENAME\r\n\r\n# 復元できるとステージングされているので外す(restore で削除済ファイルを復元できるといいのに)\r\ngit restore --staged FILENAME\r\n```","shortMessageHtmlLink":"feat: alias deleted & restoring. restore deleted files (#17)"}},{"before":null,"after":"f887aae2a1d1614a939bc39013c9fb144944a44b","ref":"refs/heads/feat/alias/deleted_restoring","pushedAt":"2023-05-14T23:43:36.714Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"feat: alias deleted & restoring. restore deleted files\n\n以前にリポジトリから削除したり移動したりしたファイルを探して復元したい要件があったので調べて alias にした。\n\n```bash\n# そのまま使うと削除処理があったコミットがリストされる\ngit deleted\n\n# ファイルを渡すとそのファイルが削除されたコミットがわかる\ngit deleted -- FILENAME\n\n# 削除済のファイルを探す。引数を渡さなかった場合は abort\ngit restoring FILENAME\n\n# 復元できるとステージングされているので外す(restore で削除済ファイルを復元できるといいのに)\ngit restore --staged FILENAME\n```","shortMessageHtmlLink":"feat: alias deleted & restoring. restore deleted files"}},{"before":"c6f2fb1972323cab33f35cb3ee2345aca7f5ed23","after":null,"ref":"refs/heads/chore/nogit","pushedAt":"2023-05-03T18:40:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"}},{"before":"61e5f5f4faab492b4caace1388ca07d83deb14b6","after":"7aa11fcc2456ea960b6450daa246d786bc9c5f3d","ref":"refs/heads/main","pushedAt":"2023-05-03T18:40:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"chore: ignore file name *.nogit (#16)","shortMessageHtmlLink":"chore: ignore file name *.nogit (#16)"}},{"before":null,"after":"c6f2fb1972323cab33f35cb3ee2345aca7f5ed23","ref":"refs/heads/chore/nogit","pushedAt":"2023-05-03T18:38:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"chore: ignore file name *.nogit","shortMessageHtmlLink":"chore: ignore file name *.nogit"}},{"before":"8a5269ebf200a065a9173a857106ccf5dec2fb44","after":null,"ref":"refs/heads/fix/12","pushedAt":"2023-05-03T18:35:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"}},{"before":"8e05d17d85fd911b6e4e30a7aa6adfdd1a95612b","after":"61e5f5f4faab492b4caace1388ca07d83deb14b6","ref":"refs/heads/main","pushedAt":"2023-05-03T18:35:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: #12 remove hooks (#15)","shortMessageHtmlLink":"fix: #12 remove hooks (#15)"}},{"before":null,"after":"8a5269ebf200a065a9173a857106ccf5dec2fb44","ref":"refs/heads/fix/12","pushedAt":"2023-05-03T18:34:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: #12 remove hooks","shortMessageHtmlLink":"fix: #12 remove hooks"}},{"before":"54c72b43c9a0d22303f25fa4e1a68708aee3c6ea","after":null,"ref":"refs/heads/fix/date_format_local","pushedAt":"2023-05-03T18:32:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"}},{"before":"d701887eace7cc2168ab035790d4cb32212cf278","after":"8e05d17d85fd911b6e4e30a7aa6adfdd1a95612b","ref":"refs/heads/main","pushedAt":"2023-05-03T18:32:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: use --date=format-local (#14)\n\n普段はあんまり気にならないんだけど(そりゃそう。同じタイムゾーンの人と仕事してるから)\r\nタイムゾーンを気にしないといけないなってなった。\r\n\r\n他のタイムゾーンの人が投げたコミットの時刻表示\r\n\r\n```\r\n* ad4bfb7 2023/05/03 18:21 Update devcard.svg (HEAD, origin/main, origin/HEAD) [github-actions[bot]]\r\n* 3873623 2023/05/04 03:21 fix: timeout-minutes in workflow (#6) [NISHIMURA Yoshitaka]\r\n* da13a52 2023/04/30 13:16 Update devcard.svg [github-actions[bot]]\r\n```\r\n\r\nformat-local を使うとこうなる\r\n\r\n```\r\n* ad4bfb7 2023/05/04 03:21 Update devcard.svg (HEAD, origin/main, origin/HEAD) [github-actions[bot]]\r\n* 3873623 2023/05/04 03:21 fix: timeout-minutes in workflow (#6) [NISHIMURA Yoshitaka]\r\n* da13a52 2023/04/30 22:16 Update devcard.svg [github-actions[bot]]\r\n```","shortMessageHtmlLink":"fix: use --date=format-local (#14)"}},{"before":null,"after":"54c72b43c9a0d22303f25fa4e1a68708aee3c6ea","ref":"refs/heads/fix/date_format_local","pushedAt":"2023-05-03T18:32:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"officel","name":"NISHIMURA Yoshitaka","path":"/officel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110354?s=80&v=4"},"commit":{"message":"fix: use --date=format-local\n\n普段はあんまり気にならないんだけど(そりゃそう。同じタイムゾーンの人と仕事してるから)\nタイムゾーンを気にしないといけないなってなった。\n\n他のタイムゾーンの人が投げたコミットの時刻表示\n\n```\n* ad4bfb7 2023/05/03 18:21 Update devcard.svg (HEAD, origin/main, origin/HEAD) [github-actions[bot]]\n* 3873623 2023/05/04 03:21 fix: timeout-minutes in workflow (#6) [NISHIMURA Yoshitaka]\n* da13a52 2023/04/30 13:16 Update devcard.svg [github-actions[bot]]\n```\n\nformat-local を使うとこうなる\n\n```\n* ad4bfb7 2023/05/04 03:21 Update devcard.svg (HEAD, origin/main, origin/HEAD) [github-actions[bot]]\n* 3873623 2023/05/04 03:21 fix: timeout-minutes in workflow (#6) [NISHIMURA Yoshitaka]\n* da13a52 2023/04/30 22:16 Update devcard.svg [github-actions[bot]]\n```","shortMessageHtmlLink":"fix: use --date=format-local"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESxmiOgA","startCursor":null,"endCursor":null}},"title":"Activity · officel/config_git"}