aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-p4.txt
AgeCommit message (Expand)AuthorFilesLines
2022-05-04git-p4: improve encoding handling to support inconsistent encodingsTao Klerks1-1/+36
2021-11-09doc: use only hyphens as word separators in placeholdersJean-Noël Avila1-3/+3
2021-10-28doc: split placeholders as individual tokensJean-Noël Avila1-1/+1
2021-04-10doc lint: lint and fix missing "GIT" end sectionsÆvar Arnfjörð Bjarmason1-0/+4
2021-01-04doc: fix some typosThomas Ackermann1-1/+1
2020-11-05doc: fixing two trivial typos in Documentation/Marlon Rac Cambasis1-1/+1
2020-02-14git-p4: add p4 submit hooksBen Keene1-0/+35
2020-02-11git-p4: add --no-verify optionBen Keene1-2/+8
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-4/+4
2018-10-16git-p4: fully support unshelving changelistsLuke Diamand1-2/+2
2018-10-16git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelvedLuke Diamand1-3/+3
2018-08-01git-p4: add the `p4-pre-submit` hookChen Bin1-0/+8
2018-06-18Merge branch 'ld/git-p4-updates'Junio C Hamano1-0/+25
2018-06-12git-p4: add option to disable syncing of p4/master with p4Luke Diamand1-0/+8
2018-06-12git-p4: disable-rebase: allow setting this via configurationLuke Diamand1-1/+4
2018-06-12git-p4: add options --commit and --disable-rebaseRomain Merland1-0/+14
2018-06-04Merge branch 'rd/p4-doc-markup-env'Junio C Hamano1-5/+5
2018-06-01Merge branch 'ld/p4-unshelve'Junio C Hamano1-0/+32
2018-06-01p4.txt: Use backquotes for variable namesRobert P. J. Day1-5/+5
2018-05-24git-p4: add unshelve commandLuke Diamand1-0/+32
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2017-12-22git-p4: update multiple shelved change listsLuke Diamand1-1/+7
2017-01-18Merge branch 'ls/p4-retry-thrice'Junio C Hamano1-0/+2
2016-12-29git-p4: do not pass '-r 0' to p4 commandsIgor Kushnir1-0/+2
2016-12-16Merge branch 'ls/p4-retry-thrice'Junio C Hamano1-0/+4
2016-12-05git-p4: add config to retry p4 commands; retry 3 times by defaultLars Schneider1-0/+4
2016-12-05git-p4: support updating an existing shelved changelistLuke Diamand1-0/+4
2016-11-29git-p4: allow submit to create shelved changelists.Vinicius Kursancew1-0/+5
2016-07-28Merge branch 'mm/doc-tt' into maintJunio C Hamano1-11/+11
2016-07-13Merge branch 'mm/doc-tt'Junio C Hamano1-11/+11
2016-07-06Merge branch 'tr/doc-tt' into maintJunio C Hamano1-2/+2
2016-06-28doc: typeset HEAD and variants as literalMatthieu Moy1-1/+1
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-10/+10
2016-06-27Merge branch 'tr/doc-tt'Junio C Hamano1-2/+2
2016-06-08doc: more consistency in environment variables formatTom Russello1-1/+1
2016-06-08doc: change environment variables formatTom Russello1-1/+1
2016-04-06Merge branch 'ls/p4-map-user'Junio C Hamano1-0/+11
2016-03-23Documentation: fix git-p4 AsciiDoc formattingLars Schneider1-5/+3
2016-03-21Documentation: use ASCII quotation marks in git-p4Lars Schneider1-1/+1
2016-03-15git-p4: map a P4 user to Git author name and email addressLars Schneider1-0/+11
2015-12-15Merge branch 'ls/p4-keep-empty-commits'Junio C Hamano1-0/+4
2015-12-10git-p4: add option to keep empty commitsLars Schneider1-0/+4
2015-10-15Merge branch 'ls/p4-lfs'Junio C Hamano1-0/+32
2015-10-03git-p4: add support for large file systemsLars Schneider1-0/+32
2015-09-03git-p4: add config git-p4.pathEncodingLars Schneider1-0/+7
2015-04-20git-p4: use -m when running p4 changesLex Spoon1-3/+14
2015-02-11git-p4: support excluding paths on syncLuke Diamand1-3/+3
2014-01-22git p4 doc: use two-line style for options with multiple spellingsPete Wyckoff1-2/+4
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert1-7/+10
2013-02-05Merge branch 'ta/doc-no-small-caps'Junio C Hamano1-42/+42
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-42/+42
2013-01-15git p4: fix submit when no master branchPete Wyckoff1-0/+5
2013-01-15git p4: fix sync --branch when no master branchPete Wyckoff1-0/+5
2013-01-15git p4: allow short ref names to --branchPete Wyckoff1-2/+5
2013-01-15git p4 doc: fix branch detection examplePete Wyckoff1-1/+3
2013-01-15git p4: clone --branch should checkout masterPete Wyckoff1-2/+1
2012-09-16git-p4: add submit --conflict option and config varaiablePete Wyckoff1-0/+11
2012-09-16git p4: add submit --prepare-p4-only optionPete Wyckoff1-0/+7
2012-09-16git p4: add submit --dry-run optionPete Wyckoff1-0/+4
2012-09-16git p4: accept -v for --verbosePete Wyckoff1-1/+1
2012-07-05git p4: refactor diffOpts calculationGary Gibbons1-4/+6
2012-05-07Sync with maintJunio C Hamano1-2/+3
2012-05-07git p4 doc: fix formattingPete Wyckoff1-1/+3
2012-04-24git p4: move verbose to base classLuke Diamand1-7/+4
2012-04-24git p4: fix-up "import/export of labels to/from p4"Luke Diamand1-10/+10
2012-04-11git p4: import/export of labels to/from p4Luke Diamand1-5/+38
2012-04-09git-p4: move to toplevelPete Wyckoff1-13/+6
2012-02-26Merge branch 'maint'Junio C Hamano1-3/+7
2012-02-26git-p4: set useClientSpec variable on initial clonePete Wyckoff1-3/+7
2012-02-23git-p4: add initial support for RCS keywordsLuke Diamand1-0/+5
2012-01-11git-p4: add tests demonstrating spec overlay ambiguitiesPete Wyckoff1-0/+5
2012-01-03git-p4: view spec documentationPete Wyckoff1-13/+27
2011-12-27git-p4: document and test submit optionsPete Wyckoff1-2/+6
2011-12-27git-p4: test and document --use-client-specPete Wyckoff1-1/+4
2011-12-27git-p4: document and test --import-localPete Wyckoff1-1/+3
2011-12-27git-p4: document and test clone --branchPete Wyckoff1-1/+9
2011-12-27git-p4: test cloning with two dirs, clarify docPete Wyckoff1-2/+9
2011-12-27git-p4: introduce asciidoc documentationPete Wyckoff1-0/+455