git show --stat --pretty=format: 50c2ebc0e
Outputs:
.git.ignore | 2 +- .../WebServiceRequests/WebService.cs | 78 ++++++++++---------- .../UI/Bin/AjaxControlToolkit.omi | 1 +
Is there a way to get the full path instead of these annoying 3 points (...)?
thanks
Something like --stat=180,150 . Numbers: maximum width for statistics output, maximum width for use for file names.
--stat=180,150
Perhaps you can use git whatchanged , which puts the full paths at the end of lines. It is probably easier to parse if you get file names with spaces.
git whatchanged
Source: https://habr.com/ru/post/1390407/More articles:What "$ *" means at the end of a shell command, means - linuxLack of debugging output after waiting for an application to start through Push Notification - debuggingHow to choose based on partial string matching in Mathematica - stringHow to reference asset_url from capybara specs - ruby-on-rails-3Vaadin: My label ignores carriage return - labelOpenGL, Shader Model 3.3 Texturing: Black Textures? - c ++jQuery rotate, drag and resize - jqueryHow to detect keystroke in LWUIT form? - keyHow to have multiple screens in html and scroll through these screens - javascriptadmob onclicked event - androidAll Articles