git
2006-09-01  Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2006-09-01  Junio C HamanoConstness tightening for move/link_temp_to_file()
2006-09-01  Aneesh Kumar K.Vgitweb: Fix git_blame
2006-08-31  Jonas FonsecaInclude config.mak.autogen in the doc Makefile
2006-08-31  Jonas FonsecaUse xmalloc instead of malloc
2006-08-31  Jonas Fonsecagit(7): move gitk(1) to the list of porcelain commands
2006-08-31  Junio C Hamanot5710: fix two thinkos.
2006-08-31  Junio C HamanoMerge early part of branch 'jc/daemon'
2006-08-31  Jakub Narebskigitweb: Extend parse_difftree_raw_line to save commit...
2006-08-31  Jakub Narebskigitweb: Separate printing of git_tree row into git_prin...
2006-08-31  Jakub Narebskigitweb: Move git-ls-tree output parsing to parse_ls_tre...
2006-08-31  Dennis Stosberguse do() instead of require() to include configuration
2006-08-31  Dennis Stosberggitweb: Remove forgotten call to git_to_hash
2006-08-30  Franck Bui-Huulog-tree.c: cleanup a bit append_signoff()
2006-08-29  Johannes SchindelinRemove uneeded #include
2006-08-29  Johannes SchindelinMakefile: fix typo
2006-08-29  Johannes Schindelinunpack-objects: remove unused variable "eof"
2006-08-29  Linus Torvaldsgit-fsck-objects: lacking default references should...
2006-08-29  Matthias KestenholzCheck if pack directory exists prior to descending...
2006-08-28  Jakub Narebskigitweb: Add local time and timezone to git_print_authorship
2006-08-28  Jakub Narebskigitweb: Add diff tree, with links to patches, to commit...
2006-08-28  Jakub Narebskigitweb: git_print_log: signoff line is non-empty line
2006-08-28  Jakub Narebskigitweb: Add author information to commitdiff view
2006-08-28  Jakub Narebskigitweb: Do not remove signoff lines in git_print_simpli...
2006-08-28  Jakub Narebskigitweb: Make git_print_log generic; git_print_simplifie...
2006-08-28  Dennis Stosberggitweb: Use --git-dir parameter instead of setting...
2006-08-28  Jonas FonsecaAdd --relative-date option to the revision interface
2006-08-28  Junio C HamanoMerge branch 'gl/web'
2006-08-28  Paul Mackerrasgitk: Fix some bugs in the new cherry-picking code
2006-08-28  Junio C Hamanodaemon: prepare for multiple services.
2006-08-28  Rene ScharfeAdd git-zip-tree to .gitignore
2006-08-28  Junio C Hamanofree(NULL) is perfectly valid.
2006-08-28  Jonas FonsecaUse xcalloc instead of calloc
2006-08-28  Jonas FonsecaUse fstat instead of fseek
2006-08-28  Junio C HamanoMerge branch 'gl/cleanup-next'
2006-08-28  Junio C HamanoMerge branch 'js/c-merge-recursive'
2006-08-28  Junio C HamanoMerge branch 'ts/daemon'
2006-08-28  Junio C HamanoMerge branch 'jc/apply'
2006-08-27  Junio C Hamanogit-apply --reject: finishing touches.
2006-08-27  Jakub Narebskigitweb: Use @diff_opts, default ('M'), as git-diff...
2006-08-27  Rene Scharfegit-reset: remove unused variable
2006-08-27  Rene Scharfegit-cherry: remove unused variable
2006-08-27  Jakub Narebskigitweb: Remove git_to_hash function
2006-08-27  Jakub Narebskigitweb: Remove unused git_get_{preceding,following...
2006-08-27  Jakub Narebskigitweb: Fix typo in git_patchset_body
2006-08-27  Linus TorvaldsRelative timestamps in git log
2006-08-27  Rene ScharfeAdd git-zip-tree
2006-08-27  Jakub Narebskigitweb: Fix typo in git_difftree_body
2006-08-27  Eric Wonggit-svn: stop repeatedly reusing the first commit messa...
2006-08-27  Jonas FonsecaUse xrealloc instead of realloc
2006-08-27  Jonas FonsecaUse PATH_MAX instead of MAXPATHLEN
2006-08-27  Shawn PearceConvert unpack_entry_gently and friends to use offsets.
2006-08-27  Shawn PearceCleanup unpack_object_header to use only offsets.
2006-08-27  Shawn PearceCleanup unpack_entry_gently and friends to use type_nam...
2006-08-27  Shawn PearceReuse compression code in unpack_compressed_entry.
2006-08-27  Shawn PearceReorganize/rename unpack_non_delta_entry to unpack_comp...
2006-08-26  Jakub Narebskigitweb: blobs defined by non-textual hash ids can be...
2006-08-26  Jakub Narebskigitweb: Improve comments about gitweb features configur...
2006-08-26  Jakub Narebskigitweb: Remove workaround for git-diff bug fixed in...
2006-08-26  Junio C HamanoMerge branch 'master' into gl/web
2006-08-26  Junio C HamanoMerge branch 'gl/cleanup'
2006-08-26  Jakub Narebskigitweb: git_annotate didn't expect negative numeric...
2006-08-26  Eric Wonggit-svn: add the 'dcommit' command
2006-08-26  Eric Wonggit-svn: recommend rebase for syncing against an SVN...
2006-08-26  Eric Wonggit-svn: establish new connections on commit after...
2006-08-26  Jonas Fonsecadescribe: fix off-by-one error in --abbrev=40 handling
2006-08-26  Jakub Narebskigitweb: Remove creating directory for temporary files
2006-08-26  Jakub Narebskigitweb: Remove git_diff_print subroutine
2006-08-26  Jakub Narebskigitweb: git_blobdiff_plain is git_blobdiff('plain')
2006-08-26  Jakub Narebskigitweb: Use git-diff-tree or git-diff patch output...
2006-08-26  Jakub Narebskigitweb: Change here-doc back for style consistency...
2006-08-26  Jakub Narebskigitweb: Always display link to blobdiff_plain in git_bl...
2006-08-26  Jakub Narebskigitweb: Add invisible hyperlink to from-file/to-file...
2006-08-26  Jakub Narebskigitweb: Parse two-line from-file/to-file diff header...
2006-08-26  Jakub Narebskigitweb: Allow for pre-parsed difftree info in git_patch...
2006-08-26  Jakub Narebskigitweb: Add support for hash_parent_base parameter...
2006-08-26  Jakub Narebskigitweb: Use git_get_name_rev_tags for commitdiff_plain...
2006-08-26  Jakub Narebskigitweb: Add git_get_rev_name_tags function
2006-08-26  Jakub Narebskigitweb: Faster return from git_get_preceding_references...
2006-08-26  Jakub Narebskigitweb: Add git_get_{following,preceding}_references...
2006-08-26  Jakub Narebskigitweb: Streamify patch output in git_commitdiff
2006-08-26  Jakub Narebskigitweb: Remove invalid comment in format_diff_line
2006-08-26  Jakub Narebskigitweb: Show information about incomplete lines in...
2006-08-26  Jakub Narebskigitweb: Use git-diff-tree patch output for commitdiff
2006-08-26  Jonas Fonsecagit-svn(1): improve asciidoc markup
2006-08-26  Jonas Fonsecagitview.txt: improve asciidoc markup
2006-08-26  Jonas Fonsecagit(7): put the synopsis in a verse style paragraph
2006-08-26  Jonas Fonsecagitk(1): expand the manpage to look less like a template
2006-08-26  Jonas Fonsecagit-blame(1): mention options in the synopsis and adver...
2006-08-26  Jonas Fonsecagit-ls-remote(1): document --upload-pack
2006-08-26  Jonas Fonsecagit-apply(1): document missing options and improve...
2006-08-24  Junio C Hamanoupdate-index -g
2006-08-24  Pierre Habouzitn is in fact unused, and is later shadowed.
2006-08-24  Pierre Habouzituse name[len] in switch directly, instead of creating...
2006-08-24  Junio C Hamanobuiltin-grep.c: remove unused debugging piece.
2006-08-24  Pierre Habouzitremove ugly shadowing of loop indexes in subloops.
2006-08-24  Pierre Habouzitmissing 'static' keywords
2006-08-24  Pierre Habouzitgit_dir holds pointers to local strings, hence MUST...
2006-08-24  Pierre Habouzitavoid to use error that shadows the function name,...
2006-08-23  Junio C Hamanohashcpy/hashcmp remaining bits.
next