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
AgeCommit message (Expand)Author
2006-05-16Merge branch 'ew/send-email'Junio C Hamano
2006-05-16Merge branch 'lt/config'Junio C Hamano
2006-05-16Merge branch 'jc/grep'Junio C Hamano
2006-05-16Merge branch 'lt/diff'Junio C Hamano
2006-05-16Fix silly typo in new builtin grepLinus Torvalds
2006-05-16git-am: use apply --cachedJunio C Hamano
2006-05-16apply --cached: apply a patch without using working tree.Junio C Hamano
2006-05-16Merge branch 'fix'Junio C Hamano
2006-05-16builtin-grep: unparse more command line options.Junio C Hamano
2006-05-16Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano
2006-05-16Install git-send-email by defaultEric Wong
2006-05-16Fix compilation on newer NetBSD systemsDennis Stosberg
2006-05-15pack-object: slightly more efficientNicolas Pitre
2006-05-15simple euristic for further free packing improvementsNicolas Pitre
2006-05-15read-tree --reset -u fix.Linus Torvalds
2006-05-15send-email: quiet some warnings, reject invalid addressesEric Wong
2006-05-15send-email: allow sendmail binary to be used instead of SMTPEric Wong
2006-05-15Strip useless "tags/" prefix from git-tag -l outputSean
2006-05-15apply --numstat: show new name, not old name.Junio C Hamano
2006-05-15Merge branch 'fix'Junio C Hamano
2006-05-15Merge branch 'fix' into maintJunio C Hamano
2006-05-15read-tree -u one-way merge fix to check out locally modified paths.Junio C Hamano
2006-05-15Install git-send-email by defaultEric Wong
2006-05-15send-email: address expansion for common mailersEric Wong
2006-05-15builtin-grep: use external grep when we can take advantage of itLinus Torvalds
2006-05-15diffstat rename squashing fix.Junio C Hamano
2006-05-15Simplify "git reset --hard"Linus Torvalds
2006-05-15Allow one-way tree merge to remove old filesLinus Torvalds
2006-05-15Convert some "apply --summary" users to "diff --summary".Sean
2006-05-15Add "--summary" option to git diff.Sean
2006-05-15Make git rebase interactive help match documentation.Sean
2006-05-15Ensure author & committer before asking for commit message.Sean
2006-05-15git diff: support "-U" and "--unified" options properlyLinus Torvalds
2006-05-15Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean
2006-05-15Merge branch 'fix'Junio C Hamano
2006-05-15Merge branch 'fix' into maintJunio C Hamano
2006-05-15include header to define uint32_t, necessary on Mac OS XBen Clifford
2006-05-14Merge branch 'ml/cvs'Junio C Hamano
2006-05-14Merge branch 'fix'Junio C Hamano
2006-05-14Merge branch 'lt/fix-config' into lt/configJunio C Hamano
2006-05-14git config syntax updatesLinus Torvalds
2006-05-14Another config file parsing fix.sean
2006-05-14checkout: use --aggressive when running a 3-way merge (-m).Junio C Hamano
2006-05-13Fix git-pack-objects for 64-bit platformsDennis Stosberg
2006-05-10fix diff-delta bad memory accessNicolas Pitre
2006-05-10Merge branch 'fix'Junio C Hamano
2006-05-10checkout: use --aggressive when running a 3-way merge (-m).Junio C Hamano
2006-05-10revert/cherry-pick: use aggressive merge.Linus Torvalds
2006-05-10builtin-grep: -F (--fixed-strings)Junio C Hamano
2006-05-10builtin-grep: -w fixJunio C Hamano