index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-p4.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
1
-64
/
+6
2022-02-05
Merge branch 'jh/p4-spawning-external-commands-cleanup'
Junio C Hamano
1
-97
/
+79
2022-02-05
Merge branch 'jh/p4-fix-use-of-process-error-exception'
Junio C Hamano
1
-3
/
+3
2022-01-10
Merge branch 'jh/p4-remove-unused'
Junio C Hamano
1
-76
/
+0
2022-01-10
Merge branch 'jh/p4-human-unit-numbers'
Junio C Hamano
1
-6
/
+21
2022-01-07
git-p4: use 'git hook' to run hooks
Emily Shaffer
1
-64
/
+6
2022-01-06
git-p4: fix instantiation of CalledProcessError
Joel Holdsworth
1
-3
/
+3
2022-01-06
git-p4: don't print shell commands as python lists
Joel Holdsworth
1
-8
/
+9
2022-01-06
git-p4: pass command arguments as lists instead of using shell
Joel Holdsworth
1
-62
/
+43
2022-01-06
git-p4: don't select shell mode using the type of the command argument
Joel Holdsworth
1
-63
/
+63
2021-12-22
git-p4: remove "rollback" verb
Joel Holdsworth
1
-60
/
+0
2021-12-22
git-p4: remove "debug" verb
Joel Holdsworth
1
-16
/
+0
2021-12-20
git-p4: show progress as an integer
Joel Holdsworth
1
-1
/
+2
2021-12-20
git-p4: print size values in appropriate units
Joel Holdsworth
1
-5
/
+19
2021-12-16
git-p4: resolve RCS keywords in bytes not utf-8
Joel Holdsworth
1
-7
/
+8
2021-12-16
git-p4: open temporary patch file for write only
Joel Holdsworth
1
-1
/
+1
2021-12-16
git-p4: add raw option to read_pipelines
Joel Holdsworth
1
-3
/
+5
2021-12-16
git-p4: pre-compile RCS keyword regexes
Joel Holdsworth
1
-30
/
+18
2021-12-16
git-p4: use with statements to close files after use in patchRCSKeywords
Joel Holdsworth
1
-8
/
+5
2021-06-28
git-p4: fix failed submit by skip non-text data files
dorgon.chang
1
-2
/
+5
2021-05-06
git-p4: speed up search for branch parent
Joachim Kuebart
1
-11
/
+10
2021-01-15
Merge branch 'dl/p4-encode-after-kw-expansion'
Junio C Hamano
1
-1
/
+1
2020-12-23
git-p4: fix syncing file types with pattern
Daniel Levin
1
-1
/
+1
2020-11-11
Merge branch 'js/p4-default-branch'
Junio C Hamano
1
-1
/
+1
2020-11-09
p4: respect init.defaultBranch
Johannes Schindelin
1
-1
/
+1
2020-11-05
doc: fixing two trivial typos in Documentation/
Marlon Rac Cambasis
1
-1
/
+1
2020-09-19
git-p4: use HEAD~$n to find parent commit for unshelve
Luke Diamand
1
-1
/
+1
2020-06-02
Merge branch 'bk/p4-prepare-p4-only-fix'
Junio C Hamano
1
-4
/
+5
2020-05-12
git-p4.py: fix --prepare-p4-only error with multiple commits
Ben Keene
1
-4
/
+5
2020-05-10
git-p4: recover from inconsistent perforce history
Andrew Oakley
1
-2
/
+41
2020-04-22
Merge branch 'bk/p4-pre-edit-changelist'
Junio C Hamano
1
-55
/
+181
2020-03-25
Merge branch 'yz/p4-py3'
Junio C Hamano
1
-95
/
+140
2020-02-14
git-p4: add RCS keyword status message
Ben Keene
1
-0
/
+4
2020-02-14
git-p4: add p4 submit hooks
Ben Keene
1
-1
/
+34
2020-02-14
git-p4: restructure code in submit
Ben Keene
1
-41
/
+51
2020-02-11
git-p4: add --no-verify option
Ben Keene
1
-13
/
+19
2020-02-11
git-p4: add p4-pre-submit exit text
Ben Keene
1
-1
/
+9
2020-02-11
git-p4: create new function run_git_hook
Ben Keene
1
-7
/
+69
2020-02-11
git-p4: rewrite prompt to be Windows compatible
Ben Keene
1
-1
/
+4
2020-01-30
git-p4: avoid leak of file handle when cloning
Luke Diamand
1
-1
/
+2
2020-01-30
git-p4: check for access to remote host earlier
Luke Diamand
1
-0
/
+2
2020-01-30
git-p4: cleanup better on error exit
Luke Diamand
1
-15
/
+28
2020-01-30
git-p4: create helper function importRevisions()
Luke Diamand
1
-64
/
+68
2020-01-30
git-p4: disable some pylint warnings, to get pylint output to something manag...
Luke Diamand
1
-0
/
+8
2020-01-30
git-p4: add P4CommandException to report errors talking to Perforce
Luke Diamand
1
-0
/
+8
2020-01-30
git-p4: make closeStreams() idempotent
Luke Diamand
1
-0
/
+3
2020-01-15
git-p4: use python3's input() everywhere
Yang Zhao
1
-2
/
+12
2020-01-15
git-p4: simplify regex pattern generation for parsing diff-tree
Yang Zhao
1
-7
/
+6
2020-01-15
git-p4: use dict.items() iteration for python3 compatibility
Yang Zhao
1
-1
/
+1
2020-01-15
git-p4: use functools.reduce instead of reduce
Yang Zhao
1
-1
/
+2
[next]