aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Windows: Fix intermittent failures of t7701Johannes Sixt2009-01-28
* Merge branch 'maint'Junio C Hamano2009-01-28
|\
| * send-pack: do not send unknown object name from ".have" to pack-objectsJunio C Hamano2009-01-27
| * Merge branch 'cb/maint-unpack-trees-absense' into maintJunio C Hamano2009-01-23
| |\
| * \ Merge branch 'tr/maint-no-index-fixes' into maintJunio C Hamano2009-01-23
| |\ \
| * \ \ Merge branch 'js/add-not-submodule' into maintJunio C Hamano2009-01-23
| |\ \ \
* | | | | tests: Avoid single-shot environment export for shell function invocationJunio C Hamano2009-01-26
* | | | | rebase -i: correctly remember --root flag across --continueJunio C Hamano2009-01-26
* | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-01-25
|\ \ \ \ \
| * | | | | git-svn: Add test for --ignore-paths parameterVitaly \"_Vi\" Shukela2009-01-25
* | | | | | Merge branch 'js/diff-color-words'Junio C Hamano2009-01-25
|\ \ \ \ \ \
| * | | | | | Change the spelling of "wordregex".Boyd Stephen Smith Jr2009-01-21
| * | | | | | color-words: Support diff.wordregex config optionBoyd Stephen Smith Jr2009-01-21
| * | | | | | color-words: make regex configurable via attributesThomas Rast2009-01-17
| * | | | | | color-words: take an optional regular expression describing wordsJohannes Schindelin2009-01-17
| * | | | | | color-words: change algorithm to allow for 0-character word boundariesJohannes Schindelin2009-01-17
* | | | | | | Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano2009-01-25
|\ \ \ \ \ \ \
| * | | | | | | bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-17
| * | | | | | | revision walker: include a detached HEAD in --allJohannes Schindelin2009-01-17
* | | | | | | | Merge branch 'sr/clone-empty'Junio C Hamano2009-01-25
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Allow cloning an empty repositorySverre Rabbelier2009-01-23
* | | | | | | | Merge branch 'js/patience-diff'Junio C Hamano2009-01-23
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduce the diff option '--patience'Johannes Schindelin2009-01-07
* | | | | | | | | git-am: implement --reject option passed to git-applymartin f. krafft2009-01-23
* | | | | | | | | t/t4202-log.sh: Add testcasesArjen Laarhoven2009-01-23
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'kc/maint-diff-bwi-fix'Junio C Hamano2009-01-21
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix combined use of whitespace ignore options to diffKeith Cascio2009-01-19
| * | | | | | | | test more combinations of ignore-whitespace options to diffKeith Cascio2009-01-19
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sg/maint-gitdir-in-subdir'Junio C Hamano2009-01-21
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix gitdir detection when in subdir of gitdirSZEDER Gábor2009-01-17
| |/ / / / / / /
* | | | | | | | Merge branch 'rs/ctype'Junio C Hamano2009-01-21
|\ \ \ \ \ \ \ \
| * | | | | | | | Add ctype testRené Scharfe2009-01-17
* | | | | | | | | Merge branch 'jk/color-parse'Junio C Hamano2009-01-21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | expand --pretty=format color optionsJeff King2009-01-17
* | | | | | | | | | Merge branch 'jc/maint-format-patch-o-relative'Junio C Hamano2009-01-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Teach format-patch to handle output directory relative to cwdJunio C Hamano2009-01-12
* | | | | | | | | | | Merge branch 'kb/am-directory'Junio C Hamano2009-01-21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-am: fix shell quotingJunio C Hamano2009-01-14
| * | | | | | | | | | | git-am: add --directory=<dir> optionJunio C Hamano2009-01-12
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-01-21
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | Rename diff.suppress-blank-empty to diff.suppressBlankEmptyJohannes Schindelin2009-01-21
* | | | | | | | | | | use uppercase POSIX compliant signals for the 'trap' commandMarkus Heidelberg2009-01-19
* | | | | | | | | | | git-svn: avoid importing nested git reposEric Wong2009-01-18
* | | | | | | | | | | git-svn: fix SVN 1.1.x compatibilityEric Wong2009-01-18
* | | | | | | | | | | git-svn: better attempt to handle broken symlink updatesEric Wong2009-01-18
* | | | | | | | | | | git-svn: handle empty files marked as symlinks in SVNEric Wong2009-01-18
* | | | | | | | | | | t7700: demonstrate misbehavior of 'repack -a' when local packs existBrandon Casey2009-01-17
* | | | | | | | | | | test more combinations of ignore-whitespace options to diffKeith Cascio2009-01-17
* | | | | | | | | | | Merge branch 'mv/apply-parse-opt'Junio C Hamano2009-01-17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Resurrect "git apply --flags -" to read from the standard inputJunio C Hamano2009-01-09