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
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
2017-04-16
git-p4: add read_pipe_text() internal function
Luke Diamand
1
-3
/
+28
2017-02-16
Merge branch 'ls/p4-path-encoding'
Junio C Hamano
1
-10
/
+14
2017-02-10
git-p4: fix git-p4.pathEncoding for removed files
Lars Schneider
1
-10
/
+14
2017-02-02
Merge branch 'gv/mingw-p4-mapuser'
Junio C Hamano
1
-1
/
+1
2017-01-30
git-p4: fix git-p4.mapUser on Windows
George Vanburgh
1
-1
/
+1
2017-01-18
Merge branch 'ls/p4-retry-thrice'
Junio C Hamano
1
-1
/
+3
2017-01-17
Merge branch 'gv/p4-multi-path-commit-fix' into maint
Junio C Hamano
1
-2
/
+2
2017-01-17
Merge branch 'ld/p4-compare-dir-vs-symlink' into maint
Junio C Hamano
1
-6
/
+20
2016-12-29
git-p4: do not pass '-r 0' to p4 commands
Igor Kushnir
1
-1
/
+3
2016-12-27
Merge branch 'ls/p4-lfs'
Junio C Hamano
1
-2
/
+2
2016-12-27
Merge branch 'gv/p4-multi-path-commit-fix'
Junio C Hamano
1
-2
/
+2
2016-12-27
Merge branch 'ld/p4-compare-dir-vs-symlink'
Junio C Hamano
1
-6
/
+20
2016-12-20
git-p4: add diff/merge properties to .gitattributes for GitLFS files
Lars Schneider
1
-2
/
+2
2016-12-19
Merge branch 'ld/p4-worktree'
Junio C Hamano
1
-4
/
+13
2016-12-19
git-p4: fix multi-path changelist empty commits
George Vanburgh
1
-2
/
+2
2016-12-18
git-p4: avoid crash adding symlinked directory
Luke Diamand
1
-6
/
+20
2016-12-16
Merge branch 'ls/p4-retry-thrice'
Junio C Hamano
1
-0
/
+5
2016-12-16
Merge branch 'ls/p4-empty-file-on-lfs'
Junio C Hamano
1
-12
/
+17
2016-12-13
git-p4: support git worktrees
Luke Diamand
1
-4
/
+13
2016-12-05
git-p4: fix empty file processing for large file system backend GitLFS
Lars Schneider
1
-12
/
+17
2016-12-05
git-p4: add config to retry p4 commands; retry 3 times by default
Lars Schneider
1
-0
/
+5
2016-12-05
git-p4: support updating an existing shelved changelist
Luke Diamand
1
-4
/
+29
2016-11-29
git-p4: allow submit to create shelved changelists.
Vinicius Kursancew
1
-14
/
+22
2016-08-11
Spelling fixes
Ville Skyttä
1
-1
/
+1
2016-07-19
Merge branch 'ls/p4-tmp-refs'
Junio C Hamano
1
-1
/
+1
2016-07-11
Merge branch 'ao/p4-has-branch-prefix-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-07-08
git-p4: place temporary refs used for branch import under refs/git-p4-tmp
Lars Schneider
1
-1
/
+1
[next]