git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-12-24 01:00:53 to 2010-12-30 00:40:41 UTC [more...]

[PATCH v6] generalizing sorted-array handling
 2010-12-30  0:40 UTC  (6+ messages)
` [PATCH 1/6] Introduce sorted-array binary-search function

[PATCH 0/4] git-instaweb: Three fixes and one improvement
 2010-12-30  0:40 UTC  (8+ messages)
` [BUGFIX PATCH 1/4] git-instaweb: Fix issue with static files for 'plackup' server
` [PATCH 2/4] git-instaweb: Static files are under "static/" in gitweb_conf
` [PATCH 3/4] git-instaweb: Add checks that web server can be started and is started
` [PATCH 4/4] git-instaweb: Use "git-instaweb" as sitename (for page titles)

[PATCH 0/3 v3] minor gitweb modifications
 2010-12-29 22:44 UTC  (6+ messages)
` [PATCH 1/3] gitweb: add extensions to highlight feature
` [PATCH 2/3] gitweb: remove test when closing file descriptor
` [PATCH 3/3] gitweb: add css class to remote url titles

[RFC/PATCH] Re: git submodule -b ... of current HEAD fails
 2010-12-29 22:23 UTC  (7+ messages)
          ` Re* "

[PATCH 0/2] Handle cvsimport config for uppercase options
 2010-12-29 21:55 UTC  (3+ messages)
` [PATCH 1/2] cvsimport: partial whitespace cleanup
` [PATCH 2/2] cvsimport: handle the parsing of uppercase config options

[PATCH] t9001: Fix test prerequisites
 2010-12-29 21:38 UTC  (2+ messages)

[PATCH 00/31] Refactor rebase
 2010-12-29 21:31 UTC  (44+ messages)
` [PATCH 01/31] rebase: clearer names for directory variables
` [PATCH 02/31] rebase: refactor reading of state
` [PATCH 03/31] rebase: read state outside loop
` [PATCH 04/31] rebase: remove unused rebase state 'prev_head'
` [PATCH 05/31] rebase: improve detection of rebase in progress
` [PATCH 06/31] rebase: act on command line outside parsing loop
` [PATCH 07/31] rebase: stricter check of standalone sub command
` [PATCH 08/31] rebase: align variable names
` [PATCH 09/31] rebase: align variable content
` [PATCH 10/31] rebase: factor out command line option processing
` [PATCH 11/31] rebase -i: remove now unnecessary directory checks
` [PATCH 12/31] rebase: reorder validation steps
` [PATCH 13/31] rebase: factor out reference parsing
` [PATCH 14/31] rebase: factor out clean work tree check
` [PATCH 15/31] rebase: factor out call to pre-rebase hook
` [PATCH 16/31] rebase -i: support --stat
` [PATCH 17/31] rebase: remove $branch as synonym for $orig_head
` [PATCH 18/31] rebase: extract merge code to new source file
` [PATCH 19/31] rebase: extract am "
` [PATCH 20/31] rebase: show consistent conflict resolution hint
` [PATCH 21/31] rebase -i: align variable names
` [PATCH 22/31] rebase: make -v a tiny bit more verbose
` [PATCH 23/31] rebase: factor out sub command handling
` [PATCH 24/31] rebase: extract code for writing basic state
` [PATCH 25/31] rebase: remember verbose option
` [PATCH 26/31] rebase: remember strategy and strategy options
` [PATCH 27/31] rebase -m: remember allow_rerere_autoupdate option
` [PATCH 28/31] rebase -m: don't print exit code 2 when merge fails
` [PATCH 29/31] git-rebase--am: remove unnecessary --3way option
` [PATCH 30/31] rebase -i: don't read unused variable preserve_merges
` [PATCH 31/31] rebase -i: remove unnecessary state rebase-root

help for a git newbie please
 2010-12-29 19:26 UTC  (4+ messages)
  ` shared hooks (Re: help for a git newbie please)
  ` help for a git newbie please - git hooks

[PATCH] unpack_trees(): skip trees that are the same in all input
 2010-12-29 19:15 UTC  (3+ messages)

[minor BUG] cherry-pick -x doesn't work if a conflict occurs
 2010-12-29 14:16 UTC 

[PATCH 13/14] t4135-*.sh: Skip the "backslash" tests on cygwin
 2010-12-29 13:56 UTC  (8+ messages)

Update index with a pickaxed diff
 2010-12-29 13:54 UTC  (2+ messages)

[PATCH] setup: translate symlinks in filename when using absolute paths
 2010-12-29 13:44 UTC  (4+ messages)

What's cooking in git.git (Dec 2010, #07; Tue, 28)
 2010-12-29  5:22 UTC 

Git Architecture Question
 2010-12-29  3:58 UTC  (3+ messages)

cherry-pick / pre-commit hook?
 2010-12-29  1:00 UTC  (11+ messages)

(unknown),
 2010-12-28 22:56 UTC 

is there a roadmap for git... and
 2010-12-28 22:50 UTC 

[PATCH] Fix false positives in t3404 due to SHELL=/bin/false
 2010-12-28 19:58 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
 2010-12-28 19:37 UTC  (6+ messages)

t0050-filesystem.sh unicode tests borked on dash shell
 2010-12-28 18:05 UTC  (3+ messages)
` [PATCH] t0050: fix printf format strings for portability

Unable to delete remote branch with a strange name
 2010-12-28 17:59 UTC  (4+ messages)

"git show" does not use diff.external like "git diff" does
 2010-12-28 17:54 UTC  (3+ messages)

[PATCH 1/3] Fixes bug: git-diff: class methods are not detected in hunk headers for Pascal
 2010-12-28 12:14 UTC  (12+ messages)
` [PATCH 2/3] Fixes bug: git-svn: svn.pathnameencoding is not respected with dcommit/set-tree
` [PATCH 3/3] Fixes bug: GIT_PS1_SHOWDIRTYSTATE is no not respect diff.ignoreSubmodules config variable
      ` Re[2]: "

[RFC/PATCH 0/4] improving svn-fe error handling
 2010-12-28 10:54 UTC  (5+ messages)
` [PATCH 1/4] vcs-svn: allow input errors to be detected promptly
` [PATCH 2/4] vcs-svn: make buffer_skip_bytes return length read
` [PATCH 3/4] vcs-svn: make buffer_copy_bytes "
` [PATCH 4/4] vcs-svn: improve reporting of input errors

git-svn bug: Could not unmemoize function `lookup_svn_merge' 
 2010-12-28  5:37 UTC 

[RFC PATCH v7 0/9] gitweb: Output caching, with eval/die based error handling
 2010-12-28  3:52 UTC  (22+ messages)
` [RFC PATCH v7 1/9] gitweb: Go to DONE_REQUEST rather than DONE_GITWEB in die_error
      ` [RFC/PATCH] diff: funcname and word patterns for perl
` [RFC PATCH v7 2/9] gitweb: use eval + die for error (exception) handling
` [RFC PATCH v7 4/9] gitweb: Prepare for splitting gitweb
` [RFC PATCH v7 6/9] gitweb/lib - Simple output capture by redirecting STDOUT to file

Commiting automatically (2)
 2010-12-27 12:04 UTC  (3+ messages)

False positives in git diff-index
 2010-12-27  8:49 UTC 

Bug: git add with absolute path fails if repo root dir is a symlink
 2010-12-27  8:13 UTC  (3+ messages)

(unknown),
 2010-12-27  6:07 UTC 

[PATCH 1/2] t1501: avoid bashisms
 2010-12-27  1:26 UTC  (9+ messages)
` [PATCH 2/2] setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwd
  ` [PATCH] "
    ` [PATCH] setup_explicit_git_dir: "

Network problems during "git svn dcommit": need help!
 2010-12-27  0:57 UTC  (2+ messages)
` Network problems during "git svn dcommit"

What's cooking in git.git (Dec 2010, #06; Tue, 21)
 2010-12-26 19:28 UTC  (12+ messages)

[PATCH] close file on error in read_mmfile()
 2010-12-26 19:18 UTC  (3+ messages)

[PATCH] Add support for -p/--patch to git-commit
 2010-12-26 17:56 UTC  (3+ messages)

TopGit release?
 2010-12-26 12:25 UTC  (5+ messages)

Possible bug in "git rebase" (non-interactive) with regards to post-rewrite
 2010-12-26 10:38 UTC  (4+ messages)

FIX/COMMENT: git remote manual page
 2010-12-25 13:00 UTC  (4+ messages)

StandardInput Not Continuing Process
 2010-12-25  2:45 UTC  (2+ messages)

Bug reports & patches: git-svn, git-completion, git diff hunk headers for Pascal
 2010-12-24 14:25 UTC  (3+ messages)

[PATCH 0/5] Custom extended SHA-1 syntax
 2010-12-24 14:07 UTC  (6+ messages)
` [PATCH 1/5] alias: add functions to do param substitution and alias running
` [PATCH 2/5] get_sha1: allow custom SHA-1 mapping with $SHA1^{~alias} syntax
` [PATCH 3/5] sha1_name: move interpret_nth_prior_checkout closer to interpret_branch_name
` [PATCH 4/5] interpret_branch_name: takes @{u} code out and reorder the function
` [PATCH 5/5] get_sha1: allow custom ref mapping with $ref@{~alias} syntax

[PATCH 0/4] teach vcs-svn/line_buffer to handle multiple input files
 2010-12-24  8:28 UTC  (5+ messages)
` [PATCH 1/4] vcs-svn: eliminate global byte_buffer
` [PATCH 2/4] vcs-svn: replace buffer_read_string memory pool with a strbuf
` [PATCH 3/4] vcs-svn: collect line_buffer data in a struct
` [PATCH 4/4] vcs-svn: teach line_buffer to handle multiple input files

[PATCH] msvc: Fix compilation error due to missing mktemp() declaration
 2010-12-24  1:00 UTC  (2+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).