aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-08-15 15:45:10 -0700
committerJunio C Hamano <gitster@pobox.com>2007-08-15 21:36:37 -0700
commitf34f2b0b384b42f7a0d0d92966c145b05fe55217 (patch)
tree60df5a49c8dad4e4e8b96e719d90c8f4e09aff31 /commit.c
parentpath-list.c: always free strdup'ed paths (diff)
downloadgit-f34f2b0b384b42f7a0d0d92966c145b05fe55217.tar.gz
git-f34f2b0b384b42f7a0d0d92966c145b05fe55217.zip
Fix read-tree merging more than 3 trees using 3-way merge
For multi-base merges, we allowed read-tree -m to take more than three trees (the last two are our and their branches, and all the earlier ones, typically one but potentially more, are used as the merge base). Unfortunately, the conversion done by commit 933bf40 broke this. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions
v2.26.1&id=a8f4ef727a7e626f23878e7e3f9f19f0a1052df0&follow=1'>Hopefully final update to the draft Release Notes, preparing for 1.5.1Junio C Hamano1-8/+15 2007-03-31Optional Tck/Tk: ignore generated files.Junio C Hamano1-0/+2 2007-03-31Eliminate checks of user-specified Tcl/Tk interpreter.Eygene Ryabinkin1-3/+1 2007-03-31Rewrite Tcl/Tk interpreter path for the GUI tools.Eygene Ryabinkin1-3/+24 2007-03-31Add --with-tcltk and --without-tcltk to configure.Eygene Ryabinkin3-1/+38 2007-03-31NO_TCLTKEygene Ryabinkin1-3/+18 2007-03-31Added correct Python path to the RPM specfile.Eygene Ryabinkin1-1/+5 2007-03-31Remove unused WITH_OWN_SUBPROCESS_PY from RPM specBrian Gernhardt1-5/+4 2007-03-31Added git-p4 package to the list of git RPMs.Eygene Ryabinkin1-4/+21 2007-03-31Add the WITH_P4IMPORT knob to the Makefile.Eygene Ryabinkin1-0/+26 2007-03-31git-blame.el: pick a set of random colors for each git-blame turnXavier Maillard1-28/+55 2007-03-31git-blame.el: separate git-blame-mode to ease maintenanceXavier Maillard1-18/+37 2007-03-31Optimize directory listing with pathspec limiter.Linus Torvalds5-9/+95 2007-03-31cvsserver: Don't lie about binary mode in asciidoc documentationFrank Lichtenheld1-3/+5 2007-03-31git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong1-0/+3 2007-03-31Keep rename/rename conflicts of intermediate merges while doing recursive mergeAlex Riesen1-6/+31