summaryrefslogtreecommitdiffstats
path: root/contrib/convert-objects (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-02Git 1.7.0.8v1.7.0.8Junio C Hamano3-2/+12
2010-12-01add: introduce add.ignoreerrors synonym for add.ignore-errorsJonathan Nieder2-2/+7
2010-12-01bash: Match lightweight tags in promptknittl1-1/+1
2010-12-01git-commit.txt: (synopsis): move -i and -o before "--"Jari Aalto1-2/+2
2010-09-12t3101: modernise styleJunio C Hamano1-62/+64
2010-09-11compat/nedmalloc: don't force NDEBUG on the rest of gitRené Scharfe1-1/+6
2010-09-10config.txt: fix placement of diff.noprefixMark Lodato1-2/+3
2010-09-10xdiff-interface.c: always trim trailing space from xfuncname matchesBrandon Casey1-3/+2
2010-09-10diff.c: call regfree to free memory allocated by regcomp when necessaryBrandon Casey1-1/+4
2010-09-07revert: Fix trivial comment style issueElijah Newren1-1/+0
2010-09-07cache_tree_free: Fix small memory leakElijah Newren1-1/+3
2010-09-06tag.c: whitespace breakages fixJunio C Hamano1-9/+9
2010-09-06Fix whitespace issue in object.cJared Hance1-4/+4
2010-09-06t5505: add missing &&Jens Lehmann1-1/+1
2010-09-03Git 1.7.2.3v1.7.2.3Junio C Hamano3-9/+3
2010-09-03builtin/merge_recursive.c: Add an usage string and make use of it.Thiago Farina1-1/+4
2010-09-02Prepare for 1.7.2.3Junio C Hamano2-1/+47
2010-08-30t0003: add missing && at end of linesMatthieu Moy1-5/+5
2010-08-27for-each-ref: fix objectname:short bugJay Soffian1-1/+2
2010-08-26tree-walk: Correct bitrotted comment about tree_entry()Elijah Newren1-1/+4
2010-08-25Fix 'git log' early pager startup error caseLinus Torvalds2-9/+4
2010-08-24parse-options: clarify PARSE_OPT_NOARG descriptionJonathan Nieder1-1/+1
2010-08-24t3302 (notes): Port to SolarisJonathan Nieder1-1/+1
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues17-26/+26
2010-08-22fix >4GiB source delta assertion failureNicolas Pitre1-1/+8
2010-08-22t7403: add missing &&'sJens Lehmann1-2/+2
2010-08-22Tell ignore file about generate files in /gitweb/staticMark Rada1-1/+1
2010-08-20xmalloc: include size in the failure messageMatthieu Moy1-1/+2
2010-08-20Git 1.7.2.2v1.7.2.2Junio C Hamano4-3/+26
2010-08-18submodule sync: Update "submodule.<name>.url"David Aguilar2-1/+5
2010-08-16log: test for regression introduced in v1.7.2-rc0~103^2~2Ævar Arnfjörð Bjarmason1-1/+13
2010-08-15fetch: allow command line --tags to override configDaniel Johnson4-7/+56
2010-08-13diff --follow: do call diffcore_std() as necessaryJunio C Hamano4-16/+27
2010-08-13diff --follow: do not waste cycles while recursingJunio C Hamano1-1/+1
2010-08-13pull --rebase: Avoid spurious conflicts and reapplying unnecessary patchesElijah Newren2-2/+11
2010-08-13t5520-pull: Add testcases showing spurious conflicts from git pull --rebaseElijah Newren1-0/+62
2010-08-13push: mention "git pull" in error message for non-fast forwardsMatthieu Moy1-2/+2
2010-08-13Standardize do { ... } while (0) styleJonathan Nieder4-10/+10
2010-08-13t/t7003: replace \t with literal tab in sed expressionBrandon Casey1-1/+1
2010-08-12index-pack: Don't follow replace refs.Nelson Elhage2-0/+8
2010-08-11post-receive-email: remove spurious commas in email subjectMatthieu Moy1-1/+1
2010-08-11fast-import: export correctly marks larger than 2^20-1Raja R Harinath2-1/+58
2010-08-11t/lib-git-svn.sh: use $PERL_PATH for perl, not perl from $PATHÆvar Arnfjörð Bjarmason1-3/+2
2010-08-11write-tree: Avoid leak when index refers to an invalid objectJonathan Nieder1-1/+3
2010-08-11read-tree: stop leaking tree objectsJonathan Nieder1-1/+6
2010-08-11core: Stop leaking ondisk_cache_entrysJonathan Nieder1-1/+4
2010-08-11diff: strip extra "/" when stripping prefixJakub Narebski2-2/+69
2010-08-09gitweb: clarify search results page when no matching commit foundJonathan Nieder1-4/+5
2010-08-09Documentation: add a FILES section for show-refJonathan Nieder1-1/+7
2010-08-09Makefile: add missing dependency on http.hJonathan Nieder1-1/+1