aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'sb/run-command-fd-error-reporting'Junio C Hamano2013-02-07
|\
| * run-command: be more informative about what failedStephen Boyd2013-02-01
* | Merge branch 'nd/branch-error-cases'Junio C Hamano2013-02-07
|\ \
| * | branch: let branch filters imply --listJeff King2013-01-31
| * | docs: clarify git-branch --list behaviorJeff King2013-01-31
| * | branch: mark more strings for translationNguyễn Thái Ngọc Duy2013-01-30
| * | Merge branch 'nd/edit-branch-desc-while-detached' into HEADJunio C Hamano2013-01-30
| |\ \
| * | | branch: give a more helpful message on redundant argumentsNguyễn Thái Ngọc Duy2013-01-30
| * | | branch: reject -D/-d without branch nameNguyễn Thái Ngọc Duy2013-01-30
* | | | Merge branch 'sb/gpg-i18n'Junio C Hamano2013-02-07
|\ \ \ \
| * | | | gpg: allow translation of more error messagesStephen Boyd2013-01-31
* | | | | Merge branch 'jk/python-styles'Junio C Hamano2013-02-07
|\ \ \ \ \
| * | | | | CodingGuidelines: add Python coding guidelinesJohn Keeping2013-01-30
* | | | | | Merge branch 'ab/gitweb-use-same-scheme'Junio C Hamano2013-02-07
|\ \ \ \ \ \
| * | | | | | gitweb: refer to picon/gravatar images over the same schemeAndrej E Baranov2013-01-28
* | | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-02-05
* | | | | | | Merge branch 'jn/auto-depend-workaround-buggy-ccache'Junio C Hamano2013-02-05
|\ \ \ \ \ \ \
| * | | | | | | Makefile: explicitly set target name for autogenerated dependenciesJonathan Nieder2013-02-01
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ta/doc-no-small-caps'Junio C Hamano2013-02-05
|\ \ \ \ \ \ \
| * | | | | | | Documentation: StGit is the right spelling, not StGITThomas Ackermann2013-02-01
| * | | | | | | Documentation: describe the "repository" in repository-layoutJunio C Hamano2013-02-01
| * | | | | | | Documentation: add a description for 'gitfile' to glossaryThomas Ackermann2013-02-01
| * | | | | | | Documentation: do not use undefined terms git-dir and git-fileThomas Ackermann2013-02-01
| * | | | | | | Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-01
| * | | | | | | Documentation: avoid poor-man's small caps GITThomas Ackermann2013-02-01
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jc/fake-ancestor-with-non-blobs'Junio C Hamano2013-02-05
|\ \ \ \ \ \ \
| * | | | | | | apply: diagnose incomplete submodule object name betterJunio C Hamano2013-01-31
| * | | | | | | apply: simplify build_fake_ancestor()Junio C Hamano2013-01-31
| * | | | | | | git-am: record full index line in the patch used while rebasingJunio C Hamano2013-01-31
* | | | | | | | Merge branch 'sb/gpg-plug-fd-leak'Junio C Hamano2013-02-05
|\ \ \ \ \ \ \ \
| * | | | | | | | gpg: close stderr once finished with it in verify_signed_buffer()Stephen Boyd2013-01-31
* | | | | | | | | Merge branch 'ft/transport-report-segv'Junio C Hamano2013-02-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | push: fix segfault when HEAD points nowhereFraser Tweedale2013-01-31
* | | | | | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-02-04
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Start preparing for 1.8.1.3Junio C Hamano2013-02-04
| * | | | | | | | | | Merge branch 'bc/git-p4-for-python-2.4' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/edit-branch-desc-while-detached' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/cvsimport-does-not-work-with-cvsps3' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dl/am-hg-locale' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/help' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/merge-blobs' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/doc-maintainer' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash' into maintJunio C Hamano2013-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/remote-helpers-in-python-3'Junio C Hamano2013-02-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | git_remote_helpers: remove GIT-PYTHON-VERSION upon "clean"Junio C Hamano2013-01-30
| * | | | | | | | | | | | | | | | | | | git-remote-testpy: fix path hashing on Python 3John Keeping2013-01-28
| * | | | | | | | | | | | | | | | | | | git-remote-testpy: call print as a functionJohn Keeping2013-01-24
| * | | | | | | | | | | | | | | | | | | git-remote-testpy: don't do unbuffered text I/OJohn Keeping2013-01-24