mbox series

[v2,0/1] pack-bitmap.c: avoid exposing absolute paths

Message ID cover.1667393419.git.dyroneteng@gmail.com (mailing list archive)
Headers show
Series pack-bitmap.c: avoid exposing absolute paths | expand

Message

Teng Long Nov. 2, 2022, 12:56 p.m. UTC
From: Teng Long <dyroneteng@gmail.com>

Diff since the first patch:

     * remove the "ignore extra bitmap file" warning
     * add "ignore extra bitmap file" in trace2 debugging output
     * modify case "t5310"

Thanks.

Teng Long (1):
  pack-bitmap.c: avoid exposing absolute paths

 pack-bitmap.c           | 12 ++++++++----
 t/t5310-pack-bitmaps.sh | 11 ++++++++---
 2 files changed, 16 insertions(+), 7 deletions(-)

Range-diff against v1:
1:  1591e7ee52e < -:  ----------- pack-bitmap.c: avoid exposing absolute paths
-:  ----------- > 1:  87a494e5ac0 pack-bitmap.c: avoid exposing absolute paths

Comments

Taylor Blau Nov. 3, 2022, 1:21 a.m. UTC | #1
On Wed, Nov 02, 2022 at 08:56:04PM +0800, Teng Long wrote:
>  pack-bitmap.c           | 12 ++++++++----
>  t/t5310-pack-bitmaps.sh | 11 ++++++++---
>  2 files changed, 16 insertions(+), 7 deletions(-)

This is based on a somewhat out-of-date version of the pack-bitmap.c
code which has changed quite a bit since Abhradeep Chakraborty worked on
it over the summer.

Resolving the merge conflicts during am wasn't too hard, and my rerere
cache should save me from having to do it again. But if you don't mind
rebasing on the tip of 'master' before sending the next round, that
would be appreciated.

Thanks.

Taylor
Teng Long Nov. 3, 2022, 8:42 a.m. UTC | #2
Taylor Blau <me@ttaylorr.com> writes:

> This is based on a somewhat out-of-date version of the pack-bitmap.c
> code which has changed quite a bit since Abhradeep Chakraborty worked on
> it over the summer.
>
> Resolving the merge conflicts during am wasn't too hard, and my rerere
> cache should save me from having to do it again. But if you don't mind
> rebasing on the tip of 'master' before sending the next round, that
> would be appreciated.

Sorry for that, I will do rebase on 'master' before sending v3.

Thanks.