summaryrefslogtreecommitdiffstats
path: root/pack-check.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-28Do not call 'cmp' with non-existant -q flag.Yann Dirson1-1/+1
2006-05-28Fix "--abbrev=xyz" for revision listingLinus Torvalds1-0/+8
2006-05-28t1002: use -U0 instead of --unified=0Linus Torvalds1-10/+10
2006-05-28format-patch: -n and -k are mutually exclusive.Junio C Hamano1-1/+1
2006-05-26Call builtin ls-tree in git-cat-file -pPetr Baudis1-1/+1
2006-05-26built-in format-patch: various fixups.Junio C Hamano1-2/+11
2006-05-26Add instructions to commit template.Martin Waitz1-0/+3
2006-05-26git-format-patch --start-number <n>Johannes Schindelin1-3/+13
2006-05-26Don't write directly to a make target ($@).Jim Meyering1-14/+20
2006-05-26bogus "fatal: Not a git repository"Linus Torvalds1-1/+2
2006-05-26Documentation/Makefile: remove extra /Martin Waitz2-4/+4
2006-05-25cvsimport: avoid "use" with :tagJeff King1-1/+1
2006-05-25cat-file: document -p optionJeff King1-2/+7
2006-05-25Built git-upload-tar should be ignored.Shawn Pearce1-0/+1
2006-05-25ls-remote: fix rsync:// to report HEADJunio C Hamano1-1/+9
2006-05-25fetch.c: remove an unused variable and dead code.Junio C Hamano2-20/+3
2006-05-24Clean up sha1 file writingLinus Torvalds1-61/+78
2006-05-24Builtin git-cat-fileTimo Hirvonen4-5/+8
2006-05-24--summary output should print immediately after stats.Sean1-1/+4
2006-05-24git-svn: ignore expansion of svn:keywordsEric Wong5-60/+254
2006-05-24git-svn: starting a 1.1.0-pre development versionEric Wong1-1/+1
2006-05-24cvsimport: set up commit environment in perl instead of using envJeff King1-7/+6
2006-05-24cvsimport: do not barf on creation of an empty file.Junio C Hamano1-1/+1
2006-05-23add more informative error messages to git-mktagBjörn Engelmann1-11/+15
2006-05-23remove the artificial restriction tagsize < 8kbBjörn Engelmann3-20/+46
2006-05-23Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen7-11/+24
2006-05-23Builtin git-show-branch.Peter Eriksen4-7/+10
2006-05-23Builtin git-apply.Peter Eriksen4-5/+10
2006-05-23Builtin git-commit-tree.Peter Eriksen4-6/+9
2006-05-23Builtin git-read-tree.Peter Eriksen4-5/+8
2006-05-23Builtin git-tar-tree.Peter Eriksen4-5/+10
2006-05-23Builtin git-ls-tree.Peter Eriksen4-6/+9
2006-05-23Builtin git-ls-files.Peter Eriksen4-5/+8
2006-05-23Add git-quiltimport to .gitignore.Peter Eriksen1-0/+1
2006-05-23cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Martin Langhoff1-17/+19
2006-05-23cvsimport: cleanup commit functionJeff King1-86/+64
2006-05-23cvsimport: use git-update-index --index-infoJeff King1-23/+13
2006-05-23git status: skip empty directories, and add -u to show all untracked filesMatthias Lederhofer1-3/+14
2006-05-23cvsimport: repack every kilo-commits.Linus Torvalds1-1/+5
2006-05-23cvsimport: introduce -L<imit> option to workaround memory leaksMartin Langhoff1-2/+6
2006-05-23Install git builtins into gitexecdir rather than bindir.Sean1-1/+8
2006-05-23Change GIT-VERSION-GEN to call git commands with "git" not "git-".Sean1-2/+2
2006-05-23cvsimport: replace anonymous sub ref with a normal subMartin Langhoff1-3/+3
2006-05-23cvsimport: minor fixupsMartin Langhoff1-0/+3
2006-05-23Problem: 'trap...exit' causes error message when /bin/sh is ash.Yakov Lerner1-2/+2
2006-05-23Avoid segfault in diff --stat rename output.Sean1-1/+1
2006-05-23Tutorial #2: broken link fix.Junio C Hamano1-1/+1
2006-05-22git help: remove whatchanged from list of common commandsMartin Waitz1-1/+0
2006-05-22fetch-pack: output refs in the order they were given on the command line.Junio C Hamano2-16/+52
2006-05-22diff: minor option combination fix.Junio C Hamano1-0/+8