aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'nd/attr-match-optim-more'Jeff King2012-11-09
|\
| * attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy2012-10-15
| * gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy2012-10-15
| * exclude: split pathname matching code into a separate functionNguyễn Thái Ngọc Duy2012-10-15
| * exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy2012-10-15
| * exclude: split basename matching code into a separate functionNguyễn Thái Ngọc Duy2012-10-15
| * exclude: stricten a length check in EXC_FLAG_ENDSWITH caseNguyễn Thái Ngọc Duy2012-10-15
| * Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano2012-10-05
| |\
* | \ Merge branch 'mh/maint-parse-dirstat-fix'Jeff King2012-11-09
|\ \ \
| * | | parse_dirstat_params(): use string_list to split comma-separated stringMichael Haggerty2012-10-29
* | | | Merge branch 'tj/maint-doc-commit-sign'Jeff King2012-11-04
|\ \ \ \
| * | | | Add -S, --gpg-sign option to manpage of "git commit"Tom Jones2012-10-29
| |/ / /
* | | | Merge branch 'pp/maint-doc-pager-config'Jeff King2012-11-04
|\ \ \ \
| * | | | Documentation: improve the example of overriding LESS via core.pagerPatrick Palka2012-10-29
| |/ / /
* | | | Merge branch 'km/maint-doc-git-reset'Jeff King2012-11-04
|\ \ \ \
| * | | | doc: git-reset: make "<mode>" optionalKrzysztof Mazur2012-10-29
| |/ / /
* | | | Merge branch 'tb/maint-t9200-case-insensitive'Jeff King2012-11-04
|\ \ \ \
| * | | | Fix t9200 on case insensitive file systemsTorsten Bögershausen2012-10-28
| |/ / /
* | | | Merge branch 'rf/maint-mailmap-off-by-one'Jeff King2012-11-04
|\ \ \ \
| * | | | mailmap: avoid out-of-bounds memory accessRomain Francoise2012-10-28
| |/ / /
* | | | Merge branch 'gb/maint-doc-svn-log-window-size'Jeff King2012-11-04
|\ \ \ \
| * | | | Document git-svn fetch --log-window-size parameterGunnlaugur Þór Briem2012-10-26
| |/ / /
* | | | Merge branch 'sz/maint-submodule-reference-arg'Jeff King2012-11-04
|\ \ \ \
| * | | | submodule add: fix handling of --reference=<repo> optionStefan Zager2012-10-26
| |/ / /
* | | | Merge branch 'sl/maint-configure-messages'Jeff King2012-11-04
|\ \ \ \
| * | | | configure: fix some output messageStefano Lattarini2012-10-25
| |/ / /
* | | | Merge branch 'po/maint-refs-replace-docs'Jeff King2012-11-04
|\ \ \ \
| * | | | Doc repository-layout: Show refs/replacePhilip Oakley2012-10-25
| |/ / /
* | | | Merge branch 'ph/pull-rebase-detached'Jeff King2012-11-04
|\ \ \ \
| * | | | git-pull: Avoid merge-base on detached headPhil Hord2012-10-25
* | | | | Merge branch 'mm/maint-doc-remote-tracking'Jeff King2012-11-04
|\ \ \ \ \
| * | | | | Documentation: remote tracking branch -> remote-tracking branchMatthieu Moy2012-10-25
| | |/ / / | |/| | |
* | | | | Merge branch 'rs/branch-del-symref'Jeff King2012-10-29
|\ \ \ \ \
| * | | | | branch: show targets of deleted symrefs, not sha1sRené Scharfe2012-10-18
| * | | | | branch: skip commit checks when deleting symref branchesRené Scharfe2012-10-18
| * | | | | branch: delete symref branch, not its targetRené Scharfe2012-10-18
| * | | | | branch: factor out delete_branch_config()René Scharfe2012-10-18
| * | | | | branch: factor out check_branch_commit()René Scharfe2012-10-18
* | | | | | Merge branch 'nd/status-long'Jeff King2012-10-29
|\ \ \ \ \ \
| * | | | | | status: add --long output format optionJeff King2012-10-18
| |/ / / / /
* | | | | | Merge branch 'jk/sh-setup-in-filter-branch'Jeff King2012-10-29
|\ \ \ \ \ \
| * | | | | | filter-branch: use git-sh-setup's ident parsing functionsJeff King2012-10-18
| * | | | | | git-sh-setup: refactor ident-parsing functionsJeff King2012-10-18
| |/ / / / /
* | | | | | Merge branch 'nd/grep-true-path'Jeff King2012-10-29
|\ \ \ \ \ \
| * | | | | | grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-12
* | | | | | | Merge branch 'jk/maint-http-init-not-in-result-handler'Jeff King2012-10-29
|\ \ \ \ \ \ \
| * | | | | | | http: do not set up curl auth after a 401Jeff King2012-10-12
| * | | | | | | remote-curl: do not call run_slot repeatedlyJeff King2012-10-12
* | | | | | | | Merge branch 'jc/grep-pcre-loose-ends'Jeff King2012-10-29
|\ \ \ \ \ \ \ \
| * | | | | | | | log: honor grep.* configurationJunio C Hamano2012-10-09