summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | format-patch: do not wrap non-rfc2047 headers too earlyJan H. Schönherr2012-10-182-27/+35
| * | | | | | | utf8: fix off-by-one wrapping of textJan H. Schönherr2012-10-182-3/+3
* | | | | | | | Merge branch 'rs/lock-correct-ref-during-delete'Jeff King2012-11-091-13/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | refs: lock symref that is to be deleted, not its targetRené Scharfe2012-10-161-13/+5
* | | | | | | | | Merge branch 'nd/attr-match-optim-more'Jeff King2012-11-096-88/+186
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy2012-10-155-32/+64
| * | | | | | | | | gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy2012-10-152-23/+50
| * | | | | | | | | exclude: split pathname matching code into a separate functionNguyễn Thái Ngọc Duy2012-10-151-32/+53
| * | | | | | | | | exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy2012-10-152-1/+7
| * | | | | | | | | exclude: split basename matching code into a separate functionNguyễn Thái Ngọc Duy2012-10-151-13/+24
| * | | | | | | | | exclude: stricten a length check in EXC_FLAG_ENDSWITH caseNguyễn Thái Ngọc Duy2012-10-151-2/+3
| * | | | | | | | | Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano2012-10-052-67/+78
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'mh/maint-parse-dirstat-fix'Jeff King2012-11-091-19/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | parse_dirstat_params(): use string_list to split comma-separated stringMichael Haggerty2012-10-291-19/+21
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'tj/maint-doc-commit-sign'Jeff King2012-11-041-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add -S, --gpg-sign option to manpage of "git commit"Tom Jones2012-10-291-1/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'pp/maint-doc-pager-config'Jeff King2012-11-041-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation: improve the example of overriding LESS via core.pagerPatrick Palka2012-10-291-4/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'km/maint-doc-git-reset'Jeff King2012-11-041-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | doc: git-reset: make "<mode>" optionalKrzysztof Mazur2012-10-291-4/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'tb/maint-t9200-case-insensitive'Jeff King2012-11-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix t9200 on case insensitive file systemsTorsten Bögershausen2012-10-281-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'rf/maint-mailmap-off-by-one'Jeff King2012-11-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mailmap: avoid out-of-bounds memory accessRomain Francoise2012-10-281-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'gb/maint-doc-svn-log-window-size'Jeff King2012-11-041-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Document git-svn fetch --log-window-size parameterGunnlaugur Þór Briem2012-10-261-0/+7
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'sz/maint-submodule-reference-arg'Jeff King2012-11-041-1/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | submodule add: fix handling of --reference=<repo> optionStefan Zager2012-10-261-1/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'sl/maint-configure-messages'Jeff King2012-11-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | configure: fix some output messageStefano Lattarini2012-10-251-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'po/maint-refs-replace-docs'Jeff King2012-11-041-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Doc repository-layout: Show refs/replacePhilip Oakley2012-10-251-0/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ph/pull-rebase-detached'Jeff King2012-11-041-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-pull: Avoid merge-base on detached headPhil Hord2012-10-251-0/+1
* | | | | | | | | | | | Merge branch 'mm/maint-doc-remote-tracking'Jeff King2012-11-044-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Documentation: remote tracking branch -> remote-tracking branchMatthieu Moy2012-10-254-6/+6
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'rs/branch-del-symref'Jeff King2012-10-292-26/+68
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | branch: show targets of deleted symrefs, not sha1sRené Scharfe2012-10-182-11/+13
| * | | | | | | | | | | | branch: skip commit checks when deleting symref branchesRené Scharfe2012-10-182-2/+17
| * | | | | | | | | | | | branch: delete symref branch, not its targetRené Scharfe2012-10-182-1/+12
| * | | | | | | | | | | | branch: factor out delete_branch_config()René Scharfe2012-10-181-5/+10
| * | | | | | | | | | | | branch: factor out check_branch_commit()René Scharfe2012-10-181-12/+21
* | | | | | | | | | | | | Merge branch 'nd/status-long'Jeff King2012-10-293-6/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | status: add --long output format optionJeff King2012-10-193-6/+30
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jk/sh-setup-in-filter-branch'Jeff King2012-10-293-54/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | filter-branch: use git-sh-setup's ident parsing functionsJeff King2012-10-192-35/+16
| * | | | | | | | | | | | | git-sh-setup: refactor ident-parsing functionsJeff King2012-10-191-19/+43
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'nd/grep-true-path'Jeff King2012-10-294-17/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-124-17/+51
* | | | | | | | | | | | | | Merge branch 'jk/maint-http-init-not-in-result-handler'Jeff King2012-10-293-14/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \