Karl, When doing git pull pass the --rebase option as:
git pull --rebase That will prevent these distracting tiny merges. There are also ways to set rebase as the default so that the --rebase option becomes implicit, as: git config branch.master.rebase true git config --global branch.autosetuprebase=always Jose ________________________________________ From: [email protected] [[email protected]] On Behalf Of Karl Schultz [[email protected]] Sent: Wednesday, February 10, 2010 22:30 To: [email protected] Subject: Mesa (master): Merge branch 'master' of git+ssh://git.freedesktop.org/git/ mesa/mesa Module: Mesa Branch: master Commit: 2717d9066d46bff9b015f3d17dc05ce1335d0883 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2717d9066d46bff9b015f3d17dc05ce1335d0883 Author: Karl Schultz <[email protected]> Date: Wed Feb 10 15:22:07 2010 -0700 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa --- _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
