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
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-02
Merge branch 'bk/p4-misc-usability'
Junio C Hamano
1
-32
/
+42
2019-12-16
git-p4: show detailed help when parsing options fail
Ben Keene
1
-1
/
+6
2019-12-16
git-p4: yes/no prompts should sanitize user text
Ben Keene
1
-31
/
+36
2019-12-11
git-p4: honor lfs.storage configuration variable
r.burenkov
1
-2
/
+8
2019-10-06
git-p4: auto-delete named temporary file
Philip.McGraw
1
-7
/
+6
2019-07-09
Merge branch 'am/p4-branches-excludes'
Junio C Hamano
1
-17
/
+27
2019-06-17
Merge branch 'mm/p4-unshelve-windows-fix'
Junio C Hamano
1
-1
/
+1
2019-05-28
p4 unshelve: fix "Not a valid object name HEAD0" on Windows
Mike Mueller
1
-1
/
+1
2019-05-28
git-p4: allow unshelving of branched files
Simon Williams
1
-1
/
+1
2019-04-02
git-p4: respect excluded paths when detecting branches
Mazo, Andrey
1
-2
/
+1
2019-04-02
git-p4: don't exclude other files with same prefix
Mazo, Andrey
1
-7
/
+14
2019-04-02
git-p4: don't groom exclude path list on every commit
Mazo, Andrey
1
-5
/
+7
2019-04-02
git-p4: match branches case insensitively if configured
Mazo, Andrey
1
-2
/
+2
2019-04-02
git-p4: detect/prevent infinite loop in gitCommitByP4Change()
Mazo, Andrey
1
-1
/
+3
2019-02-05
Merge branch 'ld/git-p4-shelve-update-fix'
Junio C Hamano
1
-0
/
+2
2019-01-18
git-p4: handle update of moved/copied files when updating a shelve
Luke Diamand
1
-0
/
+2
2019-01-07
git-p4: fix problem when p4 login is not necessary
Peter Osterlund
1
-0
/
+2
2018-10-16
git-p4: fully support unshelving changelists
Luke Diamand
1
-36
/
+48
2018-10-16
git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved
Luke Diamand
1
-1
/
+2
2018-10-12
git-p4: do not fail in verbose mode for missing 'fileSize' key
Luke Diamand
1
-1
/
+4
2018-08-01
git-p4: add the `p4-pre-submit` hook
Chen Bin
1
-1
/
+15
2018-06-19
git-p4: python3: fix octal constants
Luke Diamand
1
-1
/
+1
2018-06-19
git-p4: python3: use print() function
Luke Diamand
1
-124
/
+124
2018-06-19
git-p4: python3: basestring workaround
Luke Diamand
1
-0
/
+16
2018-06-19
git-p4: python3: remove backticks
Luke Diamand
1
-1
/
+1
2018-06-19
git-p4: python3: replace dict.has_key(k) with "k in dict"
Luke Diamand
1
-39
/
+39
2018-06-19
git-p4: python3: replace <> with !=
Luke Diamand
1
-1
/
+1
2018-06-18
Merge branch 'ld/git-p4-updates'
Junio C Hamano
1
-24
/
+156
2018-06-12
git-p4: auto-size the block
Luke Diamand
1
-6
/
+21
2018-06-12
git-p4: narrow the scope of exceptions caught when parsing an int
Luke Diamand
1
-1
/
+1
2018-06-12
git-p4: raise exceptions from p4CmdList based on error from p4 server
Luke Diamand
1
-4
/
+40
2018-06-12
git-p4: better error reporting when p4 fails
Luke Diamand
1
-0
/
+55
2018-06-12
git-p4: add option to disable syncing of p4/master with p4
Luke Diamand
1
-11
/
+20
2018-06-12
git-p4: disable-rebase: allow setting this via configuration
Luke Diamand
1
-1
/
+1
2018-06-12
git-p4: add options --commit and --disable-rebase
Romain Merland
1
-6
/
+23
2018-06-01
Merge branch 'ld/p4-unshelve'
Junio C Hamano
1
-36
/
+177
2018-05-24
git-p4: add unshelve command
Luke Diamand
1
-36
/
+177
2018-05-11
git-p4: change "commitish" typo to "committish"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2017-12-22
git-p4: update multiple shelved change lists
Luke Diamand
1
-15
/
+26
2017-08-23
treewide: correct several "up-to-date" to "up to date"
Martin Ågren
1
-1
/
+1
2017-07-13
git-p4: filter for {'code':'info'} in p4CmdList
Miguel Torroja
1
-3
/
+6
2017-07-13
git-p4: parse marshal output "p4 -G" in p4 changes
Miguel Torroja
1
-28
/
+57
2017-04-16
git-p4: don't use name-rev to get current branch
Luke Diamand
1
-6
/
+1
[next]