Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2010-01-13Merge branch 'jc/checkout-merge-base'Junio C Hamano
2010-01-13Merge branch 'cc/reset-more'Junio C Hamano
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2010-01-13t7502: test commit.status, --status and --no-statusJunio C Hamano
2010-01-13grep: rip out support for external grepJunio C Hamano
2010-01-13Merge branch 'maint'Junio C Hamano
2010-01-13Be more user-friendly when refusing to do something because of conflict.Matthieu Moy
2010-01-13remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce
2010-01-12rebase-i: Ignore comments and blank lines in peek_next_commandMichael Haggerty
2010-01-12lib-rebase: Allow comments and blank lines to be added to the rebase scriptMichael Haggerty
2010-01-12lib-rebase: Provide clearer debugging info about what the editor didMichael Haggerty
2010-01-12Remove empty directories when checking out a commit with fewer submodulesPeter Collingbourne
2010-01-11rerere forget path: forget recorded resolutionJunio C Hamano
2010-01-10start_command: detect execvp failures earlyJohannes Sixt
2010-01-10Merge branch 'jk/maint-1.6.5-reset-hard'Junio C Hamano
2010-01-10Merge branch 'jk/push-to-delete'Junio C Hamano
2010-01-10Merge branch 'mm/config-path'Junio C Hamano
2010-01-10Merge branch 'bg/maint-remote-update-default'Junio C Hamano
2010-01-10Merge branch 'mm/diag-path-in-treeish'Junio C Hamano
2010-01-10Handle relative paths in submodule .git filesBrad King
2010-01-10Test update-index for a gitlink to a .git fileBrad King
2010-01-10t7111: check that reset options work as described in the tablesChristian Couder
2010-01-10transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan
2010-01-10transport.c::transport_push(): make ref status affect return valueTay Ray Chuan
2010-01-10refactor ref status logic for pushingTay Ray Chuan
2010-01-10t5541-http-push.sh: add test for unmatched, non-fast-forwarded refsTay Ray Chuan
2010-01-10t5541-http-push.sh: add tests for non-fast-forward pushesTay Ray Chuan
2010-01-10difftool: Allow specifying unconfigured commands with --extcmdDavid Aguilar
2010-01-10difftool--helper: Remove use of the GIT_MERGE_TOOL variableDavid Aguilar
2010-01-09ls-files: fix overeager pathspec optimizationJunio C Hamano
2010-01-09t3001: test ls-files -o ignored/dirJunio C Hamano
2010-01-08Merge branch 'sb/maint-octopus'Junio C Hamano
2010-01-08Merge branch 'mv/commit-date'Junio C Hamano
2010-01-08Merge branch 'mo/bin-wrappers'Junio C Hamano
2010-01-07rebase -i: teach --onto A...B syntaxNanako Shiraishi
2010-01-07rebase: fix --onto A...B parsing and add testsNanako Shiraishi
2010-01-07t7002: test for not using external grep on skip-worktree pathsNguyễn Thái Ngọc Duy
2010-01-07t7002: set test prerequisite "external-grep" if supportedNguyễn Thái Ngọc Duy
2010-01-07rebase -i --autosquash: auto-squash commitsNanako Shiraishi
2010-01-07checkout -m path: fix recreating conflictsJunio C Hamano
2010-01-06Smart-http tests: Test http-backend without curl or a webserverTarmigan Casebolt
2010-01-06Smart-http tests: Break test t5560-http-backend into piecesTarmigan Casebolt
2010-01-06Smart-http tests: Improve coverage in test t5560Tarmigan Casebolt
2010-01-06Smart-http: check if repository is OK to export before serving itTarmigan Casebolt
2010-01-06t/lib-http.sh: Restructure finding of default httpd locationTarmigan Casebolt
2010-01-06t4030, t4031: work around bogus MSYS bash path conversionJohannes Sixt
2010-01-06textconv: use shell to run helperJeff King
2010-01-06t0021: use $SHELL_PATH for the filter scriptJohannes Sixt
2010-01-04Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina
2010-01-04"reset --merge": fix unmerged caseJunio C Hamano