Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • DBL thesis template DBL thesis template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Si vous êtes un personnel Inria et que vous souhaitez participer aux tests de notre future plateforme Gitlab basée sur la version ultimate avec gitlab LFS activé merci de contacter Didier Chassignol.

  • Pierre-Louis Roman
  • DBL thesis templateDBL thesis template
  • Merge requests
  • !5

The 'make clean' command attempts to clean various intermediate LaTeX files,...

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Clément Elbaz requested to merge clement.elbaz/mathstic-thesis-template:idx_corruption into master Feb 20, 2020
  • Overview 3
  • Commits 1
  • Changes 1

The 'make clean' command attempts to clean various intermediate LaTeX files, including all files with extension idx. It happens that idx files are also an internal file extension for Git, and the current command deletes those as well. On my machine any use of the 'make clean' command resulted in a corrupted local Git repository.

(more specifically the file ./.git/objects/pack/pack-c49c1de4ceec35c76b288915398aea0f2d87bfa1.idx)

This corrected 'make clean' ensures no file from the .git repository is ever deleted.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: idx_corruption