summaryrefslogtreecommitdiffstats
path: root/git-resolve.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-18Convert update-ref to use ref_lock API.Shawn Pearce2-67/+38
2006-05-18Improve abstraction of ref lock/write.Shawn Pearce3-148/+144
2006-05-18Remove unnecessary local in get_ref_sha1.Shawn Pearce1-4/+1
2006-05-17commit: allow --pretty= args to be abbreviatedEric Wong1-14/+24
2006-05-17Remove old "git-grep.sh" remnantsLinus Torvalds2-64/+3
2006-05-17merge-base: Clarify the comments on post processing.Junio C Hamano1-3/+6
2006-05-16improve depth heuristic for maximum delta sizeNicolas Pitre1-2/+5
2006-05-16Update the documentation for git-merge-baseFredrik Kuivinen1-4/+14
2006-05-16builtin-diff: fix comparison between two blobs.Junio C Hamano1-3/+5
2006-05-16Fix silly typo in new builtin grepLinus Torvalds1-1/+1
2006-05-15builtin-grep: unparse more command line options.Junio C Hamano1-8/+57
2006-05-15Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano2-4/+2
2006-05-15Install git-send-email by defaultEric Wong2-7/+4
2006-05-15Fix compilation on newer NetBSD systemsDennis Stosberg1-1/+3
2006-05-15pack-object: slightly more efficientNicolas Pitre2-7/+10
2006-05-15simple euristic for further free packing improvementsNicolas Pitre1-5/+2
2006-05-15read-tree --reset -u fix.Linus Torvalds1-4/+12
2006-05-15send-email: quiet some warnings, reject invalid addressesEric Wong1-3/+12
2006-05-15send-email: allow sendmail binary to be used instead of SMTPEric Wong1-20/+40
2006-05-15Strip useless "tags/" prefix from git-tag -l outputSean1-5/+3
2006-05-15read-tree -u one-way merge fix to check out locally modified paths.Junio C Hamano1-0/+3
2006-05-15Install git-send-email by defaultEric Wong2-7/+4
2006-05-15send-email: address expansion for common mailersEric Wong1-0/+48
2006-05-15builtin-grep: use external grep when we can take advantage of itLinus Torvalds1-0/+79
2006-05-15diffstat rename squashing fix.Junio C Hamano1-2/+7
2006-05-15Simplify "git reset --hard"Linus Torvalds1-46/+4
2006-05-15Allow one-way tree merge to remove old filesLinus Torvalds1-1/+1
2006-05-15Convert some "apply --summary" users to "diff --summary".Sean3-4/+3
2006-05-15Add "--summary" option to git diff.Sean3-2/+93
2006-05-15Make git rebase interactive help match documentation.Sean3-13/+30
2006-05-15Ensure author & committer before asking for commit message.Sean1-0/+2
2006-05-15git diff: support "-U" and "--unified" options properlyLinus Torvalds3-1/+53
2006-05-15Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean5-7/+48
2006-05-15include header to define uint32_t, necessary on Mac OS XBen Clifford2-0/+2
2006-05-13git config syntax updatesLinus Torvalds3-20/+90
2006-05-13Another config file parsing fix.sean1-1/+3
2006-05-13checkout: use --aggressive when running a 3-way merge (-m).Junio C Hamano1-1/+1
2006-05-13Fix git-pack-objects for 64-bit platformsDennis Stosberg2-2/+2
2006-05-10fix diff-delta bad memory accessNicolas Pitre1-5/+0
2006-05-10checkout: use --aggressive when running a 3-way merge (-m).Junio C Hamano1-1/+1
2006-05-10revert/cherry-pick: use aggressive merge.Linus Torvalds1-1/+1
2006-05-10builtin-grep: -F (--fixed-strings)Junio C Hamano2-5/+33
2006-05-10builtin-grep: -w fixJunio C Hamano1-3/+3
2006-05-10builtin-grep: typofixJunio C Hamano1-1/+1
2006-05-09read-cache.c: use xcalloc() not calloc()Yakov Lerner1-1/+1
2006-05-09apply: fix infinite loop with multiple patches with --indexEric Wong1-9/+9
2006-05-09builtin-grep: tighten argument parsing.Junio C Hamano1-26/+50
2006-05-09Teach git-clean optional <paths>... parameters.Junio C Hamano2-5/+17
2006-05-09Separate object name errors from usage errorsDmitry V. Levin13-25/+36
2006-05-09get_sha1() - fix infinite loop on nonexistent stage.Junio C Hamano1-0/+1