summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-06Merge branches 'jc/daemon' and 'mw/http'Junio C Hamano
2006-02-06git-send-email: Fully implement --quiet and document it.Ryan Anderson
2006-02-06daemon: extend user-relative path notation.Junio C Hamano
2006-02-06daemon: Set SO_REUSEADDR on listening sockets.Mark Wooding
2006-02-06daemon: do not forbid user relative paths unconditionally under --base-pathJunio C Hamano
2006-02-06http-fetch: Tidy control flow in process_alternate_responseMark Wooding
2006-02-06http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environmentMark Wooding
2006-02-06http-fetch: Fix message reporting rename of object file.Mark Wooding
2006-02-06http-fetch: Fix object list corruption in fill_active_slots().Mark Wooding
2006-02-06git-diff: use --cc instead of -p.Junio C Hamano
2006-02-06diff-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-05Do not fall back on vi on dumb terminals.Junio C Hamano
2006-02-04Merge branches 'jc/sha1', 'jc/diff' and 'jc/ws'Junio C Hamano
2006-02-04Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy
2006-02-04daemon: Provide missing argument for logerror() call.Mark Wooding
2006-02-04git-merge: Properly quote $merge_msg variable.Junio C Hamano
2006-02-03get_sha1_1: allow octopus^12 to be properly parsed.Junio C Hamano
2006-02-03whitespace cleanup.Junio C Hamano
2006-02-03combine-diff: finishing touches to git-diff-tree --ccJunio C Hamano
2006-02-03combine-diff: cleanup.Junio C Hamano
2006-02-03combine-diff: show parent line numbers as well.Junio C Hamano
2006-02-03combine-diff: add a bit more comments.Junio C Hamano
2006-02-03git-send-email: Add --quiet to reduce some of the chatter when sending emails.Ryan Anderson
2006-02-03Provide a more meaningful initial "From " line when using --compose in git-se...Ryan Anderson
2006-02-03commit.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-02Allow diff and index commands to be interruptedPetr Baudis
2006-02-02rev-list: omit duplicated parents.Junio C Hamano
2006-02-02update-index --index-info: allow stage 0 entries.Junio C Hamano
2006-02-01git-svnimport.perl: fix for 'arg list too long...'Sasha Khapyorsky
2006-02-01Use local structs for HTTP slot callback dataNick Hengeveld
2006-02-01rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong
2006-02-01rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong
2006-02-01Make apply accept the -pNUM option like patch does.Daniel Barkalow
2006-02-01Fix HTTP request result processing after slot reuseNick Hengeveld
2006-02-01Make git-tar-tree use the tree_desc abstractionsLinus Torvalds
2006-02-01Make the "struct tree_desc" operations available to othersLinus Torvalds
2006-01-31Merge branches 'bf/doc' and 'db/tartree'Junio C Hamano
2006-01-31documentation: cvs migration - typofix.Junio C Hamano
2006-01-31Use struct commit in tar-treeDaniel Barkalow
2006-01-31Use struct tree in tar-treeDaniel Barkalow