Using the command git diff, what is the differences that git tells you about the files?
William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Wed, Aug 28, 2013 at 2:34 AM, TC Wan <[email protected]> wrote: > > On Wednesday, August 28, 2013 12:58:15 PM UTC+8, William Seiti Mizuta > wrote: >> >> Hi Tat-Chee >> >> I didn't get your problem. Can you tell a little more about it? >> >> >> > The repository was clean and freshly cloned from github. On Linux, it > shows "nothing to commit, working directory clean". > But on Mac OSX, it indicates that there are changed files in the > repository (from the given listing) which was just cloned and should not > have any changes. > > > >> William Seiti Mizuta >> @williammizuta >> Caelum | Ensino e Inovação >> www.caelum.com.br >> >> >> On Wed, Aug 28, 2013 at 12:09 AM, Tat-Chee Wan <[email protected]> wrote: >> >>> Hi, >>> >>> I'm having a strange problem with git but only on Mac OS X. >>> There is a public repository https://github.com/mindboards/** >>> ev3sources.git <https://github.com/mindboards/ev3sources.git> which >>> when cloned to Linux works correctly, but when cloned to Mac OS X (tested >>> on 10.8.4, git 1.8.4), gives the following output immediately after a fresh >>> clone: >>> >>> $ git --version >>>> git version 1.8.4 >>> >>> $ git status >>>> # On branch master >>>> # Changes not staged for commit: >>>> # (use "git add <file>..." to update what will be committed) >>>> # (use "git checkout -- <file>..." to discard changes in working >>>> directory) >>>> # >>>> # modified: extra/linux-03.20.00.13/**Documentation/IO-mapping.txt >>>> # modified: extra/linux-03.20.00.13/**include/linux/netfilter/xt_* >>>> *CONNMARK.h >>>> # modified: extra/linux-03.20.00.13/**include/linux/netfilter/xt_* >>>> *DSCP.h >>>> # modified: extra/linux-03.20.00.13/**include/linux/netfilter/xt_* >>>> *MARK.h >>>> # modified: extra/linux-03.20.00.13/**include/linux/netfilter/xt_* >>>> *RATEEST.h >>>> # modified: extra/linux-03.20.00.13/**include/linux/netfilter/xt_* >>>> *TCPMSS.h >>>> # modified: extra/linux-03.20.00.13/** >>>> include/linux/netfilter_ipv4/**ipt_ECN.h >>>> # modified: extra/linux-03.20.00.13/** >>>> include/linux/netfilter_ipv4/**ipt_TTL.h >>>> # modified: extra/linux-03.20.00.13/** >>>> include/linux/netfilter_ipv6/**ip6t_HL.h >>>> # modified: extra/linux-03.20.00.13/net/**ipv4/netfilter/ipt_ECN.c >>>> # modified: extra/linux-03.20.00.13/net/**netfilter/xt_CONNMARK.c >>>> # modified: extra/linux-03.20.00.13/net/**netfilter/xt_DSCP.c >>>> # modified: extra/linux-03.20.00.13/net/**netfilter/xt_HL.c >>>> # modified: extra/linux-03.20.00.13/net/**netfilter/xt_MARK.c >>>> # modified: extra/linux-03.20.00.13/net/**netfilter/xt_RATEEST.c >>>> # modified: extra/linux-03.20.00.13/net/**netfilter/xt_TCPMSS.c >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libip6t_HL.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libipt_ECN.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libipt_TTL.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libxt_CONNMARK.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libxt_DSCP.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libxt_MARK.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libxt_RATEEST.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libxt_SET.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libxt_TCPMSS.so >>>> # modified: extra/linux-devkit/arm-none-** >>>> linux-gnueabi/usr/libexec/**xtables/libxt_TOS.so >>>> # modified: lms2012/lms2012/doc/html/**PWMModule.html >>>> # modified: lms2012/lmssrc/TEST/CVS/**Entries >>>> # modified: lms2012/lmssrc/TEST/CVS/**Repository >>>> # modified: lms2012/lmssrc/TEST/TEST/CVS/**Entries >>>> # modified: lms2012/lmssrc/TEST/TEST/CVS/**Repository >>>> # modified: lms2012/lmssrc/TEST/update >>>> # >>>> >>>> $ cat .git/config >>> [core] >>> repositoryformatversion = 0 >>> filemode = true >>> bare = false >>> logallrefupdates = true >>> ignorecase = true >>> precomposeunicode = false >>> [remote "origin"] >>> url = [email protected]:mindboards/**ev3sources.git >>> fetch = +refs/heads/*:refs/remotes/**origin/* >>> [branch "master"] >>> remote = origin >>> merge = refs/heads/master >>> >>> Is this a known problem? What is the fix? TIA >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Git for human beings" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to git-users+...@**googlegroups.com. >>> >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
