summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-27branch_merged: fix grammar in warningEric Hanchrow
2011-02-22Documentation: clarify -u<mode> option defaultsClemens Buchacher
2011-02-21t/t7500-commit.sh: use test_cmp instead of testÆvar Arnfjörð Bjarmason
2011-02-21t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason
2011-02-21gitweb/gitweb.perl: don't call S_ISREG() with undefÆvar Arnfjörð Bjarmason
2011-02-21gitweb/gitweb.perl: remove use of qw(...) as parenthesesÆvar Arnfjörð Bjarmason
2011-02-16Merge branch 'maint-1.7.3' into maintJunio C Hamano
2011-02-16Merge branch 'maint-1.7.2' into maint-1.7.3Junio C Hamano
2011-02-16Merge branch 'maint-1.7.1' into maint-1.7.2Junio C Hamano
2011-02-16Merge branch 'maint-1.7.0' into maint-1.7.1Junio C Hamano
2011-02-16parse_tag_buffer(): do not prefixcmp() out of rangeNguyễn Thái Ngọc Duy
2011-02-15pull: do not display fetch usage on --help-allMichael J Gruber
2011-02-15git-tag.txt: list all modes in the descriptionMichael J Gruber
2011-02-15commit,status: describe -u likewiseMichael J Gruber
2011-02-15add: describe --patch like checkout, resetMichael J Gruber
2011-02-15commit,merge,tag: describe -m likewiseMichael J Gruber
2011-02-15clone,init: describe --template using the same wordingMichael J Gruber
2011-02-15commit,status: describe --porcelain just like pushMichael J Gruber
2011-02-15commit,tag: use same wording for -FMichael J Gruber
2011-02-14configure: use AC_LANG_PROGRAM consistentlyRalf Wildenhues
2011-02-14string_list_append: always set util pointer to NULLJeff King
2011-02-14correct type of EMPTY_TREE_SHA1_BINJonathan Nieder
2011-02-11Git 1.7.4.1v1.7.4.1Junio C Hamano
2011-02-11Merge branch 'jc/fsck-fixes' into maintJunio C Hamano
2011-02-11clone: fixup recurse_submodules optionChris Packham
2011-02-11svn-fe: warn about experimental statusJonathan Nieder
2011-02-10compat: helper for detecting unsigned overflowJonathan Nieder
2011-02-10Merge branch 'maint-1.7.0' into maintJunio C Hamano
2011-02-10fast-import: introduce "feature notes" commandJonathan Nieder
2011-02-10fast-import: clarify documentation of "feature" commandJonathan Nieder
2011-02-09Documentation/merge subtree How-To: fix typoUwe Kleine-König
2011-02-07pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann
2011-02-07quote.h: simplify the inclusionJonathan Nieder
2011-02-07sha1_object_info: examine cached_object store tooNguyễn Thái Ngọc Duy
2011-02-07sha1_file.c: move find_cached_object up so sha1_object_info can use itNguyễn Thái Ngọc Duy
2011-02-07Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy
2011-02-07diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy
2011-02-07gitweb: Mention optional Perl modules in INSTALLJakub Narebski
2011-02-07post-receive-email: suppress error if description file missingSitaram Chamarty
2011-02-07t7407: fix line endings for mingw buildPat Thoyts
2011-02-07t4120-apply-popt: help systems with core.filemode=falseJohannes Sixt
2011-02-07t3509: use unconstrained initial test to setup repository.Pat Thoyts
2011-02-07start_command: flush buffers in the WIN32 code path as wellJohannes Sixt
2011-02-07bundle: Use OFS_DELTA in bundle filesShawn O. Pearce
2011-01-31Merge branch 'jl/fetch-submodule-recursive' into maintJunio C Hamano
2011-01-31t5526: Fix wrong argument order in "git config"Jens Lehmann
2011-01-31Git 1.7.4v1.7.4Junio C Hamano
2011-01-27fsck: do not give up too early in fsck_dir()Junio C Hamano
2011-01-27fsck: drop unused parameter from traverse_one_object()Junio C Hamano
2011-01-27Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac