summaryrefslogtreecommitdiffstats
path: root/pretty.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-22vcs-svn: improve reporting of input errorsJonathan Nieder2-5/+37
2011-03-22vcs-svn: make buffer_copy_bytes return length readJonathan Nieder2-10/+11
2011-03-22vcs-svn: make buffer_skip_bytes return length readJonathan Nieder3-8/+10
2011-03-22vcs-svn: improve support for reading large filesJonathan Nieder2-4/+4
2011-03-07vcs-svn: allow input errors to be detected promptlyJonathan Nieder2-0/+6
2011-03-07vcs-svn: simplify repo_modify_path and repo_copyJonathan Nieder3-22/+13
2011-03-07vcs-svn: handle_node: use repo_read_pathJonathan Nieder1-10/+23
2011-03-07vcs-svn: introduce repo_read_path to check the content at a pathJonathan Nieder2-1/+12
2011-02-28fast-import: make code "-Wpointer-arith" cleanJonathan Nieder1-1/+1
2011-02-26vcs-svn: teach line_buffer about temporary filesJonathan Nieder3-1/+52
2011-02-26vcs-svn: allow input from file descriptorJonathan Nieder5-7/+31
2011-02-26vcs-svn: allow character-oriented inputJonathan Nieder2-0/+6
2011-02-26vcs-svn: add binary-safe read functionJonathan Nieder4-0/+35
2011-02-26t0081 (line-buffer): add buffering testsJonathan Nieder2-4/+128
2011-02-26vcs-svn: tweak test-line-buffer to not assume line-oriented inputJonathan Nieder2-17/+20
2011-02-26tests: give vcs-svn/line_buffer its own test scriptJonathan Nieder2-54/+67
2011-02-26vcs-svn: make test-line-buffer input format more flexibleJonathan Nieder2-29/+45
2011-02-26vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder7-46/+50
2011-02-26vcs-svn: collect line_buffer data in a structJonathan Nieder2-23/+33
2011-02-26vcs-svn: replace buffer_read_string memory pool with a strbufJonathan Nieder1-10/+6
2011-02-26vcs-svn: eliminate global byte_bufferJonathan Nieder1-1/+2
2011-02-26fast-import: add 'ls' commandDavid Barr3-14/+303
2011-02-23update-index --refresh --porcelain: add missing constJonathan Nieder2-3/+3
2011-02-23checkout: add missing const to describe_detached_headJonathan Nieder1-1/+1
2011-02-22Documentation: clarify -u<mode> option defaultsClemens Buchacher2-14/+14
2011-02-21t/t7500-commit.sh: use test_cmp instead of testÆvar Arnfjörð Bjarmason1-1/+6
2011-02-21t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason3-88/+6
2011-02-21gitweb/gitweb.perl: don't call S_ISREG() with undefÆvar Arnfjörð Bjarmason1-1/+1
2011-02-21gitweb/gitweb.perl: remove use of qw(...) as parenthesesÆvar Arnfjörð Bjarmason1-2/+2
2011-02-16parse_tag_buffer(): do not prefixcmp() out of rangeNguyễn Thái Ngọc Duy1-2/+4
2011-02-15pull: do not display fetch usage on --help-allMichael J Gruber1-1/+1
2011-02-15git-tag.txt: list all modes in the descriptionMichael J Gruber1-5/+6
2011-02-15commit,status: describe -u likewiseMichael J Gruber1-1/+1
2011-02-15add: describe --patch like checkout, resetMichael J Gruber1-1/+1
2011-02-15commit,merge,tag: describe -m likewiseMichael J Gruber3-5/+5
2011-02-15clone,init: describe --template using the same wordingMichael J Gruber2-3/+3
2011-02-15commit,status: describe --porcelain just like pushMichael J Gruber1-2/+2
2011-02-15commit,tag: use same wording for -FMichael J Gruber2-2/+2
2011-02-15Revert "unpack_trees(): skip trees that are the same in all input"Junio C Hamano1-56/+0
2011-02-14configure: use AC_LANG_PROGRAM consistentlyRalf Wildenhues2-39/+21
2011-02-14string_list_append: always set util pointer to NULLJeff King1-0/+1
2011-02-14correct type of EMPTY_TREE_SHA1_BINJonathan Nieder4-4/+6
2011-02-14Obey p4 views when using client specIan Wienand2-4/+51
2011-02-14gitignore: add test-mktemp to ignore listÆvar Arnfjörð Bjarmason1-0/+1
2011-02-14repo-config: add deprecation warningRené Scharfe3-2/+9
2011-02-11Git 1.7.4.1v1.7.4.1Junio C Hamano4-3/+31
2011-02-11clone: fixup recurse_submodules optionChris Packham1-1/+1
2011-02-11svn-fe: warn about experimental statusJonathan Nieder1-0/+3
2011-02-10compat: helper for detecting unsigned overflowJonathan Nieder4-4/+11
2011-02-10fast-import: introduce "feature notes" commandJonathan Nieder3-0/+9