summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | t9402: Add missing &&; Code styleTorsten Bögershausen2012-12-091-56/+50
| * | | | | | t9402: No space after IO-redirectionTorsten Bögershausen2012-12-091-30/+30
| * | | | | | t9402: Dont use test_must_fail cvsTorsten Bögershausen2012-12-091-10/+10
| * | | | | | t9402: improve check_end_tree() and check_end_full_tree()Torsten Bögershausen2012-12-091-18/+13
| * | | | | | t9402: sed -i is not portableTorsten Bögershausen2012-12-091-3/+6
| * | | | | | cvsserver Documentation: new cvs ... -r supportMatthew Ogilvie2012-10-161-0/+37
| * | | | | | cvsserver: add t9402 to test branch and tag refsMatthew Ogilvie2012-10-161-0/+558
| * | | | | | cvsserver: support -r and sticky tags for most operationsMatthew Ogilvie2012-10-161-203/+510
| * | | | | | cvsserver: Add version awareness to argsfromdirMatthew Ogilvie2012-10-161-30/+198
| * | | | | | cvsserver: generalize getmeta() to recognize commit refsMatthew Ogilvie2012-10-161-11/+145
| * | | | | | cvsserver: implement req_Sticky and related utilitiesMatthew Ogilvie2012-10-161-2/+169