summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | git-showJunio C Hamano2006-02-053-5/+19
| | | |
| \ \ \
*-. \ \ \ Merge branches 'jc/daemon' and 'mw/http'Junio C Hamano2006-02-054-17/+90
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | * | | http-fetch: Tidy control flow in process_alternate_responseMark Wooding2006-02-051-4/+2
| | * | | http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environmentMark Wooding2006-02-051-0/+3
| | * | | http-fetch: Fix message reporting rename of object file.Mark Wooding2006-02-051-3/+2
| | * | | http-fetch: Fix object list corruption in fill_active_slots().Mark Wooding2006-02-051-1/+1
| | |/ /
| * | | daemon: extend user-relative path notation.Junio C Hamano2006-02-052-10/+54
| * | | daemon: Set SO_REUSEADDR on listening sockets.Mark Wooding2006-02-051-1/+26
| * | | daemon: do not forbid user relative paths unconditionally under --base-pathJunio C Hamano2006-02-051-4/+8
| |/ /
* | | git-send-email: Fully implement --quiet and document it.Ryan Anderson2006-02-052-26/+37
|/ /
* | git-diff: use --cc instead of -p.Junio C Hamano2006-02-051-2/+2
* | diff-index: make --cc a synonym for -p for now.Junio C Hamano2006-02-051-0/+8
* | diff-tree --always flagLinus Torvalds2006-02-051-0/+9
* | Use adler32() from zlib instead of defining our own.Peter Eriksen2006-02-051-38/+1
* | Fix git-rev-parse over-eager errorsLinus Torvalds2006-02-051-5/+7
* | Do not fall back on vi on dumb terminals.Junio C Hamano2006-02-041-0/+8
| |
| \
| \
| \
*---. \ Merge branches 'jc/sha1', 'jc/diff' and 'jc/ws'Junio C Hamano2006-02-033-38/+30
|\ \ \ \
| | | * | whitespace cleanup.Junio C Hamano2006-02-021-11/+10
| | * | | combine-diff: finishing touches to git-diff-tree --ccJunio C Hamano2006-02-021-4/+4
| | |/ /
| * | | get_sha1_1: allow octopus^12 to be properly parsed.Junio C Hamano2006-02-021-23/+16
| |/ /
* | | Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy2006-02-031-21/+4
* | | daemon: Provide missing argument for logerror() call.Mark Wooding2006-02-031-1/+1
* | | git-merge: Properly quote $merge_msg variable.Junio C Hamano2006-02-031-1/+1
|/ /
* | combine-diff: cleanup.Junio C Hamano2006-02-021-37/+65
* | 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
| |/ / |/| |