Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to search for a changeset by user

Is there a way to search for or filter changesets by user?

The History view seems very inflexible.

For that matter, is there a way to filter changesets by anything?

like image 825
jonvuri Avatar asked Nov 30 '12 15:11

jonvuri


People also ask

How do I get a new changeset number in TFS?

If you don't know the number, to find a changeset, In Source Control Explorer, on the menu bar, File => Source Control => Find => Find Changesets. The Find Changesets dialog box will appear. (Optional) Next to the Containing File box, choose Browse.

What is changeset in Azure DevOps?

Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019 | TFS 2018. Visual Studio 2022 | Visual Studio 2019 | Visual Studio 2017 | Visual Studio 2015 | Visual Studio 2013. A changeset is a permanent part of the history of your version-controlled items and cannot be undone or removed.


1 Answers

Can you see a list of your users under Team Members in the Team Explorer tab? If so then right click on a user and select 'Show Checkin History'. This will enable you to see a full list of Changesets checked in by the selected user.

There is also a "Find Changesets" toolbar button in the Source Control Explorer tabenter image description here

like image 175
Myles J Avatar answered Sep 21 '22 05:09

Myles J