summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/config-test-cleanup'Junio C Hamano2011-10-171-83/+120
|\
| * t1300: test mixed-case variable retrievalJeff King2011-10-121-0/+27
| * t1300: put git invocations inside test functionJeff King2011-10-121-83/+93
* | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-171-1/+58
|\ \
| * | attr.c: respect core.ignorecase when matching attribute patternsBrandon Casey2011-10-111-1/+58
* | | Merge branch 'mm/maint-config-explicit-bool-display'Junio C Hamano2011-10-171-0/+6
|\ \ \
| * | | config: display key_delim for config --bool --get-regexpMatthieu Moy2011-10-101-0/+6
* | | | Merge branch 'ph/push-to-delete-nothing'Junio C Hamano2011-10-171-0/+197
|\ \ \ \
| * | | | receive-pack: don't pass non-existent refs to post-{receive,update} hooksph/push-to-delete-nothingPang Yan Han2011-09-301-0/+197
| | |_|/ | |/| |
* | | | Merge branch 'jc/checkout-from-tree-keep-local-changes'Junio C Hamano2011-10-171-0/+42
|\ \ \ \
| * | | | checkout $tree $path: do not clobber local changes in $path not in $treeJunio C Hamano2011-09-301-0/+42
| | |/ / | |/| |
* | | | resolve_gitlink_packed_ref(): fix mismergeJunio C Hamano2011-10-171-0/+19
* | | | git svn dcommit: new option --interactive.Frédéric Heitzmann2011-10-161-0/+64
* | | | send-email: Fix %config_path_settings handlingCord Seele2011-10-141-0/+28
* | | | Merge branch 'maint'Junio C Hamano2011-10-141-0/+5
|\ \ \ \
| * | | | t1304: fall back to $USER if $LOGNAME is not definedRené Scharfe2011-10-141-0/+5
| | |/ / | |/| |
* | | | Merge branch 'jc/grep-untracked-exclude'Junio C Hamano2011-10-131-1/+33
|\ \ \ \
| * \ \ \ Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-excludeJunio C Hamano2011-10-041-1/+33
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | grep: teach --untracked and --exclude-standard optionsJunio C Hamano2011-10-041-1/+33
* | | | | Merge branch 'rs/pending'Junio C Hamano2011-10-131-2/+5
|\ \ \ \ \
| * | | | | checkout: check for "Previous HEAD" notice in t2020René Scharfe2011-10-031-2/+5
* | | | | | Merge branch 'cp/git-web-browse-browsers'Junio C Hamano2011-10-131-0/+66
|\ \ \ \ \ \
| * | | | | | git-web--browse: avoid the use of evalcp/git-web-browse-browsersChris Packham2011-10-031-0/+66
| |/ / / / /
* | | | | | Merge branch 'di/fast-import-empty-tag-note-fix'Junio C Hamano2011-10-131-0/+29
|\ \ \ \ \ \
| * | | | | | fast-import: don't allow to note on empty branchdi/fast-import-empty-tag-note-fixDmitry Ivankov2011-09-221-0/+17
| * | | | | | fast-import: don't allow to tag empty branchDmitry Ivankov2011-09-221-0/+12
* | | | | | | Merge branch 'bw/grep-no-index-no-exclude'Junio C Hamano2011-10-131-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | grep --no-index: don't use git standard exclusionsbw/grep-no-index-no-excludeBert Wesarg2011-09-151-1/+1
* | | | | | | Merge branch 'nd/maint-sparse-errors'Junio C Hamano2011-10-131-0/+16
|\ \ \ \ \ \ \
| * | | | | | | sparse checkout: show error messages when worktree shaping failsNguyễn Thái Ngọc Duy2011-09-221-0/+15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'jc/parse-options-boolean'Junio C Hamano2011-10-122-1/+10
|\ \ \ \ \ \ \
| * | | | | | | parseopt: add OPT_NOOP_NOARGRené Scharfe2011-09-281-1/+1
| * | | | | | | archive.c: use OPT_BOOL()Junio C Hamano2011-09-271-0/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | t5403: convert leading spaces to tabsNguyễn Thái Ngọc Duy2011-10-121-23/+23
* | | | | | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-101-13/+107
|\ \ \ \ \ \ \
| * | | | | | | Change check_refname_format() to reject unnormalized refnamesMichael Haggerty2011-10-051-8/+23
| * | | | | | | Do not allow ".lock" at the end of any refname componentMichael Haggerty2011-10-051-4/+4
| * | | | | | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-5/+1
| * | | | | | | git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty2011-10-051-7/+81
| * | | | | | | t1402: add some more testsMichael Haggerty2011-10-051-0/+9
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jm/mergetool-pathspec'Junio C Hamano2011-10-101-18/+40
|\ \ \ \ \ \ \
| * | | | | | | mergetool: Use args as pathspec to unmerged filesJonathon Mah2011-09-261-18/+40
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'mz/remote-rename'Junio C Hamano2011-10-101-0/+31
|\ \ \ \ \ \ \
| * | | | | | | remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-111-1/+2
| * | | | | | | remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-111-0/+10
| * | | | | | | remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-111-0/+20
* | | | | | | | Merge branch 'hv/submodule-update-none'Junio C Hamano2011-10-101-0/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | add update 'none' flag to disable update of submodule by defaultHeiko Voigt2011-08-111-0/+62
* | | | | | | | | Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-105-56/+167
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move git-dir for submodulesfg/submodule-git-file-git-dirFredrik Gustafsson2011-08-222-2/+109