git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-02-24 14:33:25 to 2012-02-27 18:25:16 UTC [more...]

[PATCH 0/3] parse-options: no- symmetry
 2012-02-27 18:25 UTC  (9+ messages)
` [PATCH 1/3] test-parse-options: convert to OPT_BOOL()
` [PATCH 2/3] parse-options: allow positivation of options starting, with no-
` [PATCH 3/3] parse-options: remove PARSE_OPT_NEGHELP

[PATCH v4] contrib: added git-diffall
 2012-02-27 18:17 UTC  (2+ messages)

[PATCH] Perform cheaper connectivity check when pack is used as medium
 2012-02-27 18:14 UTC  (2+ messages)

[BUG] git branch --merged $unknown_checksum segfaults
 2012-02-27 18:05 UTC  (3+ messages)
` [PATCH] branch: don't assume the merge filter ref exists

[PATCH 00/11] Large blob fixes
 2012-02-27 18:00 UTC  (15+ messages)
` [PATCH 01/11] Add more large blob test cases
` [PATCH 02/11] Factor out and export large blob writing code to arbitrary file handle
` [PATCH 03/11] cat-file: use streaming interface to print blobs
` [PATCH 04/11] parse_object: special code path for blobs to avoid putting whole object in memory
` [PATCH 05/11] show: use streaming interface for showing blobs
` [PATCH 06/11] index-pack --verify: skip sha-1 collision test
` [PATCH 07/11] index-pack: split second pass obj handling into own function
` [PATCH 08/11] index-pack: reduce memory usage when the pack has large blobs
` [PATCH 09/11] pack-check: do not unpack blobs
` [PATCH 10/11] archive: support streaming large files to a tar archive
` [PATCH 11/11] fsck: use streaming interface for writing lost-found blobs

[PATCH 1/2] CodingGuidelines: Add a note about spaces after redirection
 2012-02-24 21:12 UTC  (2+ messages)
` [PATCH 2/2] CodingGuidelines: Add note forbidding use of 'which' in shell scripts

[PATCH] git-p4: missing she-bang line in t9804 confuses prove
 2012-02-27 17:40 UTC 

[RFC/PATCH] Make git-{pull,rebase} no-tracking message friendlier
 2012-02-27 17:07 UTC  (3+ messages)

[PATCH] grep -P: Fix matching ^ and $
 2012-02-27 16:45 UTC  (5+ messages)
  ` [PATCH] grep -P: add tests for "

[PATCH] send-email: document the --smtp-debug option
 2012-02-27 16:22 UTC 

git compiled on same distro, different versions
 2012-02-27 15:19 UTC  (4+ messages)

sha-1 check in rev-list --verify-objects redundant?
 2012-02-27 13:01 UTC  (8+ messages)

[PATCH v4] Display change history as a diff between two dirs
 2012-02-27 11:31 UTC  (3+ messages)

git-cherries
 2012-02-27 10:56 UTC 

cvs2git multiple session for repository migration
 2012-02-27  9:50 UTC  (3+ messages)

[PATCH v6 00/11] Column display
 2012-02-27  8:14 UTC  (20+ messages)
` [PATCH v6 01/11] column: add API to print items in columns
` [PATCH v6 02/11] Add git-column and column mode parsing
` [PATCH v6 03/11] Stop starting pager recursively
` [PATCH v6 04/11] column: add columnar layout
` [PATCH v6 05/11] column: support columns with different widths
` [PATCH v6 06/11] column: add column.ui for default column output settings
` [PATCH v6 07/11] help: reuse print_columns() for help -a
` [PATCH v6 08/11] branch: add --column
` [PATCH v6 09/11] status: "
` [PATCH v6 10/11] column: support piping stdout to external git-column process
` [PATCH v6 11/11] tag: add --column

What's cooking in git.git (Feb 2012, #09; Sun, 26)
 2012-02-27  7:49 UTC 

[PATCH] fsck: do not print dangling objects by default
 2012-02-27  6:42 UTC  (4+ messages)

[ANNOUNCE] Git 1.7.8.5
 2012-02-27  2:51 UTC 

[PATCHv3 0/4] gitweb: Match highlighting in project search
 2012-02-27  1:55 UTC  (5+ messages)
` [PATCHv3 1/4] gitweb: Introduce esc_html_match_hl and esc_html_hl_regions
` [PATCHv3 2/4] gitweb: Highlight matched part of project name when searching projects
` [PATCHv3 3/4] gitweb: Highlight matched part of project description "
` [PATCHv4 4/4] gitweb: Highlight matched part of shortened project description

[PATCHv3 0/4] gitweb: Match highlighting in project search
 2012-02-27  1:28 UTC 

[PATCH 0/2] git-p4: fix submit regression with --use-client-spec
 2012-02-27  0:25 UTC  (5+ messages)
` [PATCH 1/2] git-p4: set useClientSpec variable on initial clone
` [PATCH 2/2] git-p4: fix submit regression with clientSpec and subdir clone

[PATCH] rebase -m: only call "notes copy" when rewritten exists and is non-empty
 2012-02-27  0:01 UTC  (2+ messages)

[PATCH] am: don't infloop for an empty input file
 2012-02-26 23:58 UTC  (2+ messages)

[PATCH] Allow Overriding GIT_BUILD_DIR
 2012-02-26 22:19 UTC  (2+ messages)

[PATCH 0/2] submodules: Use relative paths to gitdir and work tree
 2012-02-26 19:58 UTC  (3+ messages)

Stash during incomplete merge
 2012-02-26 18:36 UTC 

[PATCH 0/2] git-p4: remove test bash-isms
 2012-02-26 18:16 UTC  (5+ messages)
` [PATCH 1/2] git-p4: remove bash-ism in t9809
` [PATCH 2/2] git-p4: remove bash-ism in t9800

[PATCH] Makefile: add thread-utils.h to LIB_H
 2012-02-26 18:13 UTC  (2+ messages)

[gitolite] denying access by factors other than ref/path names
 2012-02-26 15:50 UTC 

Question about your comment on the git parable
 2012-02-26 15:06 UTC  (2+ messages)

[PATCH] git-p4: submit files with wildcards
 2012-02-26 14:55 UTC 

[PATCH 1/2] Skip SHA-1 collision test on "index-pack --verify"
 2012-02-26 13:28 UTC  (10+ messages)
` [PATCH 2/2] index-pack: reduce memory usage when the pack has large blobs

4-way diff (base,ours,theirs,merged) to review merge results
 2012-02-26  9:05 UTC  (3+ messages)

send-email SMTP/TLS Debugging
 2012-02-25 17:55 UTC  (2+ messages)

git-subtree Ready #2
 2012-02-25 15:00 UTC  (13+ messages)

[PATCH 0/4] index-pack improvements
 2012-02-25 10:56 UTC  (5+ messages)
` [PATCH 1/4] index-pack --verify: skip sha-1 collision test
` [PATCH 2/4] index-pack: reduce memory usage when the pack has large blobs
` [PATCH 3/4] index-pack: move second pass code into separate function
` [PATCH 4/4] index-pack: support multithreaded delta resolving

Improving merge messages for 1.7.10 and making "pull" easier
 2012-02-25  9:27 UTC  (3+ messages)

[PATCH] pack-objects: Fix compilation with NO_PTHREDS
 2012-02-25  9:24 UTC  (3+ messages)

[PATCH 0/8] gitweb: Highlight interesting parts of diff
 2012-02-25  9:00 UTC  (4+ messages)
` [PATCH 2/8] gitweb: Use print_diff_chunk() for both side-by-side and inline diffs

Announcing nntpgit
 2012-02-25  0:58 UTC  (4+ messages)

[BugReport] git tag -a / git show
 2012-02-24 23:14 UTC  (9+ messages)
` [Not A BugReport] "

[BUG?] bulk checkin does not respect filters
 2012-02-24 22:42 UTC  (18+ messages)
      ` [PATCH 2/2] do not stream large files to pack when filters are in use
              ` [PATCHv2 1/3] teach convert_to_git a "dry run" mode
              ` [PATCHv2 2/3] teach dry-run convert_to_git not to require a src buffer
              ` [PATCHv2 3/3] do not stream large files to pack when filters are in use

git log -z doesn't separate commits with NULs
 2012-02-24 22:27 UTC  (15+ messages)

FW: question about merge in 1.7.10
 2012-02-24 21:55 UTC  (7+ messages)

[PATCH 0/8 v6] diff --stat: use the full terminal width
 2012-02-24 20:32 UTC  (20+ messages)
              ` [PATCH v7 0/11] "
                ` [PATCH v7 01/11] make lineno_width() from blame reusable for others
                  ` [PATCH v7 02/11] diff --stat: tests for long filenames and big change counts
                  ` [PATCH v7 03/11] diff --stat: use the full terminal width
                  ` [PATCH v7 04/11] show "
                  ` [PATCH v7 05/11] log "
                  ` [PATCH v7 06/11] merge "
                  ` [PATCH v7 07/11] diff --stat: use a maximum of 5/8 for the filename part
                  ` [PATCH v7 08/11] diff --stat: add a test for output with COLUMNS=40
                  ` [PATCH v7 09/11] diff --stat: enable limiting of the graph part
                  ` [PATCH v7 10/11] diff --stat: add config option to limit graph width
                  ` [PATCH v7 11/11] diff --stat: use less columns for change counts

Submodule commits not show by git log
 2012-02-24 20:45 UTC  (2+ messages)

[PATCH v3] contrib: added git-diffall
 2012-02-24 20:03 UTC  (2+ messages)

git and SSL certificates
 2012-02-24 20:01 UTC  (3+ messages)

measuring the % change between two commits
 2012-02-24 17:05 UTC  (3+ messages)

git gui: how to fetch a single branch
 2012-02-24 16:57 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).