Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Git.pm: fix example in command_close_bidi_pipe documentation | Michal Nazarewicz | 2013-02-07 |
* | Git.pm: allow command_close_bidi_pipe to be called as method | Michal Nazarewicz | 2013-02-07 |
* | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-02-05 |
* | Merge branch 'jn/auto-depend-workaround-buggy-ccache' | Junio C Hamano | 2013-02-05 |
|\ | |||
| * | Makefile: explicitly set target name for autogenerated dependencies | Jonathan Nieder | 2013-02-01 |
* | | Merge branch 'ta/doc-no-small-caps' | Junio C Hamano | 2013-02-05 |
|\ \ | |||
| * | | Documentation: StGit is the right spelling, not StGIT | Thomas Ackermann | 2013-02-01 |
| * | | Documentation: describe the "repository" in repository-layout | Junio C Hamano | 2013-02-01 |
| * | | Documentation: add a description for 'gitfile' to glossary | Thomas Ackermann | 2013-02-01 |
| * | | Documentation: do not use undefined terms git-dir and git-file | Thomas Ackermann | 2013-02-01 |
| * | | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 2013-02-01 |
| * | | Documentation: avoid poor-man's small caps GIT | Thomas Ackermann | 2013-02-01 |
* | | | Merge branch 'jc/fake-ancestor-with-non-blobs' | Junio C Hamano | 2013-02-05 |
|\ \ \ | |||
| * | | | apply: diagnose incomplete submodule object name better | Junio C Hamano | 2013-01-31 |
| * | | | apply: simplify build_fake_ancestor() | Junio C Hamano | 2013-01-31 |
| * | | | git-am: record full index line in the patch used while rebasing | Junio C Hamano | 2013-01-31 |
* | | | | Merge branch 'sb/gpg-plug-fd-leak' | Junio C Hamano | 2013-02-05 |
|\ \ \ \ | |||
| * | | | | gpg: close stderr once finished with it in verify_signed_buffer() | Stephen Boyd | 2013-01-31 |
* | | | | | Merge branch 'ft/transport-report-segv' | Junio C Hamano | 2013-02-05 |
|\ \ \ \ \ | |||
| * | | | | | push: fix segfault when HEAD points nowhere | Fraser Tweedale | 2013-01-31 |
* | | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-02-04 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-02-04 |
|\ \ \ \ \ \ | |||
| * | | | | | | Start preparing for 1.8.1.3 | Junio C Hamano | 2013-02-04 |
| * | | | | | | Merge branch 'bc/git-p4-for-python-2.4' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'nd/edit-branch-desc-while-detached' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'jk/cvsimport-does-not-work-with-cvsps3' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'dl/am-hg-locale' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/help' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/merge-blobs' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/doc-maintainer' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash' into maint | Junio C Hamano | 2013-02-04 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/remote-helpers-in-python-3' | Junio C Hamano | 2013-02-04 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | git_remote_helpers: remove GIT-PYTHON-VERSION upon "clean" | Junio C Hamano | 2013-01-30 |
| * | | | | | | | | | | | | | | | | git-remote-testpy: fix path hashing on Python 3 | John Keeping | 2013-01-28 |
| * | | | | | | | | | | | | | | | | git-remote-testpy: call print as a function | John Keeping | 2013-01-24 |
| * | | | | | | | | | | | | | | | | git-remote-testpy: don't do unbuffered text I/O | John Keeping | 2013-01-24 |
| * | | | | | | | | | | | | | | | | git-remote-testpy: hash bytes explicitly | John Keeping | 2013-01-24 |
| * | | | | | | | | | | | | | | | | svn-fe: allow svnrdump_sim.py to run with Python 3 | John Keeping | 2013-01-24 |
| * | | | | | | | | | | | | | | | | git_remote_helpers: use 2to3 if building with Python 3 | John Keeping | 2013-01-24 |
| * | | | | | | | | | | | | | | | | git_remote_helpers: force rebuild if python version changes | John Keeping | 2013-01-24 |
| * | | | | | | | | | | | | | | | | git_remote_helpers: fix input when running under Python 3 | John Keeping | 2013-01-20 |
| * | | | | | | | | | | | | | | | | git_remote_helpers: allow building with Python 3 | John Keeping | 2013-01-20 |
* | | | | | | | | | | | | | | | | | Merge branch 'pw/git-p4-on-cygwin' | Junio C Hamano | 2013-02-04 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | git p4: introduce gitConfigBool | Pete Wyckoff | 2013-01-26 |
| * | | | | | | | | | | | | | | | | | git p4: avoid shell when calling git config | Pete Wyckoff | 2013-01-26 |
| * | | | | | | | | | | | | | | | | | git p4: avoid shell when invoking git config --get-all | Pete Wyckoff | 2013-01-26 |
| * | | | | | | | | | | | | | | | | | git p4: avoid shell when invoking git rev-list | Pete Wyckoff | 2013-01-26 |
| * | | | | | | | | | | | | | | | | | git p4: avoid shell when mapping users | Pete Wyckoff | 2013-01-26 |
| * | | | | | | | | | | | | | | | | | git p4: disable read-only attribute before deleting | Pete Wyckoff | 2013-01-26 |