summaryrefslogtreecommitdiffstats
path: root/exec_cmd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-16apply --cached: apply a patch without using working tree.Junio C Hamano1-20/+52
2006-05-15builtin-grep: unparse more command line options.Junio C Hamano1-8/+57
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-15apply --numstat: show new name, not old name.Junio C Hamano1-1/+1
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
2006-05-08Documentation: {caret} fixes (git-rev-list.txt)Junio C Hamano1-3/+4
2006-05-08builtin-grep: documentationJunio C Hamano1-23/+62
2006-05-08Teach -f <file> option to builtin-grep.Junio C Hamano1-19/+42
2006-05-08improve base85 generated assembly codeNicolas Pitre1-29/+35
2006-05-08Fix "git diff --stat" with long filenamesLinus Torvalds1-1/+1
2006-05-08Fix repo-config set-multivar error return path.Junio C Hamano1-12/+6
2006-05-08clone: don't clone the info/alternates fileMartin Waitz1-5/+1