[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#922476: marked as done (RFP: git-absorb -- easier fixup for rebasing git history)



Your message dated Sun, 02 May 2021 10:23:55 +0800
with message-id <9e0950bdab74b27444c2050b5c09ea7ebed916fa.camel@debian.org>
and subject line Re: RFP: git-absorb -- easier fixup for rebasing git history
has caused the Debian Bug report #922476,
regarding RFP: git-absorb -- easier fixup for rebasing git history
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
922476: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922476
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name    : git-absorb
  Version         : 0.3.0
  Upstream Author : Stephen Jung <tummychow511@gmail.com>
* URL             : https://github.com/tummychow/git-absorb
* License         : BSD-3
  Programming Lang: Rust
  Description     : easier fixup for rebasing git history

You have a feature branch with a few commits. Your teammate reviewed
the branch and pointed out a few bugs. You have fixes for the bugs,
but you don't want to shove them all into an opaque commit that says
fixes, because you believe in atomic commits. Instead of manually
finding commit SHAs for git commit --fixup, or running a manual
interactive rebase, do this:

   git add $FILES_YOU_FIXED
   git absorb
   git rebase -i --autosquash master

git absorb will automatically identify which commits are safe to
modify, and which indexed changes belong to each of those commits. It
will then write fixup! commits for each of those changes. You can
check its output manually if you don't trust it, and then fold the
fixups into your feature branch with git's built-in autosquash
functionality.

----

I frequently do stuff like that:

 1. find the commit i want to modify with git log
 2. copy the commit id
 3. git commit -m'fixup! <commit id>'
 4. git rebase -i

This automates steps 1-3.

This being Rust, I don't feel competent packaging it myself, it would
be great if some Rust people would look at it.

Thanks!

--- End Message ---
--- Begin Message ---
Source: rust-git-absorb
Source-Version: 0.6.6-1
Done: Andrej Shadura <andrewsh@debian.org>

On Sat, 16 Feb 2019 12:29:43 -0500 Antoine Beaupre wrote:

> * Package name    : git-absorb

This was packaged by the rust team a while ago, for some reason they
didn't check the WNPP list, retitle this bug to ITP and close it.

https://tracker.debian.org/pkg/rust-git-absorb

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: