1
0
Fork 0
mutter-performance-source/doc
Neil Roberts 0a83e03afb doc/RELEASING: Fix the check for diffs from origin/master
The recommended command to check for differences from master to the
remote master was using git log with a range from the local master to
the remote master but this wouldn't work if the local master is ahead
of the remote master because the range is backwards. This patch
changes it to recommend git diff --stat instead because then the
command would work even if the two branches have diverged.
2011-06-29 16:16:25 +01:00
..
common cookbook: Remove bold on emphasis inside programlisting 2010-12-09 13:39:48 +00:00
cookbook Eliminate G_CONST_RETURN 2011-06-07 16:06:24 +01:00
manual build: Distcheck fixes 2010-06-30 12:26:10 +01:00
reference docs: Remove the in-tree cogl fixxref option 2011-06-21 10:52:44 +01:00
AUTHORS.old Move some old doc files under doc/ 2011-06-09 15:53:29 +01:00
clutter-actor-invariants.txt Try to clean up how we handle actor transformations 2010-09-13 18:18:34 +01:00
CODING_STYLE Eliminate G_CONST_RETURN 2011-06-07 16:06:24 +01:00
HACKING docs: Use "Cogl" not "COGL" in Cogl API reference 2010-09-23 15:53:29 +01:00
HACKING.backends docs: Update the HACKING.backends documentation 2011-02-09 13:29:30 +00:00
Makefile.am docs: Disable manual 2010-06-30 11:56:13 +01:00
RELEASING doc/RELEASING: Fix the check for diffs from origin/master 2011-06-29 16:16:25 +01:00