Allow checkout_branch to point to a tag in clone_repository method
Abierto
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Python
- Estrellas
- 1.7k
- Forks
- 408
- Merge medio
- 2 d 57 min
- PR fusionados (30 d)
- 7
Descripción
When I try to provide a tag to the checkout_branch flag in pygit2.clone_repository(), it fails and is unable to find the reference. It would be nice to be able to checkout a tag right away (like a branch) on clone to clone a specifc release of a package
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Start at the pygit2.clone_repository entry point and trace how checkout_branch is resolved. Compare tag handling with the existing branch behavior; done means cloning can select a specified tag immediately, with the behavior covered alongside the existing clone tests.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- git, python
- Área
- devtools
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100