aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'jc/fake-ancestor-with-non-blobs'Junio C Hamano2013-02-05
|\
| * git-am: record full index line in the patch used while rebasingJunio C Hamano2013-01-31
* | Merge branch 'pw/git-p4-on-cygwin'Junio C Hamano2013-02-04
|\ \
| * | git p4 test: use test_chmod for cygwinPete Wyckoff2013-01-26
| * | git p4: cygwin p4 client does not mark read-onlyPete Wyckoff2013-01-26
| * | git p4 test: avoid wildcard * in windowsPete Wyckoff2013-01-26
| * | git p4 test: use LineEnd unix in windows tests tooPete Wyckoff2013-01-26
| * | git p4 test: newline handlingPete Wyckoff2013-01-26
| * | git p4 test: translate windows paths for cygwinPete Wyckoff2013-01-26
| * | git p4 test: start p4d inside its db dirPete Wyckoff2013-01-26
| * | git p4 test: use client_view in t9806Pete Wyckoff2013-01-26
| * | git p4 test: avoid loop in client_viewPete Wyckoff2013-01-26
| * | git p4 test: use client_view to build the initial clientPete Wyckoff2013-01-26
| * | git p4: generate better error message for bad depot pathPete Wyckoff2013-01-26
* | | Merge branch 'jk/read-commit-buffer-data-after-free'Junio C Hamano2013-02-04
|\ \ \
| * | | logmsg_reencode: lazily load missing commit buffersJeff King2013-01-26
| |/ /
* | | Merge branch 'jk/config-parsing-cleanup'Junio C Hamano2013-02-04
|\ \ \
| * | | archive-tar: use parse_config_key when parsing configJeff King2013-01-23
* | | | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-04
|\ \ \ \
| * | | | Allow custom "comment char"Junio C Hamano2013-01-16
* | | | | Merge branch 'bc/git-p4-for-python-2.4'Junio C Hamano2013-02-01
|\ \ \ \ \
| * | | | | git-p4.py: support Python 2.4Brandon Casey2013-01-26
* | | | | | Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests'Junio C Hamano2013-02-01
|\ \ \ \ \ \
| * | | | | | t9902: protect test from stray build artifactsJunio C Hamano2013-01-24
* | | | | | | Merge branch 'as/test-cleanup'Junio C Hamano2013-02-01
|\ \ \ \ \ \ \
| * | | | | | | t7102 (reset): don't hardcode SHA-1 in expected outputsAlexey Shumkin2013-01-24
| |/ / / / / /
| * | | | | | Merge branch 'rs/zip-tests' into maintJunio C Hamano2013-01-20
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano2013-02-01
|\ \ \ \ \ \ \ \
| * | | | | | | | upload-pack: fix off-by-one depth calculation in shallow cloneNguyễn Thái Ngọc Duy2013-01-11
| * | | | | | | | fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-11
* | | | | | | | | Merge branch 'nd/magic-pathspec-from-root'Junio C Hamano2013-01-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update :/abc ambiguity checkNguyễn Thái Ngọc Duy2013-01-21
* | | | | | | | | | Merge branch 'tb/t0050-maint'Junio C Hamano2013-01-28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | t0050: Use TAB for indentationTorsten Bögershausen2013-01-21
| * | | | | | | | | t0050: honor CASE_INSENSITIVE_FS in add (with different case)Torsten Bögershausen2013-01-21
| * | | | | | | | | t0050: known breakage vanished in merge (case change)Torsten Bögershausen2013-01-21
* | | | | | | | | | Merge branch 'for-junio' of git://bogomips.org/git-svnJunio C Hamano2013-01-25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-svn: Simplify calculation of GIT_DIRBarry Wardell2013-01-24
* | | | | | | | | | | Merge branch 'nd/retire-fnmatch'Junio C Hamano2013-01-25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | wildmatch: advance faster in <asterisk> + <literal> patternsNguyễn Thái Ngọc Duy2013-01-01
| * | | | | | | | | | | wildmatch: make a special case for "*/" with FNM_PATHNAMENguyễn Thái Ngọc Duy2013-01-01
| * | | | | | | | | | | wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy2013-01-01
* | | | | | | | | | | | Merge branch 'as/pre-push-hook'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | push: Add support for pre-push hooksAaron Schrab2013-01-18
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'as/check-ignore'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t0008: avoid brace expansionRené Scharfe2013-01-10
| * | | | | | | | | | | | add git-check-ignore sub-commandAdam Spiers2013-01-06
* | | | | | | | | | | | | Merge branch 'cr/push-force-tag-update'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano2013-01-16
* | | | | | | | | | | | | | Merge branch 'mo/cvs-server-updates'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |