acmpesuecc / acmpesuecc/myGit

Refactoring hash-object

Aberta
#2 12 comentários 0 reações 1 responsável Reivindicada por @NikhitaMedayhal Ver no GitHub
Bounty: 35 enhancement
Linguagem predominante
Python
Estrelas
0
Forks
6
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Currently using mygit hash-object computes the object ID value for an object and writes the resulting object into the object database. It also reports its object ID to the standard output.

We do not want this to happen, hash-object should not write to the object database by default, make the changes accordingly so that this behavior is avoided.

If we wish to write to the object database then the -w flag is passed.

Keep in mind that there are other functions which use the hash-object function and write to the object database, when you make changes, make sure the other functions that use hash-object work like they used to previously.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.