* feat(git_utils): enhance git_cmd_clone with depth and single-branch options
Signed-off-by: Aleksei Sviridkin <f@lex.la>
* fix(git_utils): add a newline for better readability in git_cmd_clone
Signed-off-by: Aleksei Sviridkin <f@lex.la>
* feat(git_utils): enhance git_cmd_clone with optional depth and single-branch parameters
Signed-off-by: Aleksei Sviridkin <f@lex.la>
* feat(git_utils): update git_cmd_clone to support blolbless cloning option
Signed-off-by: Aleksei Sviridkin <f@lex.la>
* revert formatting changes
Signed-off-by: Aleksei Sviridkin <f@lex.la>
* fix another formatting changes
Signed-off-by: Aleksei Sviridkin <f@lex.la>
* fix(git_utils): correct indentation for improved readability in get_local_tags function
Signed-off-by: Aleksei Sviridkin <f@lex.la>
* fix(git_utils): rename blolbless parameter to blobless and update documentation for clarity
Signed-off-by: Aleksei Sviridkin <f@lex.la>
* refactor: enable the blobless clone feature for all regular clones
skip checkout step if brach is master or main
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
---------
Signed-off-by: Aleksei Sviridkin <f@lex.la>
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
Co-authored-by: dw-0 <th33xitus@gmail.com>