summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* combine-diff: show parent line numbers as well.Junio C Hamano2006-02-021-11/+59
* combine-diff: add a bit more comments.Junio C Hamano2006-02-021-1/+7
* git-send-email: Add --quiet to reduce some of the chatter when sending emails.Ryan Anderson2006-02-021-3/+6
* Provide a more meaningful initial "From " line when using --compose in git-se...Ryan Anderson2006-02-021-1/+1
* commit.c: "Merge" fix in pretty_print_commit.Junio C Hamano2006-02-021-5/+5
* merge-recursive: Speed up commit graph constructionFredrik Kuivinen2006-02-021-1/+4
* merge-recursive: Make use of provided basesFredrik Kuivinen2006-02-021-10/+21
* Documentation: git-diff-tree --cc also omits empty commitsJunio C Hamano2006-02-021-1/+1
* combine-diff: fix placement of deletion.Junio C Hamano2006-02-021-1/+13
* combine-diff: add safety check to --cc.Junio C Hamano2006-02-021-2/+18
* combine-diff: update --cc "uninteresting hunks" logic.Junio C Hamano2006-02-021-69/+33
* combine-diff: reuse diff from the same blob.Junio C Hamano2006-02-021-2/+37
* Allow diff and index commands to be interruptedPetr Baudis2006-02-012-0/+4
* rev-list: omit duplicated parents.Junio C Hamano2006-02-011-1/+14
* update-index --index-info: allow stage 0 entries.Junio C Hamano2006-02-011-1/+1
* git-svnimport.perl: fix for 'arg list too long...'Sasha Khapyorsky2006-02-011-9/+16
* Use local structs for HTTP slot callback dataNick Hengeveld2006-01-311-5/+5
* rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong2006-01-312-0/+9
* rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong2006-01-312-0/+25
* Make apply accept the -pNUM option like patch does.Daniel Barkalow2006-01-312-3/+11
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-313-7/+29
* Make git-tar-tree use the tree_desc abstractionsLinus Torvalds2006-01-311-23/+24
* Make the "struct tree_desc" operations available to othersLinus Torvalds2006-01-312-6/+9
*-. Merge branches 'bf/doc' and 'db/tartree'Junio C Hamano2006-01-303-284/+193
|\ \
| | * Use struct commit in tar-treeDaniel Barkalow2006-01-301-35/+6
| | * Use struct tree in tar-treeDaniel Barkalow2006-01-301-26/+24
| |/ |/|
| * documentation: cvs migration - typofix.Junio C Hamano2006-01-301-1/+1
| * cvs-migration documentation updateJ. Bruce Fields2006-01-302-223/+163
|/
* cvsexportcommit: add some examples to the documentationMartin Langhoff2006-01-291-0/+21
* exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff2006-01-291-20/+33
* cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff2006-01-291-4/+15
* Merge fixes up to GIT 1.1.6Junio C Hamano2006-01-295-15/+30
|\
| * GIT 1.1.6v1.1.6Junio C Hamano2006-01-295-15/+30
| |\
| | * git push -f documentationJ. Bruce Fields2006-01-291-4/+4
| | * git-branch: Documentation fixesFredrik Kuivinen2006-01-292-3/+6
| | * merge-recursive: Improve the error message printed when merge(1) isn't found.Fredrik Kuivinen2006-01-291-5/+10
| | * [PATCH] pre-commit sample hook: do not barf on the initial importJunio C Hamano2006-01-291-3/+10
* | | Documentation: diff -c/--ccJunio C Hamano2006-01-283-3/+73
* | | diff-files -c/--cc: combine only when both ours and theirs exist.Junio C Hamano2006-01-281-2/+7
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano2006-01-2815-107/+932
|\ \ \ \ \ \
| | | | * | | diff --abbrev=<n> option fix.Junio C Hamano2006-01-281-1/+6
| | | | * | | pretty_print_commit: honor grafts.Junio C Hamano2006-01-281-26/+26
| | | | * | | pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-285-10/+10
| | | | * | | Rename rev-parse --abbrev to --short.Junio C Hamano2006-01-281-2/+2
| | | | * | | rev-parse --abbrev: do not try abbrev shorter than minimum.Junio C Hamano2006-01-281-2/+4
| | | | * | | diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-285-9/+18
| | | | * | | rev-parse: --abbrev option.Junio C Hamano2006-01-281-0/+14
| | | | * | | abbrev cleanup: use symbolic constantsJunio C Hamano2006-01-285-8/+7
| |_|_|/ / / |/| | | | |
| | | * | | rev-parse: make "whatchanged -- git-fetch-script" work again.Junio C Hamano2006-01-281-1/+3
| |_|/ / / |/| | | |
| | * | | diff-files: -c and --cc options.Junio C Hamano2006-01-283-23/+99