Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | 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 branches | 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 point | 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-05 | 1 | -1/+99 | |
| * | | | | | | | | | | | | | | | | | | | | t5601: remove clear_ssh, refactor setup_ssh_wrapper | Torsten Bögershausen | 2013-12-05 | 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 value | 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() | 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 message | 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_defaults | 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 runtime | Nguyễn Thái Ngọc Duy | 2013-12-05 | 1 | -4/+15 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash' | Junio C Hamano | 2013-12-17 | 2 | -7/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | mv: let 'git mv file no-such-dir/' error out | Matthieu Moy | 2013-12-04 | 2 | -7/+45 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/remove-opt-boolean' | Junio C Hamano | 2013-12-17 | 1 | -7/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | parse-options: remove OPT_BOOLEAN | Nguyễn Thái Ngọc Duy | 2013-12-09 | 1 | -7/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/doc-merge-no-op-revert' | Junio C Hamano | 2013-12-17 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Documentation: document pitfalls with 3-way merge | brian m. carlson | 2013-12-09 | 1 | -0/+8 | |
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'fc/trivial' | Junio C Hamano | 2013-12-17 | 5 | -6/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | remote: fix status with branch...rebase=preserve | Felipe Contreras | 2013-12-09 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | fetch: add missing documentation | Felipe Contreras | 2013-12-09 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | t: trivial whitespace cleanups | Felipe Contreras | 2013-12-09 | 2 | -3/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | abspath: trivial style fix | Felipe Contreras | 2013-12-09 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/t5000-gzip-simplify' | Junio C Hamano | 2013-12-17 | 1 | -16/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | t5000: simplify gzip prerequisite checks | Jeff King | 2013-12-05 | 1 | -16/+4 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/doc-exclude-directory-semantics' | Junio C Hamano | 2013-12-17 | 1 | -2/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |