| Commit message (Expand) | Author | Age | Files | Lines |
* | submodule: document "sync --recursive"mc/doc-submodule-sync-recurse | Matthew Chen | 2014-06-13 | 1 | -1/+1 |
* | Git 1.8.5.5v1.8.5.5 | Junio C Hamano | 2014-02-13 | 5 | -4/+42 |
* | Merge branch 'bm/merge-base-octopus-dedup' into maint | Junio C Hamano | 2014-02-13 | 2 | -6/+64 |
|\ |
|
| * | merge-base --octopus: reduce the result from get_octopus_merge_bases()bm/merge-base-octopus-dedup | Junio C Hamano | 2013-12-30 | 2 | -1/+40 |
| * | merge-base: separate "--independent" codepath into its own helper | Junio C Hamano | 2013-12-30 | 1 | -6/+25 |
* | | Merge branch 'jc/revision-range-unpeel' into maint | Junio C Hamano | 2014-02-13 | 2 | -12/+33 |
|\ \ |
|
| * | | revision: propagate flag bits from tags to pointeesjc/revision-range-unpeel | Junio C Hamano | 2014-01-15 | 2 | -6/+13 |
| * | | revision: mark contents of an uninteresting tree uninteresting | Junio C Hamano | 2014-01-15 | 2 | -8/+23 |
* | | | Merge branch 'jk/allow-fetch-onelevel-refname' into maint | Junio C Hamano | 2014-02-13 | 2 | -1/+12 |
|\ \ \ |
|
| * | | | fetch-pack: do not filter out one-level refsjk/allow-fetch-onelevel-refname | Jeff King | 2014-01-15 | 2 | -1/+12 |
| | |/
| |/| |
|
* | | | Merge branch 'jk/interpret-branch-name-fix' into maint | Junio C Hamano | 2014-02-13 | 3 | -45/+124 |
|\ \ \ |
|
| * | | | interpret_branch_name: find all possible @-marksjk/interpret-branch-name-fix | Jeff King | 2014-01-15 | 2 | -9/+32 |
| * | | | interpret_branch_name: avoid @{upstream} past colon | Jeff King | 2014-01-15 | 2 | -0/+19 |
| * | | | interpret_branch_name: always respect "namelen" parameter | Jeff King | 2014-01-15 | 2 | -8/+24 |
| * | | | interpret_branch_name: rename "cp" variable to "at" | Jeff King | 2014-01-15 | 1 | -5/+5 |
| * | | | interpret_branch_name: factor out upstream handling | Jeff King | 2014-01-15 | 1 | -31/+52 |
* | | | | Merge branch 'rk/send-email-ssl-cert' into maint | Junio C Hamano | 2014-02-13 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | send-email: /etc/ssl/certs/ directory may not be usable as ca_pathrk/send-email-ssl-cert | Ruben Kerkhof | 2014-01-16 | 1 | -1/+2 |
| |/ / / |
|
* | | | | Merge branch 'sb/repack-in-c' into maint | Junio C Hamano | 2014-02-13 | 1 | -12/+12 |
|\ \ \ \ |
|
| * | | | | repack: propagate pack-objects options as stringssb/repack-in-c | Jeff King | 2014-01-23 | 1 | -11/+11 |
| * | | | | repack: make parsed string options const-correct | Jeff King | 2014-01-23 | 1 | -1/+1 |
| * | | | | repack: fix typo in max-pack-size option | Jeff King | 2014-01-23 | 1 | -1/+1 |
* | | | | | Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maint | Junio C Hamano | 2014-02-13 | 2 | -1/+14 |
|\ \ \ \ \ |
|
| * | | | | | tree_entry_interesting: match against all pathspecsas/tree-walk-fix-aggressive-short-cut | Andy Spencer | 2014-01-27 | 2 | -1/+14 |
| | |_|/ /
| |/| | | |
|
* | | | | | Git 1.8.5.4v1.8.5.4 | Junio C Hamano | 2014-02-05 | 4 | -3/+52 |
* | | | | | Merge branch 'jc/maint-pull-docfix' into maint | Junio C Hamano | 2014-02-05 | 2 | -5/+8 |
|\ \ \ \ \ |
|
| * | | | | | Documentation: "git pull" does not have the "-m" optionjc/maint-pull-docfix | Junio C Hamano | 2014-01-14 | 1 | -3/+6 |
| * | | | | | Merge branch 'jc/maint-pull-docfix-for-409b8d82' into jc/maint-pull-docfix | Junio C Hamano | 2014-01-14 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | Documentation: exclude irrelevant options from "git pull"jc/maint-pull-docfix-for-409b8d82 | Junio C Hamano | 2014-01-14 | 1 | -2/+2 |
* | | | | | | | Merge branch 'ow/stash-with-ifs' into maint | Junio C Hamano | 2014-02-05 | 2 | -7/+19 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | stash: handle specifying stashes with $IFSow/stash-with-ifs | Øystein Walle | 2014-01-07 | 2 | -7/+19 |
* | | | | | | | | Merge branch 'js/lift-parent-count-limit' into maint | Junio C Hamano | 2014-02-05 | 4 | -10/+45 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Remove the line length limit for graft filesjs/lift-parent-count-limit | Johannes Schindelin | 2013-12-27 | 4 | -10/+45 |
* | | | | | | | | | Merge branch 'nd/add-empty-fix' into maint | Junio C Hamano | 2014-02-05 | 2 | -1/+20 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | add: don't complain when adding empty project rootnd/add-empty-fix | Nguyễn Thái Ngọc Duy | 2013-12-26 | 2 | -1/+20 |
* | | | | | | | | | | Merge branch 'bc/log-decoration' into maint | Junio C Hamano | 2014-02-05 | 2 | -0/+17 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | log: properly handle decorations with chained tagsbc/log-decoration | brian m. carlson | 2013-12-20 | 2 | -0/+17 |
| | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'jh/rlimit-nofile-fallback' into maint | Junio C Hamano | 2014-02-05 | 1 | -7/+30 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failurejh/rlimit-nofile-fallback | Junio C Hamano | 2013-12-18 | 1 | -7/+30 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'jl/commit-v-strip-marker' into maint | Junio C Hamano | 2014-02-05 | 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' into maint | Junio C Hamano | 2014-02-05 | 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 'tb/clone-ssh-with-colon-for-port' into maint | Junio C Hamano | 2014-02-05 | 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 |