RONGALI MOHAN KRISHNA 2400033266
d3fab6e87c
Merge 5b9aed4abb into 63c0e77aaf
2026-06-16 17:11:00 +00:00
Adrian Miranda
63c0e77aaf
fix: handle browser paths safely ( #234 )
CI / basics (push) Has been cancelled
2026-05-24 21:06:15 -04:00
Prabhu Jayakumar
41ebfcebe1
Add support for bitbucket repos cloned with ssh ( #174 )
2026-02-24 08:09:33 -08:00
Sam Saccone
f4832493a0
tests: add test for open.default.remote configuration ( #226 )
...
Co-authored-by: Sam Bo <agent@openclaw.ai>
2026-02-14 07:21:58 -08:00
Simon Olofsson
477b196a1d
README: Add Bash section for Oh-My-Bash ( #214 )
2026-01-14 12:57:31 -08:00
RONGALI MOHAN KRISHNA 2400033266
5b9aed4abb
Support specifying commit hash with -c option
...
Allow users to pass a specific commit hash with the -c option instead of always using HEAD.
Changes:
- Modified the option spec to accept a value with -c option (c,commit=)
- Added commit_hash variable to store the provided commit hash
- Updated option parsing to capture the commit hash argument
- Updated commit URL generation to use provided hash or fallback to HEAD
Usage:
git open -c <commit-hash> # Open specific commit
git open -c # Open current commit (HEAD)
2025-11-26 23:03:15 +05:30
sixther
a223125abc
Added support for cnb.cool. ( #217 )
...
Co-authored-by: ericdduan <ericdduan@tencent.com>
2025-03-19 12:07:49 -07:00
Rob Loach
2a66fcd7e3
Add oh-my-bash support ( #213 )
CI / basics (push) Has been cancelled
2024-10-03 18:17:24 -07:00
Paul Irish
ce881820db
make shellcheck happy. #170
CI / basics (push) Has been cancelled
2024-08-05 17:08:25 -07:00
Paul Irish
a7d09090c2
add a test for new --file option. ref #170
2024-08-05 17:06:40 -07:00
Paul Irish
866c39dbf4
add npmignore to avoid publishing bats-assert/support
2024-08-05 16:57:16 -07:00
Paul Irish
64cf066704
3.1.0
2024-08-05 16:54:16 -07:00
Paul Irish
a437297494
package: repo fix
2024-08-05 16:54:03 -07:00
Brian Wellington
dd22397400
Add --file option. ( #170 )
2024-08-05 16:52:18 -07:00
Sandro
5d1f938b47
Use absolute PATH to powershell.exe ( #204 )
CI / basics (push) Has been cancelled
2024-07-05 07:03:11 -07:00
Majid Alaeinia
d086ab0077
readme: zsh: Consider sourcing ~/.zshrc ( #209 )
2024-02-21 11:26:09 -08:00
Sandro
281dad270e
Add gitea support ( #184 )
2023-05-02 11:29:10 -07:00
Paul Irish
f772364eb8
adjust http preservation test
2022-07-18 15:29:03 -07:00
Paul Irish
17491478e6
3.0.0
2022-07-18 15:17:02 -07:00
Paul Irish
0b626514bb
move to github actions ( #192 )
2022-07-18 14:19:56 -07:00
Paul Irish
1a93477f70
update dependencies
2022-07-18 13:30:29 -07:00
Sowmiya M
f11ced9a4f
Remove unused code and fix double-negation ( #153 )
2022-07-18 13:30:13 -07:00
Paul Irish
0b6b0a2b40
package-lock.json update
2022-07-18 13:10:50 -07:00
ratijas
ca0214c0d6
Fix broken links in changelog ( #172 )
2022-07-18 12:46:58 -07:00
kazufusa
8ac94bf7c3
gitlab: fix issue ID parsing ( #183 )
2022-07-18 12:46:28 -07:00
John Meyer
0296983a28
WSL: do not load PowerShell profile ( #190 )
2022-07-18 12:37:31 -07:00
Dave Wikoff
14fdf5c96e
Merge branch 'pull-165' into master
2020-08-21 15:09:30 -07:00
Dave Wikoff
ca8b2348f2
Fix bitbucket tests
2020-08-21 15:02:54 -07:00
Heechul Ryu
c908a50824
Delete the comment for issue #80
2020-07-08 11:10:29 +01:00
Heechul Ryu
0189caeb4b
Open bitbucket with the right branch
...
replace from `?at` to `/` for `providerBranchRef`
2020-07-08 11:10:29 +01:00
Dave Wikoff
3e8c908dcd
Merge pull request #166 from glostis/fix-suffix
...
Fix suffix with `=` in it
2020-07-07 14:46:30 -07:00
Guillaume Lostis
3bd3524de2
Fix shellcheck
2020-06-19 14:02:31 +02:00
Guillaume Lostis
1d55c4ee50
Fix formatting to pass shellcheck
2020-06-19 12:35:48 +02:00
Guillaume Lostis
91170cd5c8
Fix handling of suffix with = in it
2020-06-19 12:11:53 +02:00
Guillaume Lostis
9a35780c09
Add test for suffix with = in it
2020-06-19 12:11:29 +02:00
Dave Wikoff
d9a0d19ce2
Merge pull request #149 from rec/documentation
...
Document flags to git-open
2019-12-22 13:55:37 -05:00
Dave Wikoff
849298fece
Detect WSL case insensitively ( #158 )
...
Detect WSL case insensitively
2019-12-22 13:32:17 -05:00
Víctor
ad8fac9309
Detect WSL case insensitively
...
My `uname -r` is `4.19.81-microsoft-standard`
2019-11-26 10:54:37 +01:00
Frank Fesevur
fcbbf918f7
Merge pull request #154 from dineshba/master
...
Add suffix flag
2019-09-16 07:56:38 +02:00
Dinesh
8b909f81dc
Add suffix flag
...
Co-authored-by: Sowmiya <sowmiyamuthuraman@gmail.com>
2019-09-07 23:08:13 +05:30
Tom Ritchford
d52366d8c9
Document flags to git-open
2019-07-29 15:18:33 +02:00
Dave Wikoff
08fa2abd7e
Add a --commit option ( #144 )
...
Add a --commit option
2019-07-09 12:21:32 -04:00
Domenico Gemoli
0564817aef
Adding a --commit option.
...
I've only tested this with gitlab seeing as I needed it there. If this could be useful I can integrate any feedback you might have to get this proposal merged.
2019-07-08 23:34:13 +02:00
Dave Wikoff
44382bf541
Merge pull request #143 from arunvelsriram/print-option
...
Add option to print the url
2019-07-06 13:17:10 -04:00
Arunvel Sriram
8239d0a785
Add option to print the url
2019-07-03 21:32:34 +05:30
Dave Wikoff
7eeee771ce
default to upstream branch ( #140 )
...
default to upstream branch
2019-06-02 13:35:38 -04:00
Love F
3d1ad212b2
default to upstream branch
2019-06-02 14:24:41 +02:00
Paul Irish
4eed00f282
Fix shellcheck on travis ( #134 )
2018-12-03 18:24:29 -08:00
Paul Irish
556dbe91f2
readme: add 2.1.0 release to mini changelog
2018-12-03 11:09:06 -08:00
Paul Irish
5344a73106
-> v2.1.0
2018-12-03 10:59:46 -08:00