-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: git-for-windows/git
base: main
head repository: msysgit/git
compare: master
- 9 commits
- 4 files changed
- 3 contributors
Commits on Nov 28, 2014
-
README: Git for Windows is currently switching to the Git for Windows…
… SDK Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for d85c794 - Browse repository at this point
Copy the full SHA d85c794View commit details -
Remove the dysfunctional link to tip4commit
Due to the lack of donations, tip4commit removed us from their list. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for b6e1e35 - Browse repository at this point
Copy the full SHA b6e1e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for c47d6ec - Browse repository at this point
Copy the full SHA c47d6ecView commit details
Commits on Mar 7, 2015
-
git-gui:handle the encoding of Git's output correctly
if we use 'eval exec $opt $cmdp $args' to execute git command, tcl engine will convert the output of the git comand with the rule system default code page to unicode. But cp936 -> unicode conversion implicitly done by exec is not reversible. So we have to use git_read instead. Bug report and an original reproducer by Cloud Chou: msysgit#302 Karsten Blees writes this code patch. Cloud Chou find the reason of the bug. Thanks-to: dscho Thanks-to: patthoyts Signed-off-by: Karsten Blees <blees@dcon.de> Original-test-by: Cloud Chou <515312382@qq.com> Signed-off-by: Cloud Chou <515312382@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7020038 - Browse repository at this point
Copy the full SHA 7020038View commit details -
Merge pull request #323 from cloudchou/master
git gui: handle Git's output encoding correctly
Configuration menu - View commit details
-
Copy full SHA for b21930f - Browse repository at this point
Copy the full SHA b21930fView commit details
Commits on Mar 18, 2015
-
poll: honor the timeout on Win32
Ensure that when passing a pipe, the gnulib poll replacement will not return 0 before the timeout has passed. Not obeying the timeout (and merely returning 0) causes pathological behavior when preparing a packfile for a repository and taking a long time to do so. If poll were to return 0 immediately, this would cause keep-alives to get sent as quickly as possible until the packfile was created. Such deviance from the standard would cause megabytes (or more) of keep-alive packets to be sent. GetTickCount is used as it is efficient, stable and monotonically increasing. (Neither GetSystemTime nor QueryPerformanceCounter have all three of these properties.)
Edward Thomson committedMar 18, 2015 Configuration menu - View commit details
-
Copy full SHA for fb6aa9a - Browse repository at this point
Copy the full SHA fb6aa9aView commit details -
Merge pull request #330 from ethomson/poll_inftim
poll: honor the timeout on Win32
Configuration menu - View commit details
-
Copy full SHA for dd8b3ba - Browse repository at this point
Copy the full SHA dd8b3baView commit details
Commits on Aug 18, 2015
-
msysGit-based Git for Windows 1.x was superseded by Git for Windows 2.x
Please find the home of Git for Windows 2.x here: https://git-for-windows.github.io/ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for 3259ef9 - Browse repository at this point
Copy the full SHA 3259ef9View commit details
Commits on May 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8433814 - Browse repository at this point
Copy the full SHA 8433814View 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 main...master