1. 18 12月, 2005 1 次提交
  2. 17 12月, 2005 4 次提交
    • J
      Comment fixes. · 01385e27
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      01385e27
    • J
      Fix git-am --skip · 69224716
      Jan Harkes 提交于
      git-am --skip does not unpack the next patch and ends up reapplying the
      old patch, believing that it is the new patch in the sequence.
      
      If the old patch applied successfully it will commit it with the
      supposedly skipped log message and ends up dropping the following patch.
      If the patch did not apply the user is left with the conflict he tried
      to skip and has to unpack the next patch in the sequence by hand to get
      git-am back on track.
      
      By clearing the resume variable whenever skips bumps the sequence
      counter we correctly unpack the next patch. I also added another
      resume= in the case a patch file is missing from the sequence to
      avoid the same problem when a file in the sequence was removed.
      Signed-off-by: NJan Harkes <jaharkes@cs.cmu.edu>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      69224716
    • J
      Forbid pattern maching characters in refnames. · 68283999
      Junio C Hamano 提交于
      by marking '?', '*', and '[' as bad_ref_char().
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      68283999
    • J
      Examples of resetting. · 3ae854c3
      Junio C Hamano 提交于
      Morten Welinder says examples of resetting is really about
      recovering from botched commit/pulls.  I agree that pointers
      from commands that cause a reset to be needed in the first place
      would be very helpful.
      
      Also reset examples did not mention "pull/merge" cases.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      3ae854c3
  3. 16 12月, 2005 9 次提交
  4. 15 12月, 2005 12 次提交
  5. 14 12月, 2005 14 次提交