summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-05diff-index: make --cc a synonym for -p for now.Junio C Hamano
2006-02-05diff-tree --always flagLinus Torvalds
2006-02-05Use adler32() from zlib instead of defining our own.Peter Eriksen
2006-02-05Fix git-rev-parse over-eager errorsLinus Torvalds
2006-02-04Do not fall back on vi on dumb terminals.Junio C Hamano
2006-02-03Merge branches 'jc/sha1', 'jc/diff' and 'jc/ws'Junio C Hamano
2006-02-03Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy
2006-02-03daemon: Provide missing argument for logerror() call.Mark Wooding
2006-02-03git-merge: Properly quote $merge_msg variable.Junio C Hamano
2006-02-02get_sha1_1: allow octopus^12 to be properly parsed.Junio C Hamano
2006-02-02whitespace cleanup.Junio C Hamano
2006-02-02combine-diff: finishing touches to git-diff-tree --ccJunio C Hamano
2006-02-02combine-diff: cleanup.Junio C Hamano
2006-02-02combine-diff: show parent line numbers as well.Junio C Hamano
2006-02-02combine-diff: add a bit more comments.Junio C Hamano
2006-02-02git-send-email: Add --quiet to reduce some of the chatter when sending emails.Ryan Anderson
2006-02-02Provide a more meaningful initial "From " line when using --compose in git-se...Ryan Anderson
2006-02-02commit.c: "Merge" fix in pretty_print_commit.Junio C Hamano
2006-02-02merge-recursive: Speed up commit graph constructionFredrik Kuivinen
2006-02-02merge-recursive: Make use of provided basesFredrik Kuivinen
2006-02-02Documentation: git-diff-tree --cc also omits empty commitsJunio C Hamano
2006-02-02combine-diff: fix placement of deletion.Junio C Hamano
2006-02-02combine-diff: add safety check to --cc.Junio C Hamano
2006-02-02combine-diff: update --cc "uninteresting hunks" logic.Junio C Hamano
2006-02-02combine-diff: reuse diff from the same blob.Junio C Hamano
2006-02-01Allow diff and index commands to be interruptedPetr Baudis
2006-02-01rev-list: omit duplicated parents.Junio C Hamano
2006-02-01update-index --index-info: allow stage 0 entries.Junio C Hamano
2006-02-01git-svnimport.perl: fix for 'arg list too long...'Sasha Khapyorsky
2006-01-31Use local structs for HTTP slot callback dataNick Hengeveld
2006-01-31rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong
2006-01-31rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong
2006-01-31Make apply accept the -pNUM option like patch does.Daniel Barkalow
2006-01-31Fix HTTP request result processing after slot reuseNick Hengeveld
2006-01-31Make git-tar-tree use the tree_desc abstractionsLinus Torvalds
2006-01-31Make the "struct tree_desc" operations available to othersLinus Torvalds
2006-01-30Merge branches 'bf/doc' and 'db/tartree'Junio C Hamano
2006-01-30documentation: cvs migration - typofix.Junio C Hamano
2006-01-30Use struct commit in tar-treeDaniel Barkalow
2006-01-30Use struct tree in tar-treeDaniel Barkalow
2006-01-30cvs-migration documentation updateJ. Bruce Fields
2006-01-29cvsexportcommit: add some examples to the documentationMartin Langhoff
2006-01-29exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff
2006-01-29cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff
2006-01-29Merge fixes up to GIT 1.1.6Junio C Hamano
2006-01-29GIT 1.1.6v1.1.6Junio C Hamano
2006-01-29git push -f documentationJ. Bruce Fields
2006-01-29git-branch: Documentation fixesFredrik Kuivinen
2006-01-29merge-recursive: Improve the error message printed when merge(1) isn't found.Fredrik Kuivinen
2006-01-29[PATCH] pre-commit sample hook: do not barf on the initial importJunio C Hamano