For full path names of changed files:
git log --name-only
For full path names and status of changed files:
git log --name-status
For abbreviated pathnames and a diffstat of changed files:
git log --stat
There are a lot more options. Check out the documentation.
Related Posts:
- Getting Started with Subversion, Git, or similar Version Control System to keep a History of my Files? [closed]
- Is there a faster way to git-svn clone a wordpress plugin from the subversion repository?
- Should I use SVN or Git?
- Why Does Automattic use SVN for WordPress Instead of Git?
- TortoiseSVN svnadmin
- What ports need to be open for TortoiseSVN to authenticate (clear text) and commit?
- How do I ignore files in Subversion?
- How do I return to an older version of our code in Subversion?
- How do I add all new files to SVN
- How to delete an SVN project from SVN repository
- SVN reverse merge?
- Eclipse Unable to Launch, the selection cannot be launched, and there are no recent launches
- Cannot connect to repo with TortoiseSVN
- I use SourceTree with Git but need to work with SVN repistory, what options do I have?
- Get all branch names in SVN
- Dev, Stage and Production Deployment for WordPress Sites?
- How-to: push a GitHub repo to the wordpress plugin servers
- Easiest Way to Create a Patch for Submission to WordPress Core?
- Stable tag of plugin in the readme file
- How to look at code in WordPress repositories without downloading?
- Any guides on using WP SVN with IDE clients? [closed]
- How to convert a WordPress install under SVN to one that is not?
- Managing updates when WordPress is in your own svn repo
- Subversion, github, etc.. version control systems/repositories
- Setting up SVN for teamwork on WordPress custom theme development
- What is the usual process of saving changes made at the CMS level into source control?
- Do you have to have command line access to use Subversion with WordPress?
- Is there a seamless solution for submitting plugins to wordpress.org SVN and GitHub? [duplicate]
- Using Subversion to deploy WordPress
- Git Hosting for WordPress SVN Plugin Repository [closed]
- Tortoise SVN showing ‘Access to ‘/!svn/me” forbidden error.
- how can I create a WP offline environment before releasing the websites? [closed]
- How to use Git Revert
- How to revert a merge commit that’s already pushed to remote branch?
- GitHub Error Message – Permission denied (publickey)
- Handling file renames in Git
- Why are there two ways to unstage a file in Git?
- How do I push a new local branch to a remote Git repository and track it too?
- How do you push a tag to a remote repository using Git?
- ‘git’ is not recognized as an internal or external command
- Gitignore not working
- How do I resolve git saying “Commit your changes or stash them before you can merge”?
- How to cherry-pick multiple commits
- Undo git pull, how to bring repos to old state
- Another git process seems to be running in this repository
- rejected master -> master (non-fast-forward)
- Heroku: “No default language could be detected for this app” error thrown for node app
- merge one local branch into another local branch
- How to get started with svn:externals?
- How can I determine the URL that a local Git repository was originally cloned from?
- How to rename a directory/folder on GitHub website?
- How do I pull from a Git repository through an HTTP proxy?
- Create a git patch from the uncommitted changes in the current working directory
- git push says “everything up-to-date” even though I have local changes
- git clone: Authentication failed for
- How to create a .gitignore file
- How do I rename a repository on GitHub?
- Why does git say “Pull is not possible because you have unmerged files”?
- How do I update the password for Git?
- How to see the changes between two commits without commits in-between?
- Git: Installing Git in PATH with GitHub client for Windows
- How to delete a stash created with git stash create?
- How to add multiple files to Git at the same time
- In a Git repository, how to properly rename a directory?
- How to “git clone” including submodules?
- My new Github page isn’t showing up
- How can I add a blank directory to a Git repository?
- SVN Error E175002 while checking out code from repository
- Git Extensions: Win32 error 487: Couldn’t reserve space for cygwin’s heap, Win32 error 0
- Do I commit the package-lock.json file created by npm 5?
- Why does Git say my master branch is “already up to date” even though it is not?
- Is it possible to pull just one file in Git?
- Git lfs – “this exceeds GitHub’s file size limit of 100.00 MB”
- Aborting commit due to empty commit message
- How to update a branch with master on GitHub
- Can I arrange repositories into folders on Github?
- What is the Git equivalent for revision number?
- Your repository has no remotes configured to push to
- Specify an SSH key for git push for a given domain
- How do I “un-revert” a reverted Git commit?
- How to merge a specific commit in Git
- Retrieve last 100 lines logs
- Pod install is staying on “Setting up CocoaPods Master repo”
- How to use Git and Dropbox together?
- Swift: print() vs println() vs NSLog()
- Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?
- What is the best way to monitor PHP functions/executions?
- Can i do plugin commits directly from a plugin folder inside an installation using the Trunk SVN
- WordPress Health Tool reporting version control as a critical issue
- Deploying Updated or New Plugins That Modify the wp_options Table
- Plugin update not reflected in WordPress plugin page
- Add latest commit info on login footer using login_footer hook
- How to remove images from my plugin page in WP Directory?
- How to show active version on wordpress.org of a published plugin?
- A server-side hook failed when committing plugin code to SVN
- My account staying logged when the browser closed
- Display GitLab repositories of the logged in user on a page
- Git ignore everything except custom theme directory
- version control for wordpress? (wordpress folder and database at same time)
- Do you have any useful awk and grep scripts for parsing apache logs? [closed]