index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-p4.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kk/p4-client-name-encoding-fix'
Junio C Hamano
2022-08-01
1
-9
/
+42
|
\
|
*
git-p4: refactoring of p4CmdList()
Kilian Kilger
2022-07-21
1
-11
/
+42
|
*
git-p4: fix bug with encoding of p4 client name
Kilian Kilger
2022-07-08
1
-2
/
+4
*
|
Merge branch 'mb/p4-utf16-crlf'
Junio C Hamano
2022-07-27
1
-1
/
+1
|
\
\
|
*
|
git-p4: fix CR LF handling for utf16 files
Moritz Baumann
2022-07-20
1
-1
/
+1
|
|
/
*
|
git-p4: fix error handling in P4Unshelve.renameBranch()
Moritz Baumann
2022-07-20
1
-5
/
+2
*
|
git-p4: fix typo in P4Submit.applyCommit()
Moritz Baumann
2022-07-20
1
-1
/
+1
|
/
*
Merge branch 'tk/p4-metadata-coding-strategies'
Junio C Hamano
2022-05-21
1
-16
/
+107
|
\
|
*
git-p4: improve encoding handling to support inconsistent encodings
Tao Klerks
2022-05-04
1
-16
/
+107
*
|
Merge branch 'kf/p4-multiple-remotes'
Junio C Hamano
2022-05-21
1
-1
/
+9
|
\
\
|
*
|
git-p4: fix issue with multiple perforce remotes
Kirill Frolov
2022-03-21
1
-1
/
+9
|
|
/
*
|
Merge branch 'tk/p4-with-explicity-sync'
Junio C Hamano
2022-05-21
1
-14
/
+37
|
\
\
|
*
|
git-p4: support explicit sync of arbitrary existing git-p4 refs
Tao Klerks
2022-04-06
1
-14
/
+38
|
|
/
*
|
Merge branch 'tk/p4-utf8-bom'
Junio C Hamano
2022-05-21
1
-0
/
+10
|
\
\
|
*
|
git-p4: preserve utf8 BOM when importing from p4 to git
Tao Klerks
2022-04-06
1
-0
/
+10
|
|
/
*
|
git-p4: sort imports
Joel Holdsworth
2022-04-01
1
-8
/
+10
*
|
git-p4: seperate multiple statements onto seperate lines
Joel Holdsworth
2022-04-01
1
-2
/
+5
*
|
git-p4: move inline comments to line above
Joel Holdsworth
2022-04-01
1
-3
/
+7
*
|
git-p4: only seperate code blocks by a single empty line
Joel Holdsworth
2022-04-01
1
-3
/
+0
*
|
git-p4: compare to singletons with "is" and "is not"
Joel Holdsworth
2022-04-01
1
-3
/
+3
*
|
git-p4: normalize indentation of lines in conditionals
Joel Holdsworth
2022-04-01
1
-9
/
+7
*
|
git-p4: ensure there is a single space around all operators
Joel Holdsworth
2022-04-01
1
-5
/
+5
*
|
git-p4: ensure every comment has a single #
Joel Holdsworth
2022-04-01
1
-6
/
+6
*
|
git-p4: remove spaces between dictionary keys and colons
Joel Holdsworth
2022-04-01
1
-7
/
+7
*
|
git-p4: remove redundant backslash-continuations inside brackets
Joel Holdsworth
2022-04-01
1
-9
/
+9
*
|
git-p4: remove extraneous spaces before function arguments
Joel Holdsworth
2022-04-01
1
-11
/
+11
*
|
git-p4: place a single space after every comma
Joel Holdsworth
2022-04-01
1
-9
/
+9
*
|
git-p4: removed brackets when assigning multiple return values
Joel Holdsworth
2022-04-01
1
-19
/
+19
*
|
git-p4: remove spaces around default arguments
Joel Holdsworth
2022-04-01
1
-6
/
+6
*
|
git-p4: remove padding from lists, tuples and function arguments
Joel Holdsworth
2022-04-01
1
-18
/
+18
*
|
git-p4: sort and de-duplcate pylint disable list
Joel Holdsworth
2022-04-01
1
-7
/
+22
*
|
git-p4: remove commented code
Joel Holdsworth
2022-04-01
1
-7
/
+0
*
|
git-p4: convert descriptive class and function comments into docstrings
Joel Holdsworth
2022-04-01
1
-70
/
+94
*
|
git-p4: improve consistency of docstring formatting
Joel Holdsworth
2022-04-01
1
-133
/
+158
*
|
git-p4: indent with 4-spaces
Joel Holdsworth
2022-04-01
1
-9
/
+9
*
|
git-p4: remove unneeded semicolons from statements
Joel Holdsworth
2022-04-01
1
-14
/
+14
*
|
git-p4: add blank lines between functions and class definitions
Joel Holdsworth
2022-04-01
1
-0
/
+107
|
/
*
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
2022-02-09
1
-64
/
+6
|
\
|
*
git-p4: use 'git hook' to run hooks
Emily Shaffer
2022-01-08
1
-64
/
+6
*
|
Merge branch 'jh/p4-spawning-external-commands-cleanup'
Junio C Hamano
2022-02-05
1
-97
/
+79
|
\
\
|
*
|
git-p4: don't print shell commands as python lists
Joel Holdsworth
2022-01-06
1
-8
/
+9
|
*
|
git-p4: pass command arguments as lists instead of using shell
Joel Holdsworth
2022-01-06
1
-62
/
+43
|
*
|
git-p4: don't select shell mode using the type of the command argument
Joel Holdsworth
2022-01-06
1
-63
/
+63
*
|
|
Merge branch 'jh/p4-fix-use-of-process-error-exception'
Junio C Hamano
2022-02-05
1
-3
/
+3
|
\
\
\
|
*
|
|
git-p4: fix instantiation of CalledProcessError
Joel Holdsworth
2022-01-07
1
-3
/
+3
|
|
/
/
*
|
|
Merge branch 'jh/p4-remove-unused'
Junio C Hamano
2022-01-10
1
-76
/
+0
|
\
\
\
|
*
|
|
git-p4: remove "rollback" verb
Joel Holdsworth
2021-12-22
1
-60
/
+0
|
*
|
|
git-p4: remove "debug" verb
Joel Holdsworth
2021-12-22
1
-16
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jh/p4-human-unit-numbers'
Junio C Hamano
2022-01-10
1
-6
/
+21
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
git-p4: show progress as an integer
Joel Holdsworth
2021-12-20
1
-1
/
+2
[next]