summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-23test-lib: verbose mode for only tests matching a patternLibravatar Thomas Rast3-0/+60
2013-06-23test-lib: self-test that --verbose worksLibravatar Thomas Rast2-1/+38
2013-06-23user-manual: Update download size for Git and the kernelLibravatar W. Trevor King1-3/+3
2013-06-23t/t5505-remote: test multiple push/pull in remotes-fileLibravatar Ramkumar Ramachandra1-2/+14
2013-06-23ls-remote doc: don't encourage use of branches-fileLibravatar Ramkumar Ramachandra1-2/+2
2013-06-23ls-remote doc: rewrite <repository> paragraphLibravatar Ramkumar Ramachandra1-3/+3
2013-06-23ls-remote doc: fix example invocation on git.gitLibravatar Ramkumar Ramachandra1-1/+0
2013-06-23t/t5505-remote: test url-with-# in branches-fileLibravatar Ramkumar Ramachandra1-4/+18
2013-06-23remote: remove dead code in read_branches_file()Libravatar Ramkumar Ramachandra1-19/+4
2013-06-23t/t5505-remote: use test_path_is_missingLibravatar Ramkumar Ramachandra1-2/+2
2013-06-23t/t5505-remote: test push-refspec in branches-fileLibravatar Ramkumar Ramachandra1-1/+2
2013-06-23t/t5505-remote: modernize styleLibravatar Ramkumar Ramachandra1-373/+440
2013-06-22Documentation: Update 'linux-2.6.git' -> 'linux.git'Libravatar W. Trevor King5-11/+11
2013-06-22Documentation: Update the NFS remote examples to use the staging repoLibravatar W. Trevor King2-19/+32
2013-06-22doc/clone: Pick more compelling paths for the --reference exampleLibravatar W. Trevor King1-4/+4
2013-06-22doc/clone: Remove the '--bare -l -s' exampleLibravatar W. Trevor King1-7/+0
2013-06-21lib-httpd/apache.conf: check version only after mod_version loadsLibravatar Jeff King1-3/+4
2013-06-21Sync with maintLibravatar Junio C Hamano1-1/+1
2013-06-21t6003: add --author-date-order testLibravatar Junio C Hamano1-2/+24
2013-06-21topology tests: teach a helper to set author dates as wellLibravatar Junio C Hamano2-26/+34
2013-06-21t6003: add --date-order testLibravatar Junio C Hamano1-0/+22
2013-06-21topology tests: teach a helper to take abbreviated timestampsLibravatar Junio C Hamano3-77/+81
2013-06-21t/lib-t6000: style fixesLibravatar Junio C Hamano1-47/+40
2013-06-21web--browse: support /usr/bin/cygstart on CygwinLibravatar Yaakov Selkowitz2-3/+9
2013-06-21transport-helper: be quiet on read errors from helpersLibravatar Jeff King2-4/+2
2013-06-21completion: complete diff --word-diffLibravatar Ramkumar Ramachandra1-1/+1
2013-06-21apply: carefully strdup a possibly-NULL nameLibravatar Thomas Rast2-1/+15
2013-06-20Update draft release notes to 1.8.4Libravatar Junio C Hamano1-1/+18
2013-06-20Merge branch 'cm/remote-mediawiki'Libravatar Junio C Hamano1-0/+15
2013-06-20Merge branch 'rs/match-trees-refactor'Libravatar Junio C Hamano1-25/+19
2013-06-20Merge branch 'rs/logical-vs-binary-or'Libravatar Junio C Hamano3-6/+6
2013-06-20Merge branch 'mm/color-auto-default'Libravatar Junio C Hamano3-6/+12
2013-06-20Merge branch 'rs/discard-index-discard-array'Libravatar Junio C Hamano5-2/+32
2013-06-20Merge branch 'nd/traces'Libravatar Junio C Hamano5-9/+25
2013-06-20Merge branch 'fc/show-non-empty-errors-in-test'Libravatar Junio C Hamano9-53/+65
2013-06-20Merge branch 'fc/makefile'Libravatar Junio C Hamano1-4/+6
2013-06-20Merge branch 'js/test-ln-s-add'Libravatar Junio C Hamano30-333/+351
2013-06-20Merge branch 'nd/make-wildmatch-default'Libravatar Junio C Hamano1-2/+2
2013-06-20pull: merge into unborn by fast-forwarding from empty treeLibravatar Thomas Rast2-1/+37
2013-06-20pull: update unborn branch tip after indexLibravatar Jeff King1-2/+2
2013-06-20for_each_ref: load all loose refs before packed refsLibravatar Jeff King1-4/+35
2013-06-20get_packed_ref_cache: reload packed-refs file when it changesLibravatar Jeff King1-5/+16
2013-06-20add a stat_validity structLibravatar Michael Haggerty2-0/+57
2013-06-20Extract a struct stat_data from cache_entryLibravatar Michael Haggerty3-80/+116
2013-06-20packed_ref_cache: increment refcount when lockedLibravatar Michael Haggerty1-1/+7
2013-06-20do_for_each_entry(): increment the packed refs cache refcountLibravatar Michael Haggerty1-1/+4
2013-06-20refs: manage lifetime of packed refs cache via reference countingLibravatar Michael Haggerty1-3/+36
2013-06-20refs: implement simple transactions for the packed-refs fileLibravatar Michael Haggerty3-21/+98
2013-06-20refs: wrap the packed refs cache in a level of indirectionLibravatar Michael Haggerty1-6/+26
2013-06-20pack_refs(): split creation of packed refs and entry writingLibravatar Michael Haggerty1-14/+34