Skip to content
Snippets Groups Projects
Select Git revision
  • 172b6428d06ff4eb0812f087a497d50b6c878fe1
  • passt default
  • master
  • pu
  • todo
  • next
  • maint
  • v2.8.0-rc1
  • v2.8.0-rc0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.5
  • v2.7.0-rc3
  • v2.7.0-rc2
  • v2.7.0-rc1
  • v2.7.0-rc0
  • v2.6.4
  • v2.6.3
  • v2.6.2
  • v2.6.1
  • v2.3.10
  • v2.5.4
  • v2.4.10
  • v2.6.0
  • v2.6.0-rc3
  • v2.5.3
27 results

t

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Clemens Buchacher authored and Junio C Hamano committed
    In case HEAD does not point to a valid commit yet, merge is
    implemented as a hard reset. This will cause untracked files to be
    overwritten.
    
    Instead, assume the empty tree for HEAD and do a regular merge. An
    untracked file will cause the merge to abort and do nothing. If no
    conflicting files are present, the merge will have the same effect
    as a hard reset.
    
    Signed-off-by: default avatarClemens Buchacher <drizzd@aon.at>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    172b6428
    History
    Name Last commit Last update
    ..