<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-p4.py, branch v2.10.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.10.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.10.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2016-08-11T21:35:42Z</updated>
<entry>
<title>Spelling fixes</title>
<updated>2016-08-11T21:35:42Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-08-09T08:53:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2e3a16b279a9df2e498187871c67e623e12bc8a4'/>
<id>urn:sha1:2e3a16b279a9df2e498187871c67e623e12bc8a4</id>
<content type='text'>
    &lt;BAD&gt;                     &lt;CORRECTED&gt;
    accidently                accidentally
    commited                  committed
    dependancy                dependency
    emtpy                     empty
    existance                 existence
    explicitely               explicitly
    git-upload-achive         git-upload-archive
    hierachy                  hierarchy
    indegee                   indegree
    intial                    initial
    mulitple                  multiple
    non-existant              non-existent
    precendence.              precedence.
    priviledged               privileged
    programatically           programmatically
    psuedo-binary             pseudo-binary
    soemwhere                 somewhere
    successfull               successful
    transfering               transferring
    uncommited                uncommitted
    unkown                    unknown
    usefull                   useful
    writting                  writing

Signed-off-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ls/p4-tmp-refs'</title>
<updated>2016-07-19T20:22:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-19T20:22:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=36cafe44443fcca9eb35399ef0e9bfe289ec5dde'/>
<id>urn:sha1:36cafe44443fcca9eb35399ef0e9bfe289ec5dde</id>
<content type='text'>
"git p4" used a location outside $GIT_DIR/refs/ to place its
temporary branches, which has been moved to refs/git-p4-tmp/.

* ls/p4-tmp-refs:
  git-p4: place temporary refs used for branch import under refs/git-p4-tmp
</content>
</entry>
<entry>
<title>git-p4: place temporary refs used for branch import under refs/git-p4-tmp</title>
<updated>2016-07-08T22:28:16Z</updated>
<author>
<name>Lars Schneider</name>
<email>larsxschneider@gmail.com</email>
</author>
<published>2016-06-29T07:35:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d604176d23a69c7f690f0379b82b789732a4278f'/>
<id>urn:sha1:d604176d23a69c7f690f0379b82b789732a4278f</id>
<content type='text'>
Git-P4 used to place temporary refs under "git-p4-tmp". Since 3da1f37
Git checks that all refs are placed under "refs". Instruct Git-P4 to
place temporary refs under "refs/git-p4-tmp". There are no backwards
compatibility considerations as these refs are transient.

Use "git show-ref --verify" to check the (non-)existience of the refs
instead of file checks assuming the file-based ref backend.

All refs under "refs" are shared across all worktrees. This is not
desired for temporary Git-P4 refs and will be adressed in a later patch.

Signed-off-by: Lars Schneider &lt;larsxschneider@gmail.com&gt;
Reviewed-by: Vitor Antunes &lt;vitor.hda@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ao/p4-has-branch-prefix-fix'</title>
<updated>2016-07-06T20:38:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-06T20:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3efeb513281ed59cc4c62be53256fd59832caa23'/>
<id>urn:sha1:3efeb513281ed59cc4c62be53256fd59832caa23</id>
<content type='text'>
A bug, which caused "git p4" while running under verbose mode to
report paths that are omitted due to branch prefix incorrectly, has
been fixed; the command said "Ignoring file outside of prefix" for
paths that are _inside_.

* ao/p4-has-branch-prefix-fix:
  git-p4: correct hasBranchPrefix verbose output
</content>
</entry>
<entry>
<title>git-p4: correct hasBranchPrefix verbose output</title>
<updated>2016-06-22T16:45:15Z</updated>
<author>
<name>Andrew Oakley</name>
<email>aoakley@roku.com</email>
</author>
<published>2016-06-22T09:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=09667d013c91124ac0ff870322e184f0de53744f'/>
<id>urn:sha1:09667d013c91124ac0ff870322e184f0de53744f</id>
<content type='text'>
The logic here was inverted, you got a message saying the file is
ignored for each file that is not ignored.

Signed-off-by: Andrew Oakley &lt;aoakley@roku.com&gt;
Acked-by: Lars Schneider &lt;larsxschneider@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ls/p4-lfs'</title>
<updated>2016-05-10T20:40:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-05-10T20:40:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7a959426b61e673032861f7a89ce9c5254bd5830'/>
<id>urn:sha1:7a959426b61e673032861f7a89ce9c5254bd5830</id>
<content type='text'>
Recent update to Git LFS broke "git p4" by changing the output from
its "lfs pointer" subcommand.

* ls/p4-lfs:
  git-p4: fix Git LFS pointer parsing
  travis-ci: express Linux/OS X dependency versions more clearly
  travis-ci: update Git-LFS and P4 to the latest version
</content>
</entry>
<entry>
<title>git-p4: fix Git LFS pointer parsing</title>
<updated>2016-04-28T17:03:13Z</updated>
<author>
<name>Lars Schneider</name>
<email>larsxschneider@gmail.com</email>
</author>
<published>2016-04-28T06:26:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=82f2567e3d01a6eeb4c6a0b9139232034de6e60f'/>
<id>urn:sha1:82f2567e3d01a6eeb4c6a0b9139232034de6e60f</id>
<content type='text'>
Git LFS 1.2.0 removed a preamble from the output of the 'git lfs pointer'
command [1] which broke the parsing of this output. Adjust the parser
to support the old and the new format.

Please note that this patch slightly changes the second return parameter
from a list of LF terminated strings to a single string that contains
a number of LF characters.

[1] https://github.com/github/git-lfs/commit/da2935d9a739592bc775c98d8ef4df9c72ea3b43

Signed-off-by: Lars Schneider &lt;larsxschneider@gmail.com&gt;
Helped-by: Sebastian Schuberth &lt;sschuberth@gmail.com&gt;
Helped-by: Ben Woosley &lt;ben.woosley@gmail.com&gt;
Signed-off-by: Lars Schneider &lt;larsxschneider@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-p4: add P4 jobs to git commit message</title>
<updated>2016-04-19T20:41:00Z</updated>
<author>
<name>Jan Durovec</name>
<email>jan.durovec@gmail.com</email>
</author>
<published>2016-04-19T19:49:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=26e6a27d6965c9c5ee4f59ae9a97cef893b52686'/>
<id>urn:sha1:26e6a27d6965c9c5ee4f59ae9a97cef893b52686</id>
<content type='text'>
When migrating from Perforce to git the information about P4 jobs
associated with P4 changelists is lost.

Having these jobs listed on messages of related git commits enables smooth
migration for projects that take advantage of e.g. JIRA integration
(which uses jobs on Perforce side and parses commit messages on git side).

The jobs are added to the message in the same format as is expected when
migrating in the reverse direction.

Signed-off-by: Jan Durovec &lt;jan.durovec@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ls/p4-map-user'</title>
<updated>2016-04-06T18:39:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-06T18:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1d851b9d30f5a7d2efdda71623839dcabd27577e'/>
<id>urn:sha1:1d851b9d30f5a7d2efdda71623839dcabd27577e</id>
<content type='text'>
"git p4" now allows P4 author names to be mapped to Git author
names.

* ls/p4-map-user:
  git-p4: map a P4 user to Git author name and email address
</content>
</entry>
<entry>
<title>git-p4: map a P4 user to Git author name and email address</title>
<updated>2016-03-15T18:45:13Z</updated>
<author>
<name>Lars Schneider</name>
<email>lars.schneider@autodesk.com</email>
</author>
<published>2016-03-01T10:49:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=10d08a149d2295a239ac7710d32c0b77492f61c3'/>
<id>urn:sha1:10d08a149d2295a239ac7710d32c0b77492f61c3</id>
<content type='text'>
Map a P4 user to a specific name and email address in Git with the
"git-p4.mapUser" config. The config value must be a string adhering
to the format "p4user = First Lastname &lt;email@address.com&gt;".

Signed-off-by: Lars Schneider &lt;larsxschneider@gmail.com&gt;
Reviewed-by: Luke Diamand &lt;luke@diamand.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
