From Fedora Project Wiki

No edit summary
No edit summary
(95 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Admon/warning | F13 | Beat owner should begin placing Fedora 13 content in this beat. }}
{{header|docs}}{{Docs_beat_open}}
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
Git has been updated to 2.4.1 from 2.1.0 [https://bugzilla.redhat.com/show_bug.cgi?id=1217767 Ticket for Documentation of Git 2.4.0]
Fedora 22 has includes Git 2.4.1. Git is a very popular version control and collaboration tool. The
previous version of Git was 2.1.0 in Fedora 21.




== Feature Pages ==
== New Features: ==
* [[Features/F13Boost141 |Boost 1.41 Uplift ]]
* [[Features/SystemtapStaticProbes |Systemtap Static Probes ]]
* [[Features/Python3F13 |Python 3]]
* [[Features/EasierPythonDebugging | Easier Python Debugging ]]
* [[Features/NetBeans_6.8|NetBeans 6.8]]


== Changes in Alpha ==


==== bzr ====
'''git push --atomic'''


Friendly distributed version control system
New to Git in 2.4 and for Fedora is the ''atomic'' option. The '''--atomic''' option does an all - or - nothing
push update. This can be useful for automated tools. An example would be adding '''--atomic''' to the end
of a simple git push: '''git push origin --atomic''' For more information on how to do an atomic
push please visit [https://github.com/blog/1994-git-2-4-atomic-pushes-push-to-deploy-and-more https://github.com/blog/1994-git-2-4-atomic-pushes-push-to-deploy-and-more].


  Old Version: 2.0.1 -> New Version: 2.1.0
'''Push to Deploy'''


Project site: (http://www.bazaar-vcs.org/)
Introduced in Git 2.3.0 and new to Fedora is the ability to push to deploy. This feature will allow
someone to push a branch to a git server even if the branch is checked out on that server.


'''Inverted Grep'''


==== darcs ====
''Inverted grep'', or ''--inverted grep'' will let you search for items that do not match the pattern you
have entered. Inverted grep will give the ability to do "everything else but" searching. For example,
if you wanted to search the git log for everything the user ''grundblom'' did that ''was not grammer'' edits
You could use the command: '''git log --all --author=grundblom --invert-grep --grep=grammer'''


David's advanced revision control system


  Old Version: 2.2.1 -> New Version: 2.4
== Additional updates and enhancements: ==


Project site: (http://www.darcs.net/)
* Ports
 
* UI, Workflows, and Features
 
* Performance
==== eric ====
* Internal Implementation
 
* Development Support
Python IDE
For more information about Git 2.4.1, please visit the release notes at: [https://raw.github.com/git/git/master/Documentation/RelNotes/2.4.1.txt https://raw.github.com/git/git/master/Documentation/RelNotes/2.4.1.txt].
 
  Old Version: 4.3.7.1 -> New Version: 4.4.2
 
Project site: (http://eric-ide.python-projects.org)
 
 
==== highlight ====
 
Universal source code to formatted text converter
 
  Old Version: 2.13 -> New Version: 2.15
 
Project site: (http://www.andre-simon.de/)
 
 
==== mercurial ====
 
A fast, lightweight distributed source control management system
 
  Old Version: 1.3.1 -> New Version: 1.5
 
Project site: (http://www.selenic.com/mercurial/)
 
 
==== rpmlint ====
 
Tool for checking common errors in RPM packages
 
  Old Version: 0.91 -> New Version: 0.95
 
Project site: (http://rpmlint.zarb.org/)
 
 
==== tolua++ ====
 
A tool to integrate C/C++ code with Lua
 
  Old Version: 1.0.92 -> New Version: 1.0.93
 
Project site: (http://www.codenix.com/~tolua/)
 
 
 
<noinclude>[[Category:Release Notes]]<noinclude>
[[Category:Documentation_beats]]

Revision as of 00:15, 26 May 2015

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer

Git has been updated to 2.4.1 from 2.1.0 Ticket for Documentation of Git 2.4.0 Fedora 22 has includes Git 2.4.1. Git is a very popular version control and collaboration tool. The previous version of Git was 2.1.0 in Fedora 21.


New Features:

git push --atomic

New to Git in 2.4 and for Fedora is the atomic option. The --atomic option does an all - or - nothing push update. This can be useful for automated tools. An example would be adding --atomic to the end of a simple git push: git push origin --atomic For more information on how to do an atomic push please visit https://github.com/blog/1994-git-2-4-atomic-pushes-push-to-deploy-and-more.

Push to Deploy

Introduced in Git 2.3.0 and new to Fedora is the ability to push to deploy. This feature will allow someone to push a branch to a git server even if the branch is checked out on that server.

Inverted Grep

Inverted grep, or --inverted grep will let you search for items that do not match the pattern you have entered. Inverted grep will give the ability to do "everything else but" searching. For example, if you wanted to search the git log for everything the user grundblom did that was not grammer edits You could use the command: git log --all --author=grundblom --invert-grep --grep=grammer


Additional updates and enhancements:

  • Ports
  • UI, Workflows, and Features
  • Performance
  • Internal Implementation
  • Development Support

For more information about Git 2.4.1, please visit the release notes at: https://raw.github.com/git/git/master/Documentation/RelNotes/2.4.1.txt.