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
2009-08-27Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano
2009-08-27clone: add --branch option to select a different HEADJeff King
2009-08-26Merge branch 'maint'Junio C Hamano
2009-08-26git-log: allow --decorate[=short|full]Lars Hjemli
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi
2009-08-26Merge branch 'jc/maint-clean-nested-dir-safety' into maintJunio C Hamano
2009-08-26Merge branch 'jk/maint-merge-msg-fix' into maintJunio C Hamano
2009-08-26Merge branch 'jc/apply-epoch-patch' into maintJunio C Hamano
2009-08-26Merge branch 'jp/symlink-dirs' into maintJunio C Hamano
2009-08-26Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-08-26Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano
2009-08-26Merge branch 'aj/fix-read-tree-from-scratch'Junio C Hamano
2009-08-26Merge branch 'jc/maint-checkout-index-to-prefix'Junio C Hamano
2009-08-26Merge branch 'jl/submodule-summary-diff-files'Junio C Hamano
2009-08-26Merge branch 'lh/short-decorate'Junio C Hamano
2009-08-25checkout: do not imply "-f" on unborn branchesJeff King
2009-08-25fix simple deepening of a repoNicolas Pitre
2009-08-25Add tests for rev-list --graph with options that simplify historyAdam Simpkins
2009-08-22reset: make the reminder output consistent with "checkout"Matthieu Moy
2009-08-22Merge branch 'bc/maint-am-email' into maintJunio C Hamano
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-08-22Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano
2009-08-22Merge branch 'bc/mailsplit-cr-at-eol'Junio C Hamano
2009-08-21graph API: fix bug in graph_is_interesting()Adam Simpkins
2009-08-21Merge branch 'jc/maint-merge-recursive-fix' into maintJunio C Hamano
2009-08-21Merge branch 'sb/maint-pull-rebase' into maintJunio C Hamano
2009-08-21Make test number t7406- uniqueJohannes Sixt
2009-08-21git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland
2009-08-21t7407: Use 'rev-parse --short' rather than bash's substring expansion notationJohan Herland
2009-08-19Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Junio C Hamano
2009-08-19git submodule status: Add --recursive to recurse into nested submodulesJohan Herland
2009-08-19git submodule update: Introduce --recursive to update nested submodulesJohan Herland
2009-08-19git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland
2009-08-19git submodule foreach: test access to submodule name as '$name'Johan Herland
2009-08-19Add selftest for 'git submodule foreach'Johan Herland
2009-08-19svn: assume URLs from the command-line are URI-encodedEric Wong
2009-08-19git-log: allow --decorate[=short|full]Lars Hjemli
2009-08-18tests: disable interactive hunk selection tests if perl is not availableJeff King
2009-08-18check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano
2009-08-17read-tree: Fix regression with creation of a new index file.Alexandre Julliard
2009-08-16Merge branch 'jc/maint-clean-nested-dir-safety'Junio C Hamano
2009-08-16Merge branch 'jk/maint-merge-msg-fix'Junio C Hamano
2009-08-16Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano
2009-08-16Implement 'git stash save --patch'Thomas Rast
2009-08-16Implement 'git checkout --patch'Thomas Rast
2009-08-16Implement 'git reset --patch'Thomas Rast
2009-08-15add -p: do not attempt to coalesce mode changesThomas Rast
2009-08-15git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov
2009-08-15git submodule summary: add --files optionJens Lehmann
2009-08-14Add a small patch-mode testing libraryThomas Rast