messages from 2006-08-22 17:40:43 to 2006-08-26 19:25:24 UTC [more...]
[PATCH/RFC 1/x] gitweb: Use git-diff-tree patch output for commitdiff
2006-08-26 19:25 UTC (44+ 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
Problem with pack
2006-08-26 19:24 UTC (2+ messages)
Problem with pack
2006-08-26 18:49 UTC
[PATCH] dir: do all size checks before seeking back and fix file closing
2006-08-26 18:43 UTC (2+ messages)
Problem with pack
2006-08-26 18:20 UTC (2+ messages)
[PATCH 0/7] gitweb: Cleanups, fixes and small improvements
2006-08-26 17:14 UTC (8+ 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
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] git-daemon virtual hosting implementation
2006-08-24 20:35 UTC (9+ messages)
` [PATCH] git-daemon: more powerful base-path/user-path settings, using formats
[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 : "
[PATCH] Refactoring tracing code in "git.c" and "exec_cmd.c"
2006-08-24 5:45 UTC
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 (9+ messages)
` [PATCH 1/3] gitweb: Whitespace cleanup: realign, reindent
` [PATCH 4/3] gitweb: Use here-doc
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: list regression
2006-08-23 5:23 UTC (8+ messages)
` [PATCH] gitweb: bugfix: a.list formatting regression
[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
[PATCH] Multiple refs from the same remote in one git fetch
2006-08-23 1:34 UTC (3+ messages)
` [PATCH repost] "
[RFD] gitweb: href() function to generate URLs for CGI
2006-08-22 22:39 UTC (13+ messages)
HELP: GIT Cloning failed
2006-08-22 21:08 UTC (4+ messages)
HELP: GIT Cloning failed
2006-08-22 20:24 UTC
Source highlight in qgit
2006-08-22 17:52 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).