The following changes since commit fe61935007b6803ce116e233316e4ff51de02be6:
Junio C Hamano (1):
Merge branch 'maint'
are available in the git repository at:
git://repo.or.cz/git/git-p4.git git-p4
Chris Pettitt (2):
git-p4: Add a helper function to parse the full git diff-tree output.
git-p4: Detect changes to executable bit and include them in p4 submit.
contrib/fast-import/git-p4 | 93 ++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 89 insertions(+), 4 deletions(-)
Chris implemented support for representing mode changes in git in submits to
Perforce. Fits well into master IMHO.
Thanks,
Simon