]> asedeno.scripts.mit.edu Git - git.git/shortlog
git.git
2006-08-26 Jakub Narebskigitweb: Remove workaround for git-diff bug fixed in f82cd3c
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 repo
2006-08-26 Eric Wonggit-svn: establish new connections on commit after fork
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 HamanoConvert memset(hash,0,20) to hashclr(hash).
2006-08-23 Shawn PearceConvert memcpy(a,b,20) to hashcpy(a,b).
2006-08-23 Pierre HabouzitFix a comparison bug in diff-delta.c
2006-08-23 Haavard Skinnemoengit-send-email: Don't set author_not_sender from Cc: lines
2006-08-22 Jakub Narebskigitweb: Sort CGI parameters returned by href()
2006-08-22 Jakub Narebskigitweb: Drop the href() params which keys are not in...
2006-08-22 Jakub Narebskigitweb: Use here-doc
2006-08-22 Jakub Narebskigitweb: Route rest of action subroutines through %actions
2006-08-22 Jakub Narebskigitweb: Use underscore instead of hyphen to separate...
2006-08-22 Jakub Narebskigitweb: Whitespace cleanup: realign, reindent
2006-08-22 Jakub Narebskigitweb: Replace some presentational HTML by CSS
2006-08-22 Jakub Narebskigitweb: bugfix: a.list formatting regression
2006-08-22 Shawn PearceRemove unnecessary forward declaration of unpack_entry.
2006-08-22 Shawn PearceVerify we know how to read a pack before trying to...
2006-08-22 Rene ScharfeAdd write_or_die(), a helper function
2006-08-22 Rene ScharfeAxe the last ent
2006-08-21 Jakub Narebskigitweb: Use parse_difftree_raw_line in git_difftree_body
2006-08-21 Jakub Narebskigitweb: Added parse_difftree_raw_line function for...
2006-08-21 Junio C HamanoMerge branch 'maint'
2006-08-21 Johannes Schindelinbuiltin-mv: readability patch
2006-08-21 Johannes Schindelingit-mv: fix off-by-one error
2006-08-21 Johannes Schindelingit-mv: special case destination "."
2006-08-21 Johannes Schindelinbuiltin-mv: readability patch
2006-08-20 Aneesh Kumar K.Vgitweb: Make blame and snapshot a feature.
2006-08-18 Aneesh Kumar K.Vgitweb: fix snapshot support
2006-08-17 Luben Tuikovgitweb: bugfix: git_print_page_path() needs the hash base
2006-08-17 Luben Tuikovgitweb: bugfix: commitdiff regression
2006-08-17 Tilman SauerbeckIndentation fix.
2006-08-17 David RientjesDo not use memcmp(sha1_1, sha1_2, 20) with hardcoded...
2006-08-17 Aneesh Kumar K.Vgitweb: Support for snapshot
2006-08-17 Jakub Narebskigitweb: Refactor printing commit message
2006-08-17 Martin Waitzgitweb: fix project list if PATH_INFO=="/".
2006-08-17 Martin Waitzgitweb: support for / as home_link.
2006-08-17 Martin Waitzgitweb: support for "fp" parameter.
2006-08-17 Martin Waitzgitweb: continue consolidation of URL generation.
2006-08-17 Jakub Narebskigitweb: Uniquify version info output, add meta generato...
2006-08-17 Junio C HamanoMerge branch 'jc/format-patch'
2006-08-17 Ville SkyttäBe nicer if git executable is not installed
2006-08-16 Junio C HamanoMerge branch 'jc/racy'
2006-08-16 Junio C HamanoMerge branch 'maint'
2006-08-16 Junio C Hamanobuiltin-grep: remove unused debugging cruft.
2006-08-16 Jakub Narebskigitweb: Add support for per project git URLs
2006-08-16 Johannes Schindelin[PATCH] git-mv: add more path normalization
2006-08-16 Junio C HamanoRemove the "delay writing to avoid runtime penalty...
2006-08-16 Martin Waitzgitweb: consolidate action URL generation.
2006-08-16 Martin Waitzgitweb: provide function to format the URL for an actio...
2006-08-16 Jakub Narebskigitweb: Show project's git URL on summary page
2006-08-16 Junio C HamanoAdd check program "git-check-racy"
2006-08-16 Junio C HamanoDocumentation/technical/racy-git.txt
2006-08-16 David Rientjesremove unnecessary initializations
2006-08-16 Junio C HamanoMerge branch 'maint'
2006-08-16 Junio C Hamanofinish_connect(): thinkofix
2006-08-16 Johannes Schindelingit-mv: succeed even if source is a prefix of destination
2006-08-15 David Rientjesuse appropriate typedefs
2006-08-15 David Rientjesmake inline is_null_sha1 global
2006-08-15 Junio C Hamanoavoid nanosleep(2)
2006-08-15 Junio C Hamanogit-apply --binary: clean up and prepare for --reverse
2006-08-15 Dennis StosbergFix detection of ipv6 on Solaris
2006-08-15 Dennis StosbergLook for sockaddr_storage in sys/socket.h
next