Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cat-file: provide %(deltabase) batch formatjk/oi-delta-base | Jeff King | 2013-12-26 | 3 | -3/+49 |
* | sha1_object_info_extended: provide delta base sha1s | Jeff King | 2013-12-26 | 2 | -0/+54 |
* | Sync with 1.8.5.2 | Junio C Hamano | 2013-12-17 | 3 | -5/+24 |
|\ | |||||
| * | Git 1.8.5.2v1.8.5.2 | Junio C Hamano | 2013-12-17 | 4 | -3/+24 |
| * | Merge branch 'rs/doc-submitting-patches' into maint | Junio C Hamano | 2013-12-17 | 1 | -2/+9 |
| |\ | |||||
| * \ | Merge branch 'tr/doc-git-cherry' into maint | Junio C Hamano | 2013-12-17 | 1 | -33/+110 |
| |\ \ | |||||
| * \ \ | Merge branch 'nd/glossary-content-pathspec-markup' into maint | Junio C Hamano | 2013-12-17 | 1 | -3/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jj/doc-markup-gitcli' into maint | Junio C Hamano | 2013-12-17 | 1 | -5/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jj/doc-markup-hints-in-coding-guidelines' into maint | Junio C Hamano | 2013-12-17 | 1 | -3/+31 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jj/log-doc' into maint | Junio C Hamano | 2013-12-17 | 1 | -26/+25 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jj/rev-list-options-doc' into maint | Junio C Hamano | 2013-12-17 | 1 | -156/+87 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'tb/doc-fetch-pack-url' into maint | Junio C Hamano | 2013-12-17 | 1 | -8/+7 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'mi/typofixes' into maint | Junio C Hamano | 2013-12-17 | 8 | -10/+10 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jh/loose-object-dirs-creation-race' into maint | Junio C Hamano | 2013-12-17 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/two-way-merge-corner-case-fix' into maint | Junio C Hamano | 2013-12-17 | 3 | -97/+121 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sb/sha1-loose-object-info-check-existence' into maint | Junio C Hamano | 2013-12-17 | 2 | -6/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/magic-pathspec' into maint | Junio C Hamano | 2013-12-17 | 2 | -10/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | cmd_repack(): remove redundant local variable "nr_packs" | Michael Haggerty | 2013-12-17 | 1 | -4/+2 |
* | | | | | | | | | | | | | | | Update draft release notes to 1.9 | Junio C Hamano | 2013-12-17 | 1 | -0/+37 |
* | | | | | | | | | | | | | | | Merge branch 'kn/gitweb-extra-branch-refs' | Junio C Hamano | 2013-12-17 | 2 | -46/+175 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | gitweb: Denote non-heads, non-remotes brancheskn/gitweb-extra-branch-refs | Krzesimir Nowak | 2013-12-12 | 1 | -5/+29 |
| * | | | | | | | | | | | | | | | gitweb: Add a feature for adding more branch refs | Krzesimir Nowak | 2013-12-12 | 2 | -12/+105 |
| * | | | | | | | | | | | | | | | gitweb: Return 1 on validation success instead of passed input | Krzesimir Nowak | 2013-12-12 | 1 | -29/+32 |
| * | | | | | | | | | | | | | | | gitweb: Move check-ref-format code into separate function | Krzesimir Nowak | 2013-12-12 | 1 | -4/+13 |
| |/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | Merge branch 'tb/clone-ssh-with-colon-for-port' | Junio C Hamano | 2013-12-17 | 7 | -147/+350 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | git_connect(): use common return pointtb/clone-ssh-with-colon-for-port | Torsten Bögershausen | 2013-12-09 | 1 | -58/+50 |
| * | | | | | | | | | | | | | | | connect.c: refactor url parsing | Torsten Bögershausen | 2013-12-09 | 5 | -37/+48 |
| * | | | | | | | | | | | | | | | git_connect(): refactor the port handling for ssh | Torsten Bögershausen | 2013-12-09 | 3 | -49/+17 |
| * | | | | | | | | | | | | | | | git fetch: support host:/~repo | Torsten Bögershausen | 2013-12-09 | 3 | -17/+33 |
| * | | | | | | | | | | | | | | | t5500: add test cases for diag-url | Torsten Bögershausen | 2013-12-09 | 1 | -0/+59 |
| * | | | | | | | | | | | | | | | git fetch-pack: add --diag-url | Torsten Bögershausen | 2013-12-09 | 4 | -3/+41 |
| * | | | | | | | | | | | | | | | git_connect: factor out discovery of the protocol and its parts | Johannes Sixt | 2013-12-09 | 1 | -27/+53 |
| * | | | | | | | | | | | | | | | git_connect: remove artificial limit of a remote command | Johannes Sixt | 2013-12-09 | 1 | -6/+1 |
| * | | | | | | | | | | | | | | | t5601: add tests for ssh | Torsten Bögershausen | 2013-12-04 | 1 | -1/+99 |
| * | | | | | | | | | | | | | | | t5601: remove clear_ssh, refactor setup_ssh_wrapper | Torsten Bögershausen | 2013-12-04 | 1 | -20/+20 |
* | | | | | | | | | | | | | | | | Merge branch 'nd/transport-positive-depth-only' | Junio C Hamano | 2013-12-17 | 2 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | clone,fetch: catch non positive --depth option valuend/transport-positive-depth-only | Nguyễn Thái Ngọc Duy | 2013-12-06 | 2 | -0/+8 |
* | | | | | | | | | | | | | | | | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 91 | -481/+484 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 88 | -459/+459 |
| * | | | | | | | | | | | | | | | | | strbuf: introduce starts_with() and ends_with() | Christian Couder | 2013-12-05 | 3 | -10/+21 |
| * | | | | | | | | | | | | | | | | | builtin/remote: remove postfixcmp() and use suffixcmp() instead | Christian Couder | 2013-12-05 | 1 | -11/+3 |
| * | | | | | | | | | | | | | | | | | environment: normalize use of prefixcmp() by removing " != 0" | Christian Couder | 2013-12-05 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | Merge branch 'jl/commit-v-strip-marker' | Junio C Hamano | 2013-12-17 | 4 | -9/+58 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-marker | Jens Lehmann | 2013-12-05 | 4 | -9/+58 |
* | | | | | | | | | | | | | | | | | | | Merge branch 'tr/send-email-ssl' | Junio C Hamano | 2013-12-17 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | send-email: set SSL options through IO::Socket::SSL::set_client_defaultstr/send-email-ssl | Thomas Rast | 2013-12-04 | 1 | -2/+5 |
| * | | | | | | | | | | | | | | | | | | | send-email: --smtp-ssl-cert-path takes an argument | Thomas Rast | 2013-12-04 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | | | send-email: pass Debug to Net::SMTP::SSL::new | Thomas Rast | 2013-12-04 | 1 | -0/+1 |
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'nd/gettext-vsnprintf' | Junio C Hamano | 2013-12-17 | 1 | -4/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | gettext.c: detect the vsnprintf bug at runtimend/gettext-vsnprintf | Nguyễn Thái Ngọc Duy | 2013-12-04 | 1 | -4/+15 |
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |