summaryrefslogtreecommitdiffstats
path: root/receive-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-21checkdiff_consume: strtol parameter fix.Junio C Hamano1-1/+1
2006-05-21Elaborate on why ':' is a bad idea in a ref name.Shawn Pearce1-0/+2
2006-05-21Reference git-check-ref-format in git-branch.Shawn Pearce2-1/+7
2006-05-21diff family: add --check optionJohannes Schindelin2-1/+115
2006-05-21Document that "git add" only adds non-ignored files.Santi1-1/+4
2006-05-20Fix build procedure for builtin-init-dbJunio C Hamano1-1/+1
2006-05-20Allow pickaxe and diff-filter options to be used by git log.Sean1-0/+7
2006-05-20Libify the index refresh logicLinus Torvalds3-122/+129
2006-05-20Builtin git-init-dbTimo Hirvonen4-12/+15
2006-05-19Implement a --dry-run option to git-quiltimportEric W. Biederman2-7/+25
2006-05-19Implement git-quiltimportEric W. Biederman3-1/+162
2006-05-19Documentation/Makefile: create tarballs for the man pages and html filesTilman Sauerbeck2-3/+27
2006-05-19SubmittingPatches: The download location of External Editor has movedLukas Sandström1-2/+2
2006-05-19Make git-check-format-ref a builtin.Lukas Sandström5-20/+19
2006-05-19Make "git rev-list" be a builtinLinus Torvalds4-5/+8
2006-05-18builtin-diff: do not say files are renamed when blob and file are givenJunio C Hamano1-1/+1
2006-05-18Provide a way to flush git-diff-tree's outputPaul Mackerras1-1/+4
2006-05-18git-cvsimport: Handle "Removed" from pserverElrond1-1/+1
2006-05-18Remove unnecessary local in get_ref_sha1.Shawn Pearce1-4/+1
2006-05-18apply --cached: do not check newly added file in the working treeJunio C Hamano1-4/+6
2006-05-18builtin-grep: workaround for non GNU grep.Linus Torvalds1-3/+20
2006-05-17Revert "builtin-grep: workaround for non GNU grep."Junio C Hamano2-30/+3
2006-05-17commit: allow --pretty= args to be abbreviatedEric Wong1-14/+24
2006-05-17builtin-grep: workaround for non GNU grep.Junio C Hamano2-3/+30
2006-05-17read-tree -m -u: do not overwrite or remove untracked working tree files.Junio C Hamano5-31/+88
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-16git-am: use apply --cachedJunio C Hamano1-36/+2
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-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-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