summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | imap-send.c: remove namespace fields from struct imapMichael Haggerty2013-01-151-66/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | imap-send.c: remove struct imap argument to parse_imap_list_l()Michael Haggerty2013-01-151-36/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | imap-send.c: inline parse_imap_list() in parse_list()Michael Haggerty2013-01-151-7/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | imap-send.c: remove some unused fields from struct storeMichael Haggerty2013-01-151-12/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | imap-send.c: remove struct messageMichael Haggerty2013-01-151-26/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | imap-send.c: remove struct store_confMichael Haggerty2013-01-151-11/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | iamp-send.c: remove unused struct imap_store_confMichael Haggerty2013-01-151-5/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | imap-send.c: remove struct msg_dataMichael Haggerty2013-01-151-11/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | imap-send.c: remove msg_data::flags, which was always zeroMichael Haggerty2013-01-151-37/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mo/cvs-server-updates'Junio C Hamano2013-01-233-317/+2198
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | t9402: Use TABs for indentationTorsten Bögershausen2012-12-091-375/+376
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | t9402: Rename check.cvsCount and check.listTorsten Bögershausen2012-12-091-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | t9402: Simplify git ls-treeTorsten Bögershausen2012-12-091-1/+1