git.git
2006-02-06 Junio C HamanoMerge branches 'lt/show' and 'lt/revlist'
2006-02-06 Junio C HamanoMerge branches 'jc/daemon' and 'mw/http'
2006-02-06 Junio C Hamanogit-diff-tree --stdin: show all parents.
2006-02-06 Junio C Hamanocombine-diff: remove misguided --show-empty hack.
2006-02-06 Linus Torvaldsrev-parse lstat() workaround cleanup.
2006-02-06 Ryan Andersongit-send-email: Fully implement --quiet and document it.
2006-02-06 Junio C Hamanodaemon: extend user-relative path notation.
2006-02-06 Mark Woodingdaemon: Set SO_REUSEADDR on listening sockets.
2006-02-06 Junio C Hamanodaemon: do not forbid user relative paths unconditional...
2006-02-06 Mark Woodinghttp-fetch: Tidy control flow in process_alternate_response
2006-02-06 Mark Woodinghttp: Turn on verbose Curl messages if GIT_CURL_VERBOSE...
2006-02-06 Mark Woodinghttp-fetch: Fix message reporting rename of object...
2006-02-06 Mark Woodinghttp-fetch: Fix object list corruption in fill_active_s...
2006-02-06 Junio C Hamanogit-show
2006-02-06 Junio C Hamanogit-diff: use --cc instead of -p.
2006-02-06 Junio C Hamanodiff-index: make --cc a synonym for -p for now.
2006-02-05 Linus Torvaldsdiff-tree --always flag
2006-02-05 Peter EriksenUse adler32() from zlib instead of defining our own.
2006-02-05 Linus TorvaldsFix git-rev-parse over-eager errors
2006-02-05 Junio C HamanoDo not fall back on vi on dumb terminals.
2006-02-04 Junio C HamanoMerge branches 'jc/sha1', 'jc/diff' and 'jc/ws'
2006-02-04 Jason RiedyUse sha1_file.c's mkdir-like routine in apply.c.
2006-02-04 Mark Woodingdaemon: Provide missing argument for logerror() call.
2006-02-04 Junio C Hamanogit-merge: Properly quote $merge_msg variable.
2006-02-03 Junio C Hamanoget_sha1_1: allow octopus^12 to be properly parsed.
2006-02-03 Junio C Hamanowhitespace cleanup.
2006-02-03 Junio C Hamanocombine-diff: finishing touches to git-diff-tree --cc
2006-02-03 Junio C Hamanocombine-diff: cleanup.
2006-02-03 Junio C Hamanocombine-diff: show parent line numbers as well.
2006-02-03 Junio C Hamanocombine-diff: add a bit more comments.
2006-02-03 Ryan Andersongit-send-email: Add --quiet to reduce some of the chatt...
2006-02-03 Ryan AndersonProvide a more meaningful initial "From " line when...
2006-02-03 Junio C Hamanocommit.c: "Merge" fix in pretty_print_commit.
2006-02-02 Fredrik Kuivinenmerge-recursive: Speed up commit graph construction
2006-02-02 Fredrik Kuivinenmerge-recursive: Make use of provided bases
2006-02-02 Junio C HamanoDocumentation: git-diff-tree --cc also omits empty...
2006-02-02 Junio C Hamanocombine-diff: fix placement of deletion.
2006-02-02 Junio C Hamanocombine-diff: add safety check to --cc.
2006-02-02 Junio C Hamanocombine-diff: update --cc "uninteresting hunks" logic.
2006-02-02 Junio C Hamanocombine-diff: reuse diff from the same blob.
2006-02-02 Petr BaudisAllow diff and index commands to be interrupted
2006-02-02 Junio C Hamanorev-list: omit duplicated parents.
2006-02-02 Junio C Hamanoupdate-index --index-info: allow stage 0 entries.
2006-02-01 Sasha Khapyorskygit-svnimport.perl: fix for 'arg list too long...'
2006-02-01 Nick HengeveldUse local structs for HTTP slot callback data
2006-02-01 Eric Wongrev-list: allow -<n> as shorthand for --max-count=<n>
2006-02-01 Eric Wongrev-list: allow -n<n> as shorthand for --max-count=<n>
2006-02-01 Daniel BarkalowMake apply accept the -pNUM option like patch does.
2006-02-01 Nick HengeveldFix HTTP request result processing after slot reuse
2006-02-01 Linus TorvaldsMake git-tar-tree use the tree_desc abstractions
2006-02-01 Linus TorvaldsMake the "struct tree_desc" operations available to...
2006-01-31 Junio C HamanoMerge branches 'bf/doc' and 'db/tartree'
2006-01-31 Junio C Hamanodocumentation: cvs migration - typofix.
2006-01-31 Daniel BarkalowUse struct commit in tar-tree
2006-01-31 Daniel BarkalowUse struct tree in tar-tree
2006-01-31 J. Bruce Fieldscvs-migration documentation update
2006-01-30 Martin Langhoffcvsexportcommit: add some examples to the documentation
2006-01-30 Martin Langhoffexportcommit: replace backticks with safe_pipe_capture...
2006-01-30 Martin Langhoffcvsimport: Add -S <skipfileregex> support and -v announ...
2006-01-30 Junio C HamanoMerge fixes up to GIT 1.1.6
2006-01-30 Junio C HamanoGIT 1.1.6 v1.1.6
2006-01-30 J. Bruce Fieldsgit push -f documentation
2006-01-29 Fredrik Kuivinengit-branch: Documentation fixes
2006-01-29 Fredrik Kuivinenmerge-recursive: Improve the error message printed...
2006-01-29 Junio C Hamano[PATCH] pre-commit sample hook: do not barf on the...
2006-01-28 Junio C HamanoDocumentation: diff -c/--cc
2006-01-28 Junio C Hamanodiff-files -c/--cc: combine only when both ours and...
2006-01-28 Junio C HamanoMerge lt/revlist,jc/diff,jc/revparse,jc/abbrev
2006-01-28 Junio C Hamanorev-parse: make "whatchanged -- git-fetch-script" work...
2006-01-28 Junio C Hamanodiff --abbrev=<n> option fix.
2006-01-28 Junio C Hamanopretty_print_commit: honor grafts.
2006-01-28 Junio C Hamanopretty_print_commit(): pass commit object instead of...
2006-01-28 Junio C HamanoRename rev-parse --abbrev to --short.
2006-01-28 Junio C Hamanorev-parse --abbrev: do not try abbrev shorter than...
2006-01-28 Junio C Hamanodiff-tree: abbreviate merge parent object names with...
2006-01-28 Junio C Hamanorev-parse: --abbrev option.
2006-01-28 Junio C Hamanoabbrev cleanup: use symbolic constants
2006-01-28 Junio C Hamanorev-list --remove-empty: add minimum help and doc entry.
2006-01-28 Linus Torvaldsrev-list: stop when the file disappears
2006-01-28 Junio C Hamanodiff-files: -c and --cc options.
2006-01-28 Junio C Hamanocombine-diff: better hunk splitting.
2006-01-28 Junio C Hamanodiff-tree --cc: squelch header generation on empty...
2006-01-28 Junio C Hamanocombine-diff: extend --cc logic to Octopus.
2006-01-28 Junio C Hamanocombine-diff: minor output changes.
2006-01-28 Junio C Hamanocombine-diff: fix appending at the tail of a list.
2006-01-28 Junio C Hamanodiff-tree --cc: denser combined diff output for a merge...
2006-01-28 Junio C Hamanodiff-tree -c: show a merge commit a bit more sensibly.
2006-01-28 Junio C Hamanomerge: seed the commit message with list of conflicted...
2006-01-27 Junio C HamanoMerge fixes up to GIT 1.1.5
2006-01-27 Junio C HamanoGIT 1.1.5 v1.1.5
2006-01-27 Junio C HamanoGIT 1.0.13 v1.0.13
2006-01-27 Junio C Hamanocheckout: do not make a temporary copy of symlink target.
2006-01-27 Alecs KingAdd freebsd support in Makefile
2006-01-27 Uwe ZeisbergerMake GIT-VERSION-GEN tolerate missing git describe...
2006-01-27 Uwe ZeisbergerUse symbolic name SHORT_NAME_AMBIGUOUS as error return...
2006-01-27 Uwe ZeisbergerRemove unneeded header
2006-01-27 Junio C Hamanogit-fetch --upload-pack: disambiguate.
2006-01-26 Daniel BarkalowOnly use a single parser for tree objects
2006-01-25 Jason RiedyAdd compat/unsetenv.c .
2006-01-25 Jason RiedyRun GIT-VERSION-GEN with $(SHELL), not sh.
next