summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy2013-04-181-4/+4
* | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-04-233-3/+205
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees2013-04-153-3/+63
| * | | | | | | | | | | | | | | | | | | | dir.c: make 'git-status --ignored' work within leading directoriesKarsten Blees2013-04-151-0/+19
| * | | | | | | | | | | | | | | | | | | | dir.c: git-status --ignored: don't list empty directories as ignoredKarsten Blees2013-04-151-2/+24
| * | | | | | | | | | | | | | | | | | | | dir.c: git-ls-files --directories: don't hide empty directoriesKarsten Blees2013-04-151-0/+23
| * | | | | | | | | | | | | | | | | | | | dir.c: git-status --ignored: don't list empty ignored directoriesKarsten Blees2013-04-151-0/+24
| * | | | | | | | | | | | | | | | | | | | dir.c: git-status --ignored: don't list files in ignored directoriesKarsten Blees2013-04-151-0/+27
| * | | | | | | | | | | | | | | | | | | | dir.c: git-status --ignored: don't drop ignored directoriesKarsten Blees2013-04-151-0/+27
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'as/clone-reference-with-gitfile'Junio C Hamano2013-04-221-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | clone: Allow repo using gitfile as a referenceAaron Schrab2013-04-091-0/+13
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/add-2.0-delete-default' (early part)Junio C Hamano2013-04-221-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano2013-03-081-3/+3
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/checkout-keep-sparse'Junio C Hamano2013-04-222-1/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | checkout: add --ignore-skip-worktree-bits in sparse checkout modeNguyễn Thái Ngọc Duy2013-04-152-1/+25
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/chopped-ident'Junio C Hamano2013-04-222-4/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | pretty: handle broken commit headers gracefullyRené Scharfe2013-04-171-0/+42
| * | | | | | | | | | | | | | | | | | | | | cat-file: print tags raw for "cat-file -p"Jeff King2013-04-171-4/+1
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'th/bisect-final-log'Junio C Hamano2013-04-221-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | bisect: Store first bad commit as comment in log fileTorstein Hegge2013-04-151-0/+18
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/doc-http-backend'Junio C Hamano2013-04-212-0/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | doc/http-backend: match query-string in apache half-auth exampleJeff King2013-04-132-0/+48
* | | | | | | | | | | | | | | | | | | | | Merge branch 'rt/commentchar-fmt-merge-msg'Junio C Hamano2013-04-191-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | t6200: avoid path mangling issue on WindowsJohannes Sixt2013-04-181-3/+3
* | | | | | | | | | | | | | | | | | | | | Merge branch 'mv/sequencer-pick-error-diag'Junio C Hamano2013-04-191-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | cherry-pick: make sure all input objects are commitsMiklos Vajna2013-04-111-0/+6
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/test-trash'Junio C Hamano2013-04-181-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | t/test-lib.sh: drop "$test" variableJeff King2013-04-141-5/+5
| * | | | | | | | | | | | | | | | | | | | t/test-lib.sh: fix TRASH_DIRECTORY handlingJohn Keeping2013-04-141-4/+4
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'th/t9903-symlinked-workdir'Junio C Hamano2013-04-181-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | t9903: Don't fail when run from path accessed through symlinkTorstein Hegge2013-04-111-5/+5
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/merge-tree-added-identically'Junio C Hamano2013-04-181-10/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | merge-tree: don't print entries that match "local"John Keeping2013-04-081-10/+0
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/http-dumb-namespaces'Junio C Hamano2013-04-182-0/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | http-backend: respect GIT_NAMESPACE with dumb clientsJohn Koleszar2013-04-092-0/+29
* | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/empty-archive'Junio C Hamano2013-04-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | t5004: fix issue with empty archive test and bsdtarRené Scharfe2013-04-101-1/+1
* | | | | | | | | | | | | | | | | | | | | Merge branch 'fc/send-email-annotate'Junio C Hamano2013-04-181-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | format-patch: add format.coverLetter configuration variableFelipe Contreras2013-04-071-0/+28
| * | | | | | | | | | | | | | | | | | | | | format-patch: improve head calculation for cover-letterFelipe Contreras2013-04-071-0/+5
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano2013-04-1812-16/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | t5570: do not assume the "matching" push is the defaultBrian Gernhardt2013-04-031-0/+1
| * | | | | | | | | | | | | | | | | | | | | | t5551: do not assume the "matching" push is the defaultBrian Gernhardt2013-04-031-0/+1
| * | | | | | | | | | | | | | | | | | | | | | t5550: do not assume the "matching" push is the defaultBrian Gernhardt2013-04-031-0/+1
| * | | | | | | | | | | | | | | | | | | | | | t9401: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-0/+1
| * | | | | | | | | | | | | | | | | | | | | | t9400: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-0/+1
| * | | | | | | | | | | | | | | | | | | | | | t7406: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-2/+2
| * | | | | | | | | | | | | | | | | | | | | | t5531: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-0/+1
| * | | | | | | | | | | | | | | | | | | | | | t5519: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-6/+6
| * | | | | | | | | | | | | | | | | | | | | | t5517: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-1/+1