git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2006-08-23 02:32:54 to 2006-08-27 06:12:09 UTC [more...]

[PATCH] git-daemon virtual hosting implementation
 2006-08-27  6:12 UTC  (10+ messages)
  ` [PATCH] git-daemon: more powerful base-path/user-path settings, using formats

[PATCH] Refactoring tracing code in "git.c" and "exec_cmd.c"
 2006-08-27  5:42 UTC  (2+ messages)

[PATCH/RFC 1/x] gitweb: Use git-diff-tree patch output for commitdiff
 2006-08-27  3:54 UTC  (52+ messages)
` [PATCH 2] gitweb: Replace git_commitdiff_plain by anonymous subroutine
` [PATCH 3] gitweb: Show information about incomplete lines in commitdiff
` [PATCH 4] gitweb: Remove invalid comment in format_diff_line
` [PATCH 5] gitweb: Streamify patch output in git_commitdiff
` [PATCH 6] gitweb: Add git_get_{following,preceding}_references functions
` [PATCH 7] gitweb: Faster return from git_get_preceding_references if possible
` [PATCH 8] gitweb: Add git_get_rev_name_tags function
` [PATCH 9] gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: header
` [PATCH 10] gitweb: Add support for hash_parent_base parameter for blobdiffs
` [PATCH 10 (amended)] "
` [PATCH 11/19] gitweb: Allow for pre-parsed difftree info in git_patchset_body
` [PATCH 12/19] gitweb: Parse two-line from-file/to-file diff header "
` [PATCH 13/19] gitweb: Add invisible hyperlink to from-file/to-file diff header
` [PATCH 14/19] gitweb: Always display link to blobdiff_plain in git_blobdiff
` [PATCH 15/19] gitweb: Change here-doc back for style consistency "
` [PATCH 16/19] gitweb: Use git-diff-tree or git-diff patch output for blobdiff
  ` [PATCH 16a/19] gitweb: Remove workaround for git-diff bug fixed in f82cd3c
` [PATCH 17/19] gitweb: git_blobdiff_plain is git_blobdiff('plain')
` [PATCH 18/19] gitweb: Remove git_diff_print subroutine
` [PATCH 19/19] gitweb: Remove creating directory for temporary files
          ` Mozilla import and large history
` [PATCH 00/19] gitweb: Remove dependency on external diff and need for temporary files

[PATCH] dir: do all size checks before seeking back and fix file closing
 2006-08-27  3:04 UTC  (9+ messages)

Relative timestamps in git log
 2006-08-27  1:22 UTC  (2+ messages)

[PATCH] gitweb: Fix typo in git_difftree_body
 2006-08-26 21:33 UTC 

[PATCH] Add git-zip-tree
 2006-08-26 21:19 UTC 

[PATCH 0/7] gitweb: Cleanups, fixes and small improvements
 2006-08-26 21:18 UTC  (10+ messages)
` [PATCH 1/7] gitweb: Restore old git_blame using git-annotate under "annotate"
` [PATCH 2/7] gitweb: Remove workaround for git-diff bug fixed in f82cd3c
` [PATCH 3/7] gitweb: Improve comments about gitweb features configuration
` [PATCH 4/7] gitweb: Fix typo in git_patchset_body
` [PATCH 5/7] gitweb: Use 'local $/ = undef;' before 'print <$fd>;'
` [PATCH 6/7] gitweb: blobs defined by non-textual hash ids can be cached
` [PATCH 7/7] gitweb: Always link to plain version of the blob in git_blob

Problem with pack
 2006-08-26 19:24 UTC  (2+ messages)

Problem with pack
 2006-08-26 18:49 UTC 

Problem with pack
 2006-08-26 18:20 UTC  (2+ messages)

git-svn problem: unexpected files/diffs in commit
 2006-08-26 16:52 UTC  (8+ messages)
  ` [PATCH] git-svn: establish new connections on commit after fork
  ` [PATCH] git-svn: recommend rebase for syncing against an SVN repo
  ` [PATCH] git-svn: add the 'dcommit' command
    ` [PATCH] git-svn: stop repeatedly reusing the first commit message with dcommit

[PATCH] Use xrealloc instead of realloc
 2006-08-26 14:16 UTC 

[PATCH] Use PATH_MAX instead of MAXPATHLEN
 2006-08-26 14:09 UTC 

Problem with pack
 2006-08-26 10:31 UTC  (6+ messages)

[PATCH 5/5] Convert unpack_entry_gently and friends to use offsets
 2006-08-26  8:12 UTC 

[PATCH 4/5] Cleanup unpack_object_header to use only offsets
 2006-08-26  8:12 UTC 

[PATCH 3/5] Cleanup unpack_entry_gently and friends to use type_name array
 2006-08-26  8:11 UTC 

[PATCH 2/5] Reuse compression code in unpack_compressed_entry
 2006-08-26  8:11 UTC 

[PATCH 1/5] Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry
 2006-08-26  8:10 UTC 

[PATCH 0/5] sha1_file.c pack reading cleanups
 2006-08-26  8:10 UTC 

[PATCH] Rewrite branch in C and make it a builtin
 2006-08-26  3:15 UTC 

reversible binary diff
 2006-08-26  2:14 UTC  (2+ messages)

[PATCH/RFC] gitweb: Restore old git_blame using git-annotate under "annotate"
 2006-08-26  0:13 UTC  (2+ messages)
` [PATCH] gitweb: git_annotate didn't expect negative numeric timezone

Unresolved issues #3
 2006-08-25 21:22 UTC  (3+ messages)

[PATCH/RFC] Add interpolated git-daemon virtualization support
 2006-08-25 15:26 UTC 

Problem with pack
 2006-08-25  9:12 UTC  (2+ messages)

Running gitweb under mod_perl
 2006-08-25  1:13 UTC  (8+ messages)
  ` [PATCH] gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}

[PATCH] git-apply: document remaining options in the man page
 2006-08-25  1:07 UTC  (9+ messages)
  ` [PATCH 1/7] git-apply(1): document missing options and improve existing ones
    ` [PATCH 2/7] git-ls-remote(1): document --upload-pack
      ` [PATCH 3/7] git-blame(1): mention options in the synopsis and advertise pickaxe
        ` [PATCH 4/7] gitk(1): expand the manpage to look less like a template
          ` [PATCH 5/7] git(7): put the synopsis in a verse style paragraph
            ` [PATCH 6/7] gitview.txt: improve asciidoc markup
              ` [PATCH 7/7] git-svn(1): "

[PATCH] describe: fix off-by-one error in --abbrev=40 handling
 2006-08-25  0:48 UTC 

[PATCH] cg-commit: fix signed off handling
 2006-08-25  0:27 UTC 

[PATCH] cg-commit: Fix a typo that would inhibit running of post-commit script:
 2006-08-25  0:20 UTC  (2+ messages)

"cg-commit -M msg-file ..." fails when not run from top of tree
 2006-08-25  0:06 UTC  (2+ messages)
` [PATCH] cg-commit: prefix the relative path to the message file

[PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
 2006-08-24 17:38 UTC 

git cherry-pick feature request
 2006-08-24 12:54 UTC  (7+ messages)

git-daemon hangs after invalid request
 2006-08-24 12:37 UTC 

[RFC] adding support for md5
 2006-08-24 10:34 UTC  (10+ messages)

git-send-email: threaded view issue with Thunderbird
 2006-08-24  9:13 UTC  (6+ messages)
  ` Re : "

use case
 2006-08-24  0:37 UTC  (3+ messages)

Proposal for new git Merge Strategy
 2006-08-23 23:05 UTC  (4+ messages)

Make her worship you!
 2006-08-23 17:53 UTC 

Take pleasure from If you thought getting more size and girth was impossible, take a look at this
 2006-08-23 22:27 UTC 

Be leaner and slimmer by next week!
 2006-08-23 19:42 UTC 

[PATCH] Added support for dropping privileges to git-daemon
 2006-08-23 16:45 UTC  (4+ messages)

git 1.4.2 RPMS for i386 on kernel.org
 2006-08-23 16:12 UTC  (2+ messages)

[PATCH] Fix a comparison bug in diff-delta.c
 2006-08-23 14:31 UTC  (3+ messages)

[PATCH 1/7] avoid to use error that shadows the function name, use err instead
 2006-08-23 10:39 UTC  (7+ messages)
` [PATCH 2/7] git_dir holds pointers to local strings, hence MUST be const
  ` [PATCH 3/7] missing 'static' keywords
    ` [PATCH 4/7] remove ugly shadowing of loop indexes in subloops
      ` [PATCH 5/7] missing #define DEBUG 0 that made the preprocessor whine
        ` [PATCH 6/7] use name[len] in switch directly, instead of creating a shadowed variable
          ` [PATCH 7/7] n is in fact unused, and is later shadowed

[PATCH 0/7] C cleanup series, mostly nasty shadowing
 2006-08-23 10:38 UTC 

[PATCH 0/3] gitweb: Yet another cleanup series
 2006-08-23  9:55 UTC  (6+ messages)
` [PATCH 1/3] gitweb: Whitespace cleanup: realign, reindent

stgit: deleting a branch doesn't seem to work
 2006-08-23  9:15 UTC  (4+ messages)

[PATCH] git-send-email: Don't set author_not_sender from Cc: lines
 2006-08-23  9:14 UTC  (3+ messages)

Tiny default fonts in gitk
 2006-08-23  6:37 UTC  (2+ messages)

[PATCH] gitweb: bugfix: a.list formatting regression
 2006-08-23  5:23 UTC  (4+ messages)

[PATCH] Fix a comparison bug in diff-delta.c
 2006-08-23  3:17 UTC  (3+ messages)

[PATCH] proper C syntax (inline has to be placed before the return type)
 2006-08-23  2:41 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).