Commit History

作者 SHA1 備註 提交日期
  Luke Diamand 0acbf5997f git-p4: use HEAD~$n to find parent commit for unshelve 4 年之前
  Junio C Hamano 7a8fec908a Merge branch 'bk/p4-prepare-p4-only-fix' 5 年之前
  Ben Keene 2dfdd705ff git-p4.py: fix --prepare-p4-only error with multiple commits 5 年之前
  Andrew Oakley 82e46d6b83 git-p4: recover from inconsistent perforce history 5 年之前
  Junio C Hamano 5f2ec211f6 Merge branch 'bk/p4-pre-edit-changelist' 5 年之前
  Junio C Hamano 9a0fa1709c Merge branch 'yz/p4-py3' 5 年之前
  Ben Keene 1ec4a0a356 git-p4: add RCS keyword status message 5 年之前
  Ben Keene 38ecf75244 git-p4: add p4 submit hooks 5 年之前
  Ben Keene cd1e0dc47a git-p4: restructure code in submit 5 年之前
  Ben Keene 4935c458c2 git-p4: add --no-verify option 5 年之前
  Ben Keene aa8b766a13 git-p4: add p4-pre-submit exit text 5 年之前
  Ben Keene 9f59ca4d6a git-p4: create new function run_git_hook 5 年之前
  Ben Keene 6b602a2f97 git-p4: rewrite prompt to be Windows compatible 5 年之前
  Luke Diamand 43f33e492a git-p4: avoid leak of file handle when cloning 5 年之前
  Luke Diamand 19fa5ac333 git-p4: check for access to remote host earlier 5 年之前
  Luke Diamand 6026aff5bb git-p4: cleanup better on error exit 5 年之前
  Luke Diamand ca5b5cce62 git-p4: create helper function importRevisions() 5 年之前
  Luke Diamand 4c1d58675d git-p4: disable some pylint warnings, to get pylint output to something manageable 5 年之前
  Luke Diamand 5c3d5020e6 git-p4: add P4CommandException to report errors talking to Perforce 5 年之前
  Luke Diamand 837b3a6376 git-p4: make closeStreams() idempotent 5 年之前
  Yang Zhao 7575f4fdec git-p4: use python3's input() everywhere 5 年之前
  Yang Zhao ce425eb4e1 git-p4: simplify regex pattern generation for parsing diff-tree 5 年之前
  Yang Zhao 2e2aa8d903 git-p4: use dict.items() iteration for python3 compatibility 5 年之前
  Yang Zhao a6b1306735 git-p4: use functools.reduce instead of reduce 5 年之前
  Yang Zhao 4294d741cc git-p4: fix freezing while waiting for fast-import progress 5 年之前
  Yang Zhao 50da1e7393 git-p4: use marshal format version 2 when sending to p4 5 年之前
  Yang Zhao 5a5577d808 git-p4: open .gitp4-usercache.txt in text mode 5 年之前
  Yang Zhao d38208a297 git-p4: convert path to unicode before processing them 5 年之前
  Yang Zhao 86dca24b7b git-p4: encode/decode communication with git for python3 5 年之前
  Yang Zhao 6cec21a82f git-p4: encode/decode communication with p4 for python3 5 年之前