hookah:master

Last commit made on 2024-04-10
Get this branch:
git clone -b master https://git.launchpad.net/hookah

Branch merges

Branch information

Name:
master
Repository:
lp:hookah

Recent commits

1d100c6... by Valentin Kiselev <email address hidden>

chore: bump go to 1.22 (#701)

* chore: bump go to 1.22

* chore: use contrete 1.22.2 version

df82fd9... by Valentin Kiselev <email address hidden>

1.6.10: add file_types option filter to commands

9f40122... by Valentin Kiselev <email address hidden>

feat: add file type filters (#698)

* feat: add file type filters

* chore: add a custom type

* fix: implement text checking only

* chore: fix naming and error handling

* fix: fix text file detector and add integrity tests

* ci: remove integrity test for windows

* chore: add a test on detectText

* docs: add documentation

* fix: slightly optimize the code and update the docs

36f1a09... by Valentin Kiselev <email address hidden>

ci: update github actions versions (#699)

* ci: upgrade github actions

* ci: update version for codeql

d5199b3... by Valentin Kiselev <email address hidden>

1.6.9: fix interactive mode for windows and implicit git commands length

4021fb7... by Valentin Kiselev <email address hidden>

fix: enable interactive inputs for windows (#696)

0ea9433... by Valentin Kiselev <email address hidden>

fix: add batching to implicit commands (#695)

* fix: add batching to implicit commands

* chore: move limits to a separate file

* chore: apply the similar struct-interface model for skip setting command executor as in git

3c17146... by Ville Skyttä

fix: command argument count validations (#694)

81a8375... by Valentin Kiselev <email address hidden>

fix: re-download remotes when called install with -f (#692)

9814621... by Valentin Kiselev <email address hidden>

chore: remove redundant parallelisation (#690)

* chore: remove redundant parallelisation

* chore: use skipError type for clear code