Revision 80ffb7570f86fb8b671048a374f3c7990c45a27f authored by Junio C Hamano on 30 July 2012, 20:03:40 UTC, committed by Junio C Hamano on 30 July 2012, 20:04:18 UTC
In 1.7.9 era, we taught "git rebase" about the raw timestamp format
but we did not teach the same trick to "filter-branch", which rolled
a similar logic on its own.

* jc/maint-filter-branch-epoch-date:
  t7003: add test to filter a branch with a commit at epoch
  date.c: Fix off by one error in object-header date parsing
  filter-branch: do not forget the '@' prefix to force git-timestamp
2 parent s e6dfbcf + 44b85e8
History
File Mode Size
.gitignore -rw-r--r-- 21 bytes
Makefile -rw-r--r-- 207 bytes
README -rw-r--r-- 4.3 KB
aggregate.perl -rwxr-xr-x 3.7 KB
min_time.perl -rwxr-xr-x 348 bytes
p0000-perf-lib-sanity.sh -rwxr-xr-x 1002 bytes
p0001-rev-list.sh -rwxr-xr-x 262 bytes
p4000-diff-algorithms.sh -rwxr-xr-x 488 bytes
p5302-pack-index.sh -rwxr-xr-x 827 bytes
p7810-grep.sh -rwxr-xr-x 512 bytes
perf-lib.sh -rw-r--r-- 5.5 KB
run -rwxr-xr-x 1.5 KB

README

back to top