summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git p4: avoid shell when invoking git config --get-allPete Wyckoff2013-01-261-1/+2
* git p4: avoid shell when invoking git rev-listPete Wyckoff2013-01-261-2/+3
* git p4: avoid shell when mapping usersPete Wyckoff2013-01-261-1/+2
* git p4: disable read-only attribute before deletingPete Wyckoff2013-01-261-0/+10
* git p4 test: use test_chmod for cygwinPete Wyckoff2013-01-261-4/+7
* git p4: cygwin p4 client does not mark read-onlyPete Wyckoff2013-01-263-4/+27
* git p4 test: avoid wildcard * in windowsPete Wyckoff2013-01-262-10/+37
* git p4 test: use LineEnd unix in windows tests tooPete Wyckoff2013-01-261-0/+1
* git p4 test: newline handlingPete Wyckoff2013-01-261-0/+117
* git p4: scrub crlf for utf16 files on windowsPete Wyckoff2013-01-261-1/+23
* git p4: remove unreachable windows \r\n conversion codePete Wyckoff2013-01-261-9/+0
* git p4 test: translate windows paths for cygwinPete Wyckoff2013-01-263-3/+26
* git p4 test: start p4d inside its db dirPete Wyckoff2013-01-261-2/+5
* git p4 test: use client_view in t9806Pete Wyckoff2013-01-262-30/+23
* git p4 test: avoid loop in client_viewPete Wyckoff2013-01-262-4/+2
* git p4 test: use client_view to build the initial clientPete Wyckoff2013-01-261-9/+2
* git p4: generate better error message for bad depot pathPete Wyckoff2013-01-262-0/+6
* git p4: remove unused importsPete Wyckoff2013-01-261-5/+9
* git p4: temp branch name should use / even on windowsPete Wyckoff2013-01-261-1/+1
* Merge branch 'for-junio' of git://bogomips.org/git-svnJunio C Hamano2013-01-254-26/+25
|\
| * git-svn: Simplify calculation of GIT_DIRBarry Wardell2013-01-242-23/+22
| * git-svn: cleanup sprintf usage for uppercasing hexEric Wong2013-01-242-3/+3
* | Update draft release notes to 1.8.2Junio C Hamano2013-01-251-3/+33
* | Merge branch 'nd/retire-fnmatch'Junio C Hamano2013-01-257-62/+249
|\ \
| * | Makefile: add USE_WILDMATCH to use wildmatch as fnmatchNguyễn Thái Ngọc Duy2013-01-013-0/+22
| * | wildmatch: advance faster in <asterisk> + <literal> patternsNguyễn Thái Ngọc Duy2013-01-012-0/+31
| * | wildmatch: make a special case for "*/" with FNM_PATHNAMENguyễn Thái Ngọc Duy2013-01-012-0/+20
| * | test-wildmatch: add "perf" command to compare wildmatch and fnmatchNguyễn Thái Ngọc Duy2013-01-011-0/+73
| * | wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy2013-01-015-7/+42
| * | wildmatch: make dowild() take arbitrary flagsNguyễn Thái Ngọc Duy2013-01-011-7/+6
| * | wildmatch: rename constants and update prototypeNguyễn Thái Ngọc Duy2013-01-014-55/+62
* | | Merge branch 'jc/doc-maintainer'Junio C Hamano2013-01-251-91/+256
|\ \ \
| * | | howto/maintain: document "### match next" convention in jch/pu branchJunio C Hamano2013-01-251-5/+6
| * | | howto/maintain: mark titles for asciidocJunio C Hamano2013-01-031-3/+15
| * | | Documentation: update "howto maintain git"Junio C Hamano2013-01-031-89/+241
* | | | Merge branch 'as/pre-push-hook'Junio C Hamano2013-01-2310-20/+302
|\ \ \ \
| * | | | Add sample pre-push hook scriptAaron Schrab2013-01-181-0/+53
| * | | | push: Add support for pre-push hooksAaron Schrab2013-01-185-0/+222
| * | | | hooks: Add function to check if a hook existsAaron Schrab2013-01-144-20/+27
* | | | | Merge branch 'ch/add-auto-submitted-in-sample-post-receive-email'Junio C Hamano2013-01-231-0/+1
|\ \ \ \ \
| * | | | | Add Auto-Submitted header to post-receive-emailChris Hiestand2013-01-171-0/+1
* | | | | | Merge branch 'as/check-ignore'Junio C Hamano2013-01-2320-119/+1251
|\ \ \ \ \ \
| * | | | | | clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers2013-01-162-8/+13
| * | | | | | t0008: avoid brace expansionRené Scharfe2013-01-101-2/+7
| * | | | | | add git-check-ignore sub-commandAdam Spiers2013-01-0611-3/+905
| * | | | | | setup.c: document get_pathspec()Adam Spiers2013-01-061-0/+19
| * | | | | | add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers2013-01-063-4/+19
| * | | | | | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuseAdam Spiers2013-01-063-18/+38
| * | | | | | pathspec.c: rename newly public functions for clarityAdam Spiers2013-01-063-12/+13
| * | | | | | add.c: move pathspec matchers into new pathspec.c for reuseAdam Spiers2013-01-064-33/+67