aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* do not pretend sha1write returns errorsJeff King2013-12-26
* Sync with 1.8.5.2Junio C Hamano2013-12-17
|\
| * Git 1.8.5.2v1.8.5.2Junio C Hamano2013-12-17
| * Merge branch 'rs/doc-submitting-patches' into maintJunio C Hamano2013-12-17
| |\
| * \ Merge branch 'tr/doc-git-cherry' into maintJunio C Hamano2013-12-17
| |\ \
| * \ \ Merge branch 'nd/glossary-content-pathspec-markup' into maintJunio C Hamano2013-12-17
| |\ \ \
| * \ \ \ Merge branch 'jj/doc-markup-gitcli' into maintJunio C Hamano2013-12-17
| |\ \ \ \
| * \ \ \ \ Merge branch 'jj/doc-markup-hints-in-coding-guidelines' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jj/log-doc' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jj/rev-list-options-doc' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tb/doc-fetch-pack-url' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'mi/typofixes' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jh/loose-object-dirs-creation-race' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/two-way-merge-corner-case-fix' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/sha1-loose-object-info-check-existence' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/magic-pathspec' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty2013-12-17
* | | | | | | | | | | | | | | Update draft release notes to 1.9Junio C Hamano2013-12-17
* | | | | | | | | | | | | | | Merge branch 'kn/gitweb-extra-branch-refs'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gitweb: Denote non-heads, non-remotes branchesKrzesimir Nowak2013-12-12
| * | | | | | | | | | | | | | | gitweb: Add a feature for adding more branch refsKrzesimir Nowak2013-12-12
| * | | | | | | | | | | | | | | gitweb: Return 1 on validation success instead of passed inputKrzesimir Nowak2013-12-12
| * | | | | | | | | | | | | | | gitweb: Move check-ref-format code into separate functionKrzesimir Nowak2013-12-12
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git_connect(): use common return pointTorsten Bögershausen2013-12-09
| * | | | | | | | | | | | | | | connect.c: refactor url parsingTorsten Bögershausen2013-12-09
| * | | | | | | | | | | | | | | git_connect(): refactor the port handling for sshTorsten Bögershausen2013-12-09
| * | | | | | | | | | | | | | | git fetch: support host:/~repoTorsten Bögershausen2013-12-09
| * | | | | | | | | | | | | | | t5500: add test cases for diag-urlTorsten Bögershausen2013-12-09
| * | | | | | | | | | | | | | | git fetch-pack: add --diag-urlTorsten Bögershausen2013-12-09
| * | | | | | | | | | | | | | | git_connect: factor out discovery of the protocol and its partsJohannes Sixt2013-12-09
| * | | | | | | | | | | | | | | git_connect: remove artificial limit of a remote commandJohannes Sixt2013-12-09
| * | | | | | | | | | | | | | | t5601: add tests for sshTorsten Bögershausen2013-12-04
| * | | | | | | | | | | | | | | t5601: remove clear_ssh, refactor setup_ssh_wrapperTorsten Bögershausen2013-12-04
* | | | | | | | | | | | | | | | Merge branch 'nd/transport-positive-depth-only'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy2013-12-06
* | | | | | | | | | | | | | | | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| * | | | | | | | | | | | | | | | | strbuf: introduce starts_with() and ends_with()Christian Couder2013-12-05
| * | | | | | | | | | | | | | | | | builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder2013-12-05
| * | | | | | | | | | | | | | | | | environment: normalize use of prefixcmp() by removing " != 0"Christian Couder2013-12-05
* | | | | | | | | | | | | | | | | | Merge branch 'jl/commit-v-strip-marker'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann2013-12-05
* | | | | | | | | | | | | | | | | | | Merge branch 'tr/send-email-ssl'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | send-email: set SSL options through IO::Socket::SSL::set_client_defaultsThomas Rast2013-12-04
| * | | | | | | | | | | | | | | | | | | send-email: --smtp-ssl-cert-path takes an argumentThomas Rast2013-12-04
| * | | | | | | | | | | | | | | | | | | send-email: pass Debug to Net::SMTP::SSL::newThomas Rast2013-12-04
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/gettext-vsnprintf'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | gettext.c: detect the vsnprintf bug at runtimeNguyễn Thái Ngọc Duy2013-12-04
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \