Skip to content

Commit 3b8da58

Browse files
Daniel Langetorbiak
authored andcommitted
Version 0.004008
1 parent 28d3ab0 commit 3b8da58

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.004008
2+
- Allow to specify paths on the command line to limit fixup commits to these files only
3+
14
# 0.004007
25

36
- Use the `--no-prefix` option for calls to `git diff` so that git-autofixup works regardless the configured values of the relatively new diff.srcPrefix and diff.dstPrefix variables, added in Git 2.45.0, as well as the older diff.noPrefix and diff.mnemonicPrefix.

git-autofixup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use File::Temp;
1111
use Getopt::Long qw(:config bundling);
1212
use IPC::Open3;
1313

14-
our $VERSION = 0.004007;
14+
our $VERSION = 0.004008;
1515

1616
my $VERBOSE;
1717
my @GIT_OPTIONS;

lib/App/Git/Autofixup.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package App::Git::Autofixup;
22
use strict;
33
use warnings FATAL => 'all';
44

5-
our $VERSION = 0.004007;
5+
our $VERSION = 0.004008;
66

77
=head1 NAME
88

0 commit comments

Comments
 (0)