summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-31tests: make test_might_fail more verboseJonathan Nieder
2010-08-31notes: Don't create (empty) commit when removing non-existing notesJohan Herland
2010-08-31Extend documentation of core.askpass and GIT_ASKPASS.Knut Franke
2010-08-31Allow core.askpass to override SSH_ASKPASS.Knut Franke
2010-08-31Add a new option 'core.askpass'.Anselm Kruis
2010-08-31tests: make test_must_fail fail on missing commandsJeff King
2010-08-31tests: make test_must_fail more verboseJeff King
2010-08-31gitweb: Don't die_error in git_tag after already printing headersAnders Kaseorg
2010-08-31t3903: fix broken test_must_fail callsJon Seymour
2010-08-31t1503: fix broken test_must_fail callsJon Seymour
2010-08-30checkout: Use submodule.*.ignore settings from .git/config and .gitmodulesJens Lehmann
2010-08-30checkout: Add test for diff.ignoreSubmodulesJens Lehmann
2010-08-30Merge branch 'maint'Junio C Hamano
2010-08-30Merge branch 'maint-1.7.1' into maintJunio C Hamano
2010-08-30object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina
2010-08-30t0003: add missing && at end of linesMatthieu Moy
2010-08-26Merge branch 'maint'Junio C Hamano
2010-08-26for-each-ref: fix objectname:short bugJay Soffian
2010-08-26Fix compat/regex ANSIfication on MinGWJohannes Sixt
2010-08-25tree-walk: Correct bitrotted comment about tree_entry()Elijah Newren
2010-08-25builtin/fetch.c: ignore merge config when not fetching from branch's remoteBrandon Casey
2010-08-25t/t5510: demonstrate failure to fetch when current branch has merge refBrandon Casey
2010-08-25checkout: respect diff.ignoreSubmodules settingJohannes Schindelin
2010-08-25Fix 'git log' early pager startup error caseLinus Torvalds
2010-08-24Merge branch 'maint'Junio C Hamano
2010-08-24rev-parse: tests git rev-parse --verify master@{n}, for various nJon Seymour
2010-08-24sha1_name.c: use warning in preference to fprintf(stderrJon Seymour
2010-08-24rev-parse: exit with non-zero status if ref@{n} is not valid.Jon Seymour
2010-08-24parse-options: clarify PARSE_OPT_NOARG descriptionJonathan Nieder
2010-08-24t3302 (notes): Port to SolarisJonathan Nieder
2010-08-24t7606: Avoid using head as a file nameBrian Gernhardt
2010-08-24do not pass "git -c foo=bar" params to transport helpersJonathan Nieder
2010-08-24pass "git -c foo=bar" params through environmentJeff King
2010-08-24Work around em-dash handling in newer AsciiDocJunio C Hamano
2010-08-24t7610: cd inside subshell instead of aroundBrian Gernhardt
2010-08-24clone: warn users --depth is ignored in local clonesNguyễn Thái Ngọc Duy
2010-08-23git-bundle.txt: Clarify rev-list-args restrictionsMichael J Gruber
2010-08-23git-bundle.txt: whitespace cleanupMichael J Gruber
2010-08-23git-bundle.txt: CleanupMichael J Gruber
2010-08-23Merge branch 'maint'Junio C Hamano
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-22autoconf: regex library detection typofixJunio C Hamano
2010-08-22fix >4GiB source delta assertion failureNicolas Pitre
2010-08-22detached-stash: update DocumentationJon Seymour
2010-08-22detached-stash: tests of git stash with stash-like argumentsJon Seymour
2010-08-22detached-stash: simplify git stash showJon Seymour
2010-08-22detached-stash: simplify git stash branchJon Seymour
2010-08-22detached-stash: refactor git stash pop implementationJon Seymour
2010-08-22detached-stash: simplify stash_dropJon Seymour