Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37405673
en ru br
ALT Linux repositórios
S:0.3-alt1

Group :: Desenvolvimento/Outros
RPM: git-update-index-keeping-only

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.3-alt1
Data da compilação: 25 junho 2017, 14:52 ( 355.7 weeks ago )
Tamanho:: 6067 b

Home page:   http://git.altlinux.org/people/imz/packages/git…

Licença: GPLv2+
Sumário: rm all but matching files from Git index. (Helps git-filter-branch.)
Descrição:

git-update-index-keeping-only
- A simple executable script that removes all but matching files from
 Git index. It is a useful helper for git-filter-branch --index-filter
 (for convenience, git-filter-only-files script is included). It is
 implemented on top of git-rm. It takes the list of files to keep on stdin.

git-filter-only-files OLD_COMMIT NEW_BRANCH
- A wrapper around git-filter-branch to rewrite history so that only
 some specified files are kept.

git-ls-paths-modified-since SINCE CURRENT_COMMIT
- A helper to list the files modified or added in the diff between
 2 commits (SINCE and CURRENT_COMMIT).

Example of usage:

FILES="$(git-ls-paths-modified-since SINCE)"
export FILES
git filter-branch \
  --index-filter 'echo "$FILES" | git-update-index-keeping-only -q'

or simply:

git-ls-paths-modified-since SINCE | git-filter-only-files HEAD NEW_BRANCH

Mantenedor currente: Ivan Zakharyaschev

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • git-update-index-keeping-only
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009