summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-02combine-diff: finishing touches to git-diff-tree --ccLibravatar Junio C Hamano1-4/+4
2006-02-02combine-diff: cleanup.Libravatar Junio C Hamano1-37/+65
2006-02-02combine-diff: show parent line numbers as well.Libravatar Junio C Hamano1-11/+59
2006-02-02combine-diff: add a bit more comments.Libravatar Junio C Hamano1-1/+7
2006-02-02git-send-email: Add --quiet to reduce some of the chatter when sending emails.Libravatar Ryan Anderson1-3/+6
2006-02-02Provide a more meaningful initial "From " line when using --compose in git-se...Libravatar Ryan Anderson1-1/+1
2006-02-02commit.c: "Merge" fix in pretty_print_commit.Libravatar Junio C Hamano1-5/+5
2006-02-02merge-recursive: Speed up commit graph constructionLibravatar Fredrik Kuivinen1-1/+4
2006-02-02merge-recursive: Make use of provided basesLibravatar Fredrik Kuivinen1-10/+21
2006-02-02Documentation: git-diff-tree --cc also omits empty commitsLibravatar Junio C Hamano1-1/+1
2006-02-02combine-diff: fix placement of deletion.Libravatar Junio C Hamano1-1/+13
2006-02-02combine-diff: add safety check to --cc.Libravatar Junio C Hamano1-2/+18
2006-02-02combine-diff: update --cc "uninteresting hunks" logic.Libravatar Junio C Hamano1-69/+33
2006-02-02combine-diff: reuse diff from the same blob.Libravatar Junio C Hamano1-2/+37
2006-02-01Allow diff and index commands to be interruptedLibravatar Petr Baudis2-0/+4
2006-02-01rev-list: omit duplicated parents.Libravatar Junio C Hamano1-1/+14
2006-02-01update-index --index-info: allow stage 0 entries.Libravatar Junio C Hamano1-1/+1
2006-02-01git-svnimport.perl: fix for 'arg list too long...'Libravatar Sasha Khapyorsky1-9/+16
2006-01-31Use local structs for HTTP slot callback dataLibravatar Nick Hengeveld1-5/+5
2006-01-31rev-list: allow -<n> as shorthand for --max-count=<n>Libravatar Eric Wong2-0/+9
2006-01-31rev-list: allow -n<n> as shorthand for --max-count=<n>Libravatar Eric Wong2-0/+25
2006-01-31Make apply accept the -pNUM option like patch does.Libravatar Daniel Barkalow2-3/+11
2006-01-31Fix HTTP request result processing after slot reuseLibravatar Nick Hengeveld3-7/+29
2006-01-31Make git-tar-tree use the tree_desc abstractionsLibravatar Linus Torvalds1-23/+24
2006-01-31Make the "struct tree_desc" operations available to othersLibravatar Linus Torvalds2-6/+9
2006-01-30Merge branches 'bf/doc' and 'db/tartree'Libravatar Junio C Hamano3-284/+193
2006-01-30documentation: cvs migration - typofix.Libravatar Junio C Hamano1-1/+1
2006-01-30Use struct commit in tar-treeLibravatar Daniel Barkalow1-35/+6
2006-01-30Use struct tree in tar-treeLibravatar Daniel Barkalow1-26/+24
2006-01-30cvs-migration documentation updateLibravatar J. Bruce Fields2-223/+163
2006-01-29cvsexportcommit: add some examples to the documentationLibravatar Martin Langhoff1-0/+21
2006-01-29exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Libravatar Martin Langhoff1-20/+33
2006-01-29cvsimport: Add -S <skipfileregex> support and -v announces files retrievedLibravatar Martin Langhoff1-4/+15
2006-01-29Merge fixes up to GIT 1.1.6Libravatar Junio C Hamano5-15/+30
2006-01-29GIT 1.1.6Libravatar Junio C Hamano5-15/+30
2006-01-29git push -f documentationLibravatar J. Bruce Fields1-4/+4
2006-01-29git-branch: Documentation fixesLibravatar Fredrik Kuivinen2-3/+6
2006-01-29merge-recursive: Improve the error message printed when merge(1) isn't found.Libravatar Fredrik Kuivinen1-5/+10
2006-01-29[PATCH] pre-commit sample hook: do not barf on the initial importLibravatar Junio C Hamano1-3/+10
2006-01-28Documentation: diff -c/--ccLibravatar Junio C Hamano3-3/+73
2006-01-28diff-files -c/--cc: combine only when both ours and theirs exist.Libravatar Junio C Hamano1-2/+7
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevLibravatar Junio C Hamano15-107/+932
2006-01-28rev-parse: make "whatchanged -- git-fetch-script" work again.Libravatar Junio C Hamano1-1/+3
2006-01-28diff --abbrev=<n> option fix.Libravatar Junio C Hamano1-1/+6
2006-01-28pretty_print_commit: honor grafts.Libravatar Junio C Hamano1-26/+26
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Libravatar Junio C Hamano5-10/+10
2006-01-28Rename rev-parse --abbrev to --short.Libravatar Junio C Hamano1-2/+2
2006-01-28rev-parse --abbrev: do not try abbrev shorter than minimum.Libravatar Junio C Hamano1-2/+4
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Libravatar Junio C Hamano5-9/+18
2006-01-28rev-parse: --abbrev option.Libravatar Junio C Hamano1-0/+14