summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2012-07-24Merge branch 'kk/maint-commit-tree'Junio C Hamano
2012-07-22Merge branch 'as/t4012-style-updates'Junio C Hamano
2012-07-22Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink'Junio C Hamano
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-22Merge branch 'jc/maint-filter-branch-epoch-date'Junio C Hamano
2012-07-17Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano
2012-07-17commit-tree: resurrect command line parsing updatesJunio C Hamano
2012-07-16t4012: Use test_must_fail instead of if-elseAlexander Strasser
2012-07-16t4012: use 'printf' instead of 'dd' to generate a binary fileJohannes Sixt
2012-07-16t4012: Re-indent test snippetsAlexander Strasser
2012-07-16t4012: Make --shortstat test more robustAlexander Strasser
2012-07-16t4012: Break up pipe into serial redirectionsAlexander Strasser
2012-07-16t4012: Actually quote the sed scriptAlexander Strasser
2012-07-16Merge branch 'tg/maint-cache-name-compare'Junio C Hamano
2012-07-16Merge branch 'jk/maint-commit-amend-only-no-paths'Junio C Hamano
2012-07-16Merge branch 'cw/amend-commit-without-message'Junio C Hamano
2012-07-16Merge branch 'jc/apply-3way'Junio C Hamano
2012-07-16Merge branch 'cw/rebase-i-root'Junio C Hamano
2012-07-16Merge branch 'pw/git-p4-move'Junio C Hamano
2012-07-14Merge branch 'pw/git-p4-jobs'Junio C Hamano
2012-07-13Merge branch 'jc/refactor-diff-stdin'Junio C Hamano
2012-07-13Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano
2012-07-13Merge branch 'tr/maint-show-walk'Junio C Hamano
2012-07-13Merge branch 'mz/rebase-no-mbox'Junio C Hamano
2012-07-13t1512: match the "other" object namesJunio C Hamano
2012-07-12git p4: add support for 'p4 move' in P4SubmitGary Gibbons
2012-07-12t7003: add test to filter a branch with a commit at epochJunio C Hamano
2012-07-12submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann
2012-07-11t1512: ignore whitespaces in wc -l outputJunio C Hamano
2012-07-11t4012: Unquote git command fragment in test titleAlexander Strasser
2012-07-11t4012: modernize style for quotingAlexander Strasser
2012-07-11Merge branch 'th/diff-no-index-fixes' into maintJunio C Hamano
2012-07-11Merge branch 'nd/clone-single-fix' into maintJunio C Hamano
2012-07-11Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano
2012-07-11cache_name_compare(): do not truncate while comparing pathsJunio C Hamano
2012-07-10commit: fix "--amend --only" with no pathspecJeff King
2012-07-10apply: tests for the --3way optionJunio C Hamano
2012-07-09rev-parse --disambiguate=<prefix>Junio C Hamano
2012-07-09rev-parse: A and B in "rev-parse A..B" refer to committishJunio C Hamano
2012-07-09reset: the command takes committishJunio C Hamano
2012-07-09commit-tree: the command wants a tree and commitsJunio C Hamano
2012-07-09apply: --build-fake-ancestor expects blobsJunio C Hamano
2012-07-09sha1_name.c: add support for disambiguating other typesJunio C Hamano
2012-07-09revision.c: the "log" family, except for "show", takes committishJunio C Hamano
2012-07-09sha1_name.c: introduce get_sha1_committish()Junio C Hamano
2012-07-09sha1_name.c: many short names can only be committishJunio C Hamano
2012-07-09sha1_name.c: get_describe_name() by definition groks only commitsJunio C Hamano
2012-07-09apply: allow rerere() to work on --3way resultsJunio C Hamano
2012-07-09apply: register conflicted stages to the indexJunio C Hamano
2012-07-09apply: accept -3/--3way command line optionJunio C Hamano