aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Git 1.8.5.5v1.8.5.5Junio C Hamano2014-02-13
* Merge branch 'bm/merge-base-octopus-dedup' into maintJunio C Hamano2014-02-13
|\
| * merge-base --octopus: reduce the result from get_octopus_merge_bases()Junio C Hamano2013-12-30
| * merge-base: separate "--independent" codepath into its own helperJunio C Hamano2013-12-30
* | Merge branch 'jc/revision-range-unpeel' into maintJunio C Hamano2014-02-13
|\ \
| * | revision: propagate flag bits from tags to pointeesJunio C Hamano2014-01-15
| * | revision: mark contents of an uninteresting tree uninterestingJunio C Hamano2014-01-15
* | | Merge branch 'jk/allow-fetch-onelevel-refname' into maintJunio C Hamano2014-02-13
|\ \ \
| * | | fetch-pack: do not filter out one-level refsJeff King2014-01-15
| | |/ | |/|
* | | Merge branch 'jk/interpret-branch-name-fix' into maintJunio C Hamano2014-02-13
|\ \ \
| * | | interpret_branch_name: find all possible @-marksJeff King2014-01-15
| * | | interpret_branch_name: avoid @{upstream} past colonJeff King2014-01-15
| * | | interpret_branch_name: always respect "namelen" parameterJeff King2014-01-15
| * | | interpret_branch_name: rename "cp" variable to "at"Jeff King2014-01-15
| * | | interpret_branch_name: factor out upstream handlingJeff King2014-01-15
* | | | Merge branch 'rk/send-email-ssl-cert' into maintJunio C Hamano2014-02-13
|\ \ \ \
| * | | | send-email: /etc/ssl/certs/ directory may not be usable as ca_pathRuben Kerkhof2014-01-16
| |/ / /
* | | | Merge branch 'sb/repack-in-c' into maintJunio C Hamano2014-02-13
|\ \ \ \
| * | | | repack: propagate pack-objects options as stringsJeff King2014-01-23
| * | | | repack: make parsed string options const-correctJeff King2014-01-23
| * | | | repack: fix typo in max-pack-size optionJeff King2014-01-23
* | | | | Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maintJunio C Hamano2014-02-13
|\ \ \ \ \
| * | | | | tree_entry_interesting: match against all pathspecsAndy Spencer2014-01-27
| | |_|/ / | |/| | |
* | | | | Git 1.8.5.4v1.8.5.4Junio C Hamano2014-02-05
* | | | | Merge branch 'jc/maint-pull-docfix' into maintJunio C Hamano2014-02-05
|\ \ \ \ \
| * | | | | Documentation: "git pull" does not have the "-m" optionJunio C Hamano2014-01-14
| * | | | | Merge branch 'jc/maint-pull-docfix-for-409b8d82' into jc/maint-pull-docfixJunio C Hamano2014-01-14
| |\ \ \ \ \
| | * | | | | Documentation: exclude irrelevant options from "git pull"Junio C Hamano2014-01-14
* | | | | | | Merge branch 'ow/stash-with-ifs' into maintJunio C Hamano2014-02-05
|\ \ \ \ \ \ \
| * | | | | | | stash: handle specifying stashes with $IFSØystein Walle2014-01-07
* | | | | | | | Merge branch 'js/lift-parent-count-limit' into maintJunio C Hamano2014-02-05
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove the line length limit for graft filesJohannes Schindelin2013-12-27
* | | | | | | | | Merge branch 'nd/add-empty-fix' into maintJunio C Hamano2014-02-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy2013-12-26
* | | | | | | | | | Merge branch 'bc/log-decoration' into maintJunio C Hamano2014-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | log: properly handle decorations with chained tagsbrian m. carlson2013-12-20
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jh/rlimit-nofile-fallback' into maintJunio C Hamano2014-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failureJunio C Hamano2013-12-18
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jl/commit-v-strip-marker' into maintJunio C Hamano2014-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann2013-12-05
* | | | | | | | | | | Merge branch 'tr/send-email-ssl' into maintJunio C Hamano2014-02-05
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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 'tb/clone-ssh-with-colon-for-port' into maintJunio C Hamano2014-02-05
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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