summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* logmsg_reencode: never return NULLJeff King2013-01-264-33/+29
* commit: drop useless xstrdup of commit messageJeff King2013-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
| * | | | | | add.c: remove unused argument from validate_pathspec()Adam Spiers2013-01-061-3/+3
| * | | | | | dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers2013-01-062-12/+32
| * | | | | | dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers2013-01-063-0/+33
| * | | | | | dir.c: keep track of where patterns came fromAdam Spiers2013-01-064-12/+44
| * | | | | | dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-066-39/+86
* | | | | | | Merge branch 'rs/clarify-entry-cmp-sslice'Junio C Hamano2013-01-231-6/+4
|\ \ \ \ \ \ \
| * | | | | | | refs: use strncmp() instead of strlen() and memcmp()René Scharfe2013-01-161-6/+4
* | | | | | | | Merge branch 'jk/suppress-clang-warning'Junio C Hamano2013-01-233-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | fix clang -Wunused-value warnings for error functionsMax Horn2013-01-163-3/+3
* | | | | | | | | Merge branch 'cr/push-force-tag-update'Junio C Hamano2013-01-233-58/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano2013-01-163-58/+7
* | | | | | | | | | Merge branch 'mh/imap-send-shrinkage'Junio C Hamano2013-01-231-253/+65
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | imap-send.c: simplify logic in lf_to_crlf()Michael Haggerty2013-01-151-29/+23
| * | | | | | | | | | imap-send.c: fold struct store into struct imap_storeMichael Haggerty2013-01-151-11/+7
| * | | | | | | | | | imap-send.c: remove unused field imap_store::uidvalidityMichael Haggerty2013-01-151-1/+0
| * | | | | | | | | | imap-send.c: use struct imap_store instead of struct storeMichael Haggerty2013-01-151-10/+9
| * | | | | | | | | | imap-send.c: remove unused field imap_store::trashncMichael Haggerty2013-01-151-2/+0