aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'nd/retire-fnmatch'Junio C Hamano2013-01-25
|\
| * Makefile: add USE_WILDMATCH to use wildmatch as fnmatchNguyễn Thái Ngọc Duy2013-01-01
| * wildmatch: advance faster in <asterisk> + <literal> patternsNguyễn Thái Ngọc Duy2013-01-01
| * wildmatch: make a special case for "*/" with FNM_PATHNAMENguyễn Thái Ngọc Duy2013-01-01
| * test-wildmatch: add "perf" command to compare wildmatch and fnmatchNguyễn Thái Ngọc Duy2013-01-01
| * wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy2013-01-01
| * wildmatch: make dowild() take arbitrary flagsNguyễn Thái Ngọc Duy2013-01-01
| * wildmatch: rename constants and update prototypeNguyễn Thái Ngọc Duy2013-01-01
* | Merge branch 'jc/doc-maintainer'Junio C Hamano2013-01-25
|\ \
| * | howto/maintain: document "### match next" convention in jch/pu branchJunio C Hamano2013-01-25
| * | howto/maintain: mark titles for asciidocJunio C Hamano2013-01-03
| * | Documentation: update "howto maintain git"Junio C Hamano2013-01-03
* | | Merge branch 'as/pre-push-hook'Junio C Hamano2013-01-23
|\ \ \
| * | | Add sample pre-push hook scriptAaron Schrab2013-01-18
| * | | push: Add support for pre-push hooksAaron Schrab2013-01-18
| * | | hooks: Add function to check if a hook existsAaron Schrab2013-01-14
* | | | Merge branch 'ch/add-auto-submitted-in-sample-post-receive-email'Junio C Hamano2013-01-23
|\ \ \ \
| * | | | Add Auto-Submitted header to post-receive-emailChris Hiestand2013-01-17
* | | | | Merge branch 'as/check-ignore'Junio C Hamano2013-01-23
|\ \ \ \ \
| * | | | | clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers2013-01-16
| * | | | | t0008: avoid brace expansionRené Scharfe2013-01-10
| * | | | | add git-check-ignore sub-commandAdam Spiers2013-01-06
| * | | | | setup.c: document get_pathspec()Adam Spiers2013-01-06
| * | | | | add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers2013-01-06
| * | | | | add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuseAdam Spiers2013-01-06
| * | | | | pathspec.c: rename newly public functions for clarityAdam Spiers2013-01-06
| * | | | | add.c: move pathspec matchers into new pathspec.c for reuseAdam Spiers2013-01-06
| * | | | | add.c: remove unused argument from validate_pathspec()Adam Spiers2013-01-06
| * | | | | dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers2013-01-06
| * | | | | dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers2013-01-06
| * | | | | dir.c: keep track of where patterns came fromAdam Spiers2013-01-06
| * | | | | dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-06
* | | | | | Merge branch 'rs/clarify-entry-cmp-sslice'Junio C Hamano2013-01-23
|\ \ \ \ \ \
| * | | | | | refs: use strncmp() instead of strlen() and memcmp()René Scharfe2013-01-16
* | | | | | | Merge branch 'jk/suppress-clang-warning'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \
| * | | | | | | fix clang -Wunused-value warnings for error functionsMax Horn2013-01-16
* | | | | | | | Merge branch 'cr/push-force-tag-update'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \ \
| * | | | | | | | push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano2013-01-16
* | | | | | | | | Merge branch 'mh/imap-send-shrinkage'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | imap-send.c: simplify logic in lf_to_crlf()Michael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: fold struct store into struct imap_storeMichael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: remove unused field imap_store::uidvalidityMichael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: use struct imap_store instead of struct storeMichael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: remove unused field imap_store::trashncMichael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: remove namespace fields from struct imapMichael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: remove struct imap argument to parse_imap_list_l()Michael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: inline parse_imap_list() in parse_list()Michael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: remove some unused fields from struct storeMichael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: remove struct messageMichael Haggerty2013-01-15
| * | | | | | | | | imap-send.c: remove struct store_confMichael Haggerty2013-01-15