aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4013/diff.diff_--stat_initial..side
diff options
context:
space:
mode:
authorIan Ward Comfort <icomfort@stanford.edu>2010-06-08 01:16:11 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-11 09:01:51 -0700
commitb096374f4a2cec0403378c1e9b4fb5fe37b517f4 (patch)
tree8e9a3dae60847c26688219bd111ba535dca8677f /t/t4013/diff.diff_--stat_initial..side
parentChange C99 comments to old-style C comments (diff)
downloadgit-b096374f4a2cec0403378c1e9b4fb5fe37b517f4.tar.gz
git-b096374f4a2cec0403378c1e9b4fb5fe37b517f4.zip
rebase -i: Abort cleanly if new base cannot be checked out
Untracked content in the working tree may prevent rebase -i from checking out the new base onto which it wants to replay commits, if the new base commit includes files at those (now untracked) paths. Currently, rebase -i dies uncleanly in this situation, updating ORIG_HEAD and leaving a useless .git/rebase-merge directory, with which the user can do nothing useful except rebase --abort. Make rebase -i abort the procedure itself instead, as non-interactive rebase already does, and add a test for this behavior. Signed-off-by: Ian Ward Comfort <icomfort@stanford.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_--stat_initial..side')
0 files changed, 0 insertions, 0 deletions
42214e0cd7c6036daf4619294314&follow=1'>powerpc: Implement save_stack_trace_regs() to enable kprobe stack tracingSteven Rostedt1-0/+7 2016-01-09powerpc: Fix build break due to paca mm_context_t changesMichael Ellerman2-1/+3 2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain5-37/+109 2015-12-27powerpc/powernv: Fix minor off-by-one error in opal_mce_check_early_recovery()Andrew Donnellan1-1/+1 2015-12-27powerpc: Fix style of self-test config promptsAndrew Donnellan1-3/+3 2015-12-27powerpc/powernv: Only delay opal_rtc_read() retry when necessaryMichael Neuling1-1/+1 2015-12-27powerpc/powernv: Add a kmsg_dumper that flushes console output on panicRussell Currey6-1/+78 2015-12-27powerpc: Copy only required pieces of the mm_context_t to the pacaMichael Neuling3-8/+22 2015-12-19powerpc: Add function to copy mm_context_t to the pacaMichael Neuling5-5/+18 2015-12-17powerpc: Add missing calls to va_end()Daniel Axtens2-0/+2 2015-12-17powerpc/pseries: Enable kernel CPU dlpar from sysfsNathan Fontenot1-0/+6 2015-12-17powerpc/pseries: Add CPU dlpar add functionalityNathan Fontenot1-0/+116 2015-12-17powerpc/pseries: Add CPU dlpar remove functionalityNathan Fontenot2-0/+156 2015-12-17powerpc/pseries: Update CPU hotplug error recoveryNathan Fontenot1-13/+63 2015-12-17powerpc/pseries: Factor out common cpu hotplug codeNathan Fontenot1-31/+39 2015-12-17powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.cNathan Fontenot2-225/+219 2015-12-17powerpc/pseries: Verify CPU doesn't exist before addingNathan Fontenot1-4/+39 2015-12-17powerpc/476fpe: Add support for kexecAlistair Popple1-0/+2 2015-12-17powerpc/powernv: Add support for Nvlink NPUsAlistair Popple6-13/+502 2015-12-17powerpc: Add __raw_rm_writeq() functionAlistair Popple2-10/+11 2015-12-17Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"Alistair Popple2-0/+2 2015-12-17powerpc/powernv: Fix M64 resource name in /proc/iomemGavin Shan1-0/+1 2015-12-17powerpc/mm: Add page soft dirty trackingLaurent Dufour5-8/+56 2015-12-17powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIESMichael Ellerman2-10/+10 2015-12-17powerpc/kernel: Open code SET_DEFAULT_THREAD_PPRMichael Ellerman2-14/+7 2015-12-17powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPRMichael Ellerman2-6/+5 2015-12-17powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARDMichael Ellerman2-24/+0 2015-12-17powerpc/rtas: Make enter_rtas() privateMichael Ellerman2-1/+3 2015-12-17powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()Michael Ellerman1-10/+2 2015-12-17powerpc/pseries: Use rtas_call_unlocked() in pseries hotplugMichael Ellerman1-8/+3 2015-12-17powerpc/xmon: Use rtas_call_unlocked() in xmonMichael Ellerman1-10/+6 2015-12-17powerpc/rtas: Add rtas_call_unlocked()Michael Ellerman2-11/+35 2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith10-70/+54 2015-12-17powerpc/powernv: Remove OPALv2 firmware define and referencesStewart Smith4-15/+5 2015-12-17powerpc/powernv: panic() on OPAL < V3Stewart Smith1-4/+1