summaryrefslogtreecommitdiffstats
path: root/test-treap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-08commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2-66/+67
2011-03-08commit: refer to commit template as s->fpJonathan Nieder1-14/+13
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder4-0/+93
2011-03-08compat: fall back on __va_copy if availableJonathan Nieder1-1/+10
2011-02-26strbuf: add strbuf_vaddfJeff King5-63/+25
2011-02-26compat: provide a fallback va_copy definitionJeff King2-1/+4
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
2011-02-10fast-import: clarify documentation of "feature" commandJonathan Nieder1-20/+17
2011-02-09Documentation/merge subtree How-To: fix typoUwe Kleine-König1-1/+1
2011-02-08pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann2-2/+9
2011-02-08quote.h: simplify the inclusionJonathan Nieder1-2/+1
2011-02-08sha1_object_info: examine cached_object store tooNguyễn Thái Ngọc Duy1-0/+8
2011-02-08sha1_file.c: move find_cached_object up so sha1_object_info can use itNguyễn Thái Ngọc Duy1-35/+35
2011-02-08Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy4-6/+6
2011-02-08diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy5-2/+71
2011-02-07gitweb: Mention optional Perl modules in INSTALLJakub Narebski1-0/+6
2011-02-07post-receive-email: suppress error if description file missingSitaram Chamarty1-1/+1
2011-02-07t7407: fix line endings for mingw buildPat Thoyts1-0/+4
2011-02-07t4120-apply-popt: help systems with core.filemode=falseJohannes Sixt1-2/+7
2011-02-07t3509: use unconstrained initial test to setup repository.Pat Thoyts1-2/+4
2011-02-07start_command: flush buffers in the WIN32 code path as wellJohannes Sixt1-1/+1
2011-02-07bundle: Use OFS_DELTA in bundle filesShawn O. Pearce1-2/+3
2011-01-31t5526: Fix wrong argument order in "git config"Jens Lehmann1-1/+1