summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | hash-object: cleanup handling of command line optionsGerrit Pape2008-02-221-0/+35
| |/ / / / / /
* | | | | | | Merge branch 'db/push-single-with-HEAD'Junio C Hamano2008-02-271-0/+43
|\ \ \ \ \ \ \
| * | | | | | | Resolve value supplied for no-colon push refspecsDaniel Barkalow2008-02-201-0/+43
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'db/host-alias'Junio C Hamano2008-02-271-0/+31
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add support for url aliases in config filesDaniel Barkalow2008-02-241-0/+31
| |/ / / / /
* | | | | | Merge branch 'maint'Junio C Hamano2008-02-261-0/+43
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian2008-02-251-0/+43
* | | | | | Add tests for filesystem challenges (case and unicode normalization)Steffen Prohaska2008-02-251-0/+93
| |_|_|_|/ |/| | | |
* | | | | send-email: test compose functionalityJeff King2008-02-241-0/+29
* | | | | t9001: enhance fake sendmail test harnessJeff King2008-02-241-7/+15
* | | | | Merge branch 'jc/apply-whitespace'Junio C Hamano2008-02-243-0/+200
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | apply: do not barf on patch with too large an offsetJunio C Hamano2008-02-111-0/+57
| * | | | core.whitespace: cr-at-eolJunio C Hamano2008-02-051-0/+40
| * | | | git-apply --whitespace=fix: fix whitespace fuzz introduced by previous runJunio C Hamano2008-02-051-0/+103
* | | | | send-email: fix In-Reply-To regressionJay Soffian2008-02-211-0/+21
* | | | | git-reset --hard and git-read-tree --reset: fix read_cache_unmerged()Junio C Hamano2008-02-211-0/+46
* | | | | t3404: use configured shell instead of /bin/shJeff King2008-02-201-2/+2
* | | | | git-clean: handle errors if removing files failsMiklos Vajna2008-02-201-0/+10
* | | | | Merge branch 'js/maint-cvsexport'Junio C Hamano2008-02-201-0/+35
|\ \ \ \ \
| * | | | | cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin2008-02-191-0/+35
* | | | | | Merge branch 'jk/empty-tree'Junio C Hamano2008-02-201-0/+69
|\ \ \ \ \ \
| * | | | | | add--interactive: handle initial commit betterJeff King2008-02-161-0/+69
* | | | | | | Merge branch 'jc/setup'Junio C Hamano2008-02-202-0/+202
|\ \ \ \ \ \ \
| * | | | | | | builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-051-0/+38
| * | | | | | | git-add: adjust to the get_pathspec() changes.Junio C Hamano2008-02-051-0/+47
| * | | | | | | setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-051-0/+117
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2008-02-201-0/+8
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape2008-02-201-0/+8
| | |_|/ / | |/| | |
* | | | | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-161-0/+58
|\ \ \ \ \
| * | | | | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-061-0/+58
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano2008-02-161-0/+41
|\ \ \ \ \
| * | | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-051-0/+41
| |/ / / /
* | | | | Merge branch 'pb/prepare-commit-msg'Junio C Hamano2008-02-162-0/+184
|\ \ \ \ \
| * | | | | git-commit: add a prepare-commit-msg hookPaolo Bonzini2008-02-061-0/+155
| * | | | | git-commit: Refactor creation of log message.Paolo Bonzini2008-02-061-0/+29
| |/ / / /
* | | | | Merge branch 'jk/noetcconfig'Junio C Hamano2008-02-162-4/+7
|\ \ \ \ \
| * | | | | fix config reading in testsJeff King2008-02-062-4/+7
* | | | | | Merge branch 'maint'Junio C Hamano2008-02-168-1/+88
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | commit: discard index after setting up partial commitJeff King2008-02-161-0/+21
| * | | | | filter-branch: handle filenames that need quotingJunio C Hamano2008-02-151-0/+14
| * | | | | diff: Fix miscounting of --check outputJunio C Hamano2008-02-151-0/+9
| * | | | | mailinfo: feed only one line to handle_filter() for QP inputJay Soffian2008-02-155-1/+44
* | | | | | Merge branch 'maint'Junio C Hamano2008-02-132-1/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | config: add test cases for empty value and no value config variables.Christian Couder2008-02-131-0/+23
| * | | | | status: suggest "git rm --cached" to unstage for initial commitJeff King2008-02-131-1/+10
| * | | | | Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano2008-02-131-0/+22
| | |_|/ / | |/| | |
* | | | | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2008-02-121-1/+1
* | | | | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland2008-02-121-1/+17
* | | | | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-111-0/+20
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | index: be careful when handling long namesJunio C Hamano2008-01-211-0/+20