Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | Merge branch 'jj/rev-list-options-doc' into maint | Junio C Hamano | 2013-12-17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'tb/doc-fetch-pack-url' into maint | Junio C Hamano | 2013-12-17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mi/typofixes' into maint | Junio C Hamano | 2013-12-17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jh/loose-object-dirs-creation-race' into maint | Junio C Hamano | 2013-12-17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/two-way-merge-corner-case-fix' into maint | Junio C Hamano | 2013-12-17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sb/sha1-loose-object-info-check-existence' into maint | Junio C Hamano | 2013-12-17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/magic-pathspec' into maint | Junio C Hamano | 2013-12-17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | cmd_repack(): remove redundant local variable "nr_packs" | Michael Haggerty | 2013-12-17 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.9 | Junio C Hamano | 2013-12-17 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'kn/gitweb-extra-branch-refs' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | gitweb: Denote non-heads, non-remotes branches | Krzesimir Nowak | 2013-12-12 | |
| * | | | | | | | | | | | | | | | | | | | | gitweb: Add a feature for adding more branch refs | Krzesimir Nowak | 2013-12-12 | |
| * | | | | | | | | | | | | | | | | | | | | gitweb: Return 1 on validation success instead of passed input | Krzesimir Nowak | 2013-12-12 | |
| * | | | | | | | | | | | | | | | | | | | | gitweb: Move check-ref-format code into separate function | Krzesimir Nowak | 2013-12-12 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'tb/clone-ssh-with-colon-for-port' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | git_connect(): use common return point | Torsten Bögershausen | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | connect.c: refactor url parsing | Torsten Bögershausen | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | git_connect(): refactor the port handling for ssh | Torsten Bögershausen | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | git fetch: support host:/~repo | Torsten Bögershausen | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | t5500: add test cases for diag-url | Torsten Bögershausen | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | git fetch-pack: add --diag-url | Torsten Bögershausen | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | git_connect: factor out discovery of the protocol and its parts | Johannes Sixt | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | git_connect: remove artificial limit of a remote command | Johannes Sixt | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | t5601: add tests for ssh | Torsten Bögershausen | 2013-12-04 | |
| * | | | | | | | | | | | | | | | | | | | | t5601: remove clear_ssh, refactor setup_ssh_wrapper | Torsten Bögershausen | 2013-12-04 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/transport-positive-depth-only' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | clone,fetch: catch non positive --depth option value | Nguyễn Thái Ngọc Duy | 2013-12-06 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 | |
| * | | | | | | | | | | | | | | | | | | | | | | strbuf: introduce starts_with() and ends_with() | Christian Couder | 2013-12-05 | |
| * | | | | | | | | | | | | | | | | | | | | | | builtin/remote: remove postfixcmp() and use suffixcmp() instead | Christian Couder | 2013-12-05 | |
| * | | | | | | | | | | | | | | | | | | | | | | environment: normalize use of prefixcmp() by removing " != 0" | Christian Couder | 2013-12-05 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jl/commit-v-strip-marker' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | commit -v: strip diffs and submodule shortlogs from the commit message | Jens Lehmann | 2013-12-05 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tr/send-email-ssl' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | send-email: set SSL options through IO::Socket::SSL::set_client_defaults | Thomas Rast | 2013-12-04 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | send-email: --smtp-ssl-cert-path takes an argument | Thomas Rast | 2013-12-04 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | send-email: pass Debug to Net::SMTP::SSL::new | Thomas Rast | 2013-12-04 | |
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/gettext-vsnprintf' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | gettext.c: detect the vsnprintf bug at runtime | Nguyễn Thái Ngọc Duy | 2013-12-04 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | mv: let 'git mv file no-such-dir/' error out | Matthieu Moy | 2013-12-04 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/remove-opt-boolean' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | parse-options: remove OPT_BOOLEAN | Nguyễn Thái Ngọc Duy | 2013-12-09 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/doc-merge-no-op-revert' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Documentation: document pitfalls with 3-way merge | brian m. carlson | 2013-12-09 | |
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'fc/trivial' | Junio C Hamano | 2013-12-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | remote: fix status with branch...rebase=preserve | Felipe Contreras | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | fetch: add missing documentation | Felipe Contreras | 2013-12-09 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | t: trivial whitespace cleanups | Felipe Contreras | 2013-12-09 |