summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-18gitignore: Ignore files generated by "make coverage"Ævar Arnfjörð Bjarmason
2010-08-18t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report targetÆvar Arnfjörð Bjarmason
2010-08-18t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .shÆvar Arnfjörð Bjarmason
2010-08-18t/README: Document the Smoke testingÆvar Arnfjörð Bjarmason
2010-08-18tests: Infrastructure for Git smoke testingÆvar Arnfjörð Bjarmason
2010-08-18test-lib: Multi-prereq support only checked the last prereqÆvar Arnfjörð Bjarmason
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason
2010-08-18t/README: Document the predefined test prerequisitesÆvar Arnfjörð Bjarmason
2010-08-18test-lib: Print missing prerequisites in test outputÆvar Arnfjörð Bjarmason
2010-08-18test-lib: Add support for multiple test prerequisitesÆvar Arnfjörð Bjarmason
2010-08-18test-lib: Don't write test-results when HARNESS_ACTIVEÆvar Arnfjörð Bjarmason
2010-08-13Merge branch 'jc/sha1-name-find-fix'Junio C Hamano
2010-08-13Merge branch 'jn/doc-pull'Junio C Hamano
2010-08-13Merge branch 'jn/maint-gitweb-dynconf'Junio C Hamano
2010-08-13Merge branch 'bc/use-more-hardlinks-in-install'Junio C Hamano
2010-08-13Merge branch 'tr/rfc-reset-doc'Junio C Hamano
2010-08-13Merge branch 'jn/parse-date-basic'Junio C Hamano
2010-08-13Merge branch 'sp/fix-smart-http-deadlock-on-error'Junio C Hamano
2010-08-13Merge branch 'maint'Junio C Hamano
2010-08-13push: mention "git pull" in error message for non-fast forwardsMatthieu Moy
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder
2010-08-12t/t7003: replace \t with literal tab in sed expressionBrandon Casey
2010-08-12index-pack: Don't follow replace refs.Nelson Elhage
2010-08-11Merge branch 'maint'Junio C Hamano
2010-08-11post-receive-email: remove spurious commas in email subjectMatthieu Moy
2010-08-11fast-import: export correctly marks larger than 2^20-1Raja R Harinath
2010-08-11t/lib-git-svn.sh: use $PERL_PATH for perl, not perl from $PATHÆvar Arnfjörð Bjarmason
2010-08-11diff: strip extra "/" when stripping prefixJakub Narebski
2010-08-09Merge branch 'maint'Junio C Hamano
2010-08-09gitweb: clarify search results page when no matching commit foundJonathan Nieder
2010-08-09Documentation: add a FILES section for show-refJonathan Nieder
2010-08-09Makefile: add missing dependency on http.hJonathan Nieder
2010-08-09Makefile: add missing dependencies on url.hJonathan Nieder
2010-08-09Documentation/git-log: Clarify --full-diffMichael J Gruber
2010-08-09git-rebase: fix typo when parsing --force-rebaseWilly Tarreau
2010-08-09imap-send: Fix sprintf usageÆvar Arnfjörð Bjarmason
2010-08-09prune: allow --dry-run for -n and --verbose for -vRené Scharfe
2010-08-09notes: allow --dry-run for -n and --verbose for -vRené Scharfe
2010-08-09Merge branch 'webrick' of git://git.bogomips.org/git-svnJunio C Hamano
2010-08-09Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -CMatthieu Moy
2010-08-09Documentation: cite git-am from git-applyBrad King
2010-08-09t7003: fix subdirectory-filter testThomas Rast
2010-08-06smart-http: Don't deadlock on server failureShawn O. Pearce
2010-08-06Allow "check-ref-format --branch" from subdirectoryJonathan Nieder
2010-08-06check-ref-format: handle subcommands in separate functionsJonathan Nieder
2010-08-06Merge git://git.bogomips.org/git-svnJunio C Hamano
2010-08-05pretty-options.txt: match --format's documentation with implementation.Matthieu Moy
2010-08-05instaweb: add access+error logging for WEBrickEric Wong
2010-08-05instaweb: minimize moving parts for WEBrickEric Wong
2010-08-05instaweb: fix WEBrick server supportEric Wong