-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: libgit2/libgit2
base: d5712ed
head repository: libgit2/libgit2
compare: e0902fb
- 14 commits
- 42 files changed
- 5 contributors
Commits on Jan 20, 2015
-
diff: only compute patches when requested
When we're called with no hunk or line callback, we don't need to do the hunk or line computation.
Edward Thomson committedJan 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 147d86f - Browse repository at this point
Copy the full SHA 147d86fView commit details -
Merge pull request #2828 from ethomson/treediff_dont_patch
diff: only compute patches when requested
Configuration menu - View commit details
-
Copy full SHA for 2136240 - Browse repository at this point
Copy the full SHA 2136240View commit details -
Make binary detection work similar to vanilla git
Main change: Don't treat chars > 128 as non-printable (common in UTF-8 files) Signed-off-by: Sven Strickroth <email@cs-ware.de>
Configuration menu - View commit details
-
Copy full SHA for 0161e09 - Browse repository at this point
Copy the full SHA 0161e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c6a9d - Browse repository at this point
Copy the full SHA b4c6a9dView commit details -
Edward Thomson committed
Jan 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 93b4a50 - Browse repository at this point
Copy the full SHA 93b4a50View commit details -
checkout: introduce git_checkout_perfdata
Checkout can now provide performance data about the number of (some) syscalls performed using an optional callback.
Edward Thomson committedJan 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 1d50b36 - Browse repository at this point
Copy the full SHA 1d50b36View commit details -
git_path_join_unrooted: return base len
The documentation for `git_path_join_unrooted` states that the base length will be returned, so that consumers like checkout know where to start creating directories instead of always creating directories at the directory root.
Edward Thomson committedJan 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 1fbfcdf - Browse repository at this point
Copy the full SHA 1fbfcdfView commit details -
Walk up the tree to mkdir, which is less immediately efficient, but allows us to look at intermediate directories that may need attention.
Edward Thomson committedJan 20, 2015 Configuration menu - View commit details
-
Copy full SHA for fe598f0 - Browse repository at this point
Copy the full SHA fe598f0View commit details -
checkout: don't recreate previous directory
Don't bother trying to recreate the previously created directory during checkout, for a modest reduction in the number of stats.
Edward Thomson committedJan 20, 2015 Configuration menu - View commit details
-
Copy full SHA for b4cbd67 - Browse repository at this point
Copy the full SHA b4cbd67View commit details -
checkout tests: nasty symlinks
Symbolic links that abuse case insensitivity to write into .git.
Configuration menu - View commit details
-
Copy full SHA for 232bc89 - Browse repository at this point
Copy the full SHA 232bc89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2dee0f - Browse repository at this point
Copy the full SHA c2dee0fView commit details -
checkout: remove files before writing new ones
On case insensitive filesystems, we may have files in the working directory that case fold to a name we want to write. Remove those files (by default) so that we will not end up with a filename that has the unexpected case.
Configuration menu - View commit details
-
Copy full SHA for e74340b - Browse repository at this point
Copy the full SHA e74340bView commit details -
checkout tests: emulate p_realpath poorly on Win32
Edward Thomson committedJan 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 53eb139 - Browse repository at this point
Copy the full SHA 53eb139View commit details -
checkout tests: cleanup realpath impl on Win32
Edward Thomson committedJan 20, 2015 Configuration menu - View commit details
-
Copy full SHA for e0902fb - Browse repository at this point
Copy the full SHA e0902fbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff d5712ed...e0902fb