Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #836
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

Do not automatically remove files from repository on commit

By tombert... on July 29, 2011 08:51 (imported from Google Code)


What steps will reproduce the problem?
----------------

  1. Delete a file inside the repository using "normal" OS functions (e.g. Windows Explorer)
  2. Perfom a "Git Commit" and Tortoise will automatically present those files to be deleted.

What is the expected output? What do you see instead?
----------------
When Users come from e.g. TortoiseCVS they expect different behaviour: The have to explicitely mark files with "CVS remove" before they get deleted from the repository.
It might be on purpose or unintentionally that files are removed from repository which should not.

Using the git command-line the normal workflow is:
git rm <file>
git commit

With Tortoise this workflow has a shortcut, which might in some case be nice but also has its drawbacks.

Therefore I propose an additional checkbox-option disabling this feature so that every user has to explicitely do "Git Delete" in order to delete a file from the repo.

thx

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking