aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/notes/repo5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/notes/repo b/admin/notes/repo
index 2185c5a0036..afba3dca8f8 100644
--- a/admin/notes/repo
+++ b/admin/notes/repo
@@ -128,6 +128,11 @@ again.
128This is a semi-automated way to find the revision that introduced a bug. 128This is a semi-automated way to find the revision that introduced a bug.
129Browse 'git help bisect' for technical instructions. 129Browse 'git help bisect' for technical instructions.
130 130
131Depending on what you want to do, it can be helpful to start bisecing
132with the option '--first-parent', like `git bisect start
133--first-parent', which makes bisect ignore commits coming into a
134branch from merges.
135
131* Maintaining ChangeLog history 136* Maintaining ChangeLog history
132 137
133Older ChangeLog entries are kept in history files named ChangeLog.1, 138Older ChangeLog entries are kept in history files named ChangeLog.1,