git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-02-11 11:28:18 to 2012-02-14 11:54:15 UTC [more...]

[PATCH 3/4] diff --stat: use the real terminal width
 2012-02-14 11:53 UTC  (12+ messages)
` [PATCH 0/3 v2] "
  ` [PATCH 2/3] help.c: make term_columns() cached and export it
          ` [PATCH 1/2] Save terminal width before setting up pager and export term_columns()
          ` [PATCH 2/2] Rename lineno_width to decimal_width and export it

git status: small difference between stating whole repository and small subdirectory
 2012-02-14 11:34 UTC  (7+ messages)

[PATCH] filter-branch: cd to the correct directory when -d is used
 2012-02-14  9:49 UTC 

[RFC PATCH 0/3] git-p4: move to toplevel
 2012-02-14  9:20 UTC  (12+ messages)
` [RFC PATCH 1/3] "
` [RFC PATCH 2/3] git p4: update name in script
` [RFC PATCH 3/3] git p4: use "git p4" directly in tests

[PATCH] optionally deny all pushes
 2012-02-14  8:59 UTC  (14+ messages)
` [PATCH 0/5] verify refs early
  ` [PATCH 1/5] git rev-list: fix invalid typecast
  ` [PATCH 2/5] do not override receive-pack errors
  ` [PATCH 3/5] git push: verify refs early
  ` [PATCH 4/5] t5541: use configured port number
  ` [PATCH 5/5] push/fetch/clone --no-progress suppresses progress output

Setting up a Git server (+ gitweb) with .htaccess files HOWTO
 2012-02-14  8:59 UTC  (3+ messages)

[PATCH 0/8] gitweb: Highlight interesting parts of diff
 2012-02-14  8:20 UTC  (37+ messages)
` [PATCH 1/8] gitweb: Extract print_sidebyside_diff_lines()
` [PATCH 2/8] gitweb: Use print_diff_chunk() for both side-by-side and inline diffs
` [PATCH 3/8] gitweb: Move HTML-formatting diff line back to process_diff_line()
` [PATCH 4/8] gitweb: Push formatting diff lines to print_diff_chunk()
` [PATCH 5/8] gitweb: Format diff lines just before printing
` [PATCH 6/8] gitweb: Highlight interesting parts of diff
` [PATCH 7/8] gitweb: Use different colors to present marked changes
` [PATCH 8/8] gitweb: Highlight combined diffs

What's cooking in git.git (Feb 2012, #05; Mon, 13)
 2012-02-14  7:22 UTC  (2+ messages)
` An incremental update to "What's cooking"

[PATCH 6/8] gitweb: Highlight interesting parts of diff
 2012-02-14  6:48 UTC  (15+ messages)
` [PATCH] diff-highlight: Work for multiline changes too
    ` [PATCH 1/5] diff-highlight: make perl strict and warnings fatal
    ` [PATCH 2/5] diff-highlight: don't highlight whole lines
    ` [PATCH 3/5] diff-highlight: refactor to prepare for multi-line hunks
    ` [PATCH 4/5] diff-highlight: match "
    ` [PATCH 5/5] diff-highlight: document some non-optimal cases

git-cherry filter
 2012-02-14  4:20 UTC 

[PATCH v5 0/3] push: submodule support
 2012-02-14  3:34 UTC  (7+ messages)
` [PATCH v5 1/3] Teach revision walking machinery to walk multiple times sequencially
` [PATCH v5 2/3] Refactor submodule push check to use string list instead of integer
` [PATCH v5 3/3] push: teach --recurse-submodules the on-demand option

git-p4 useclientspec broken?
 2012-02-14  0:47 UTC 

[PATCH 0/3 v2] diff --stat: use the real terminal width
 2012-02-14  1:08 UTC  (3+ messages)
` [PATCH v3] diff --stat: use the full "

diff --stat
 2012-02-14  0:11 UTC 

[PATCH] Support wrapping commit messages when you read them
 2012-02-13 22:25 UTC  (4+ messages)

GitWeb and atom feed links
 2012-02-13 22:17 UTC  (2+ messages)

[BUG] git-merge-octopus creates an empty merge commit with one parent
 2012-02-13 20:53 UTC  (5+ messages)

[RFC/PATCH] tag: make list exclude !<pattern>
 2012-02-13 20:29 UTC  (26+ messages)
  ` [PATCHv2 1/4] refs: add common refname_match_patterns()

[PATCH 0/2] submodules: Use relative paths to gitdir and work tree
 2012-02-13 19:59 UTC  (4+ messages)
` [PATCH 2/2] submodules: always use a relative path from gitdir to "
  ` [PATCH v2 "

[PATCH] builtin/tag.c: Fix a sparse warning
 2012-02-13 19:15 UTC  (2+ messages)

[PATCH] gitweb: Harden parse_commit and parse_commits
 2012-02-13 19:12 UTC  (6+ messages)
    ` [PATCH] gitweb: Silence stderr in parse_commit*() subroutines

git cherry doesn't list a merge commit
 2012-02-13 18:57 UTC  (2+ messages)

Bulgarian translation of git
 2012-02-13 18:52 UTC  (10+ messages)

User authentication in GIT
 2012-02-13 18:19 UTC  (10+ messages)

[PATCH] completion: --no-abbrev-commit for git-log and git-show
 2012-02-13 16:57 UTC 

Git documentation at kernel.org
 2012-02-13 15:15 UTC  (10+ messages)

[PATCH] Remove Git's support for smoke testing
 2012-02-13 10:32 UTC  (3+ messages)

[PATCH 0/7] Make alternates affect fetch behavior
 2012-02-13  4:45 UTC  (10+ messages)
` [PATCH 1/7] t5700: document a failure of alternates to affect fetch
` [PATCH 2/7] clone.c: move more code into the "if (refs)" conditional
` [PATCH 3/7] fetch-pack.c: rename some parameters from "path" to "refname"
` [PATCH 6/7] clone: do not add alternate references to extra_refs

[PATCH] strbuf: move strbuf_readline_fd() from bundle.c to strbuf.{c,h}
 2012-02-13  3:54 UTC  (5+ messages)

[PATCH 1/2] git-svn.perl: perform deletions before anything else
 2012-02-12 23:49 UTC  (6+ messages)

[RFC/PATCHv2 0/2] git-p4: possible RCS keyword fixes
 2012-02-12 20:07 UTC  (5+ messages)
` [RFC/PATCHv2 2/2] git-p4: initial demonstration of possible RCS keyword fixup
    ` [PATCH] git-p4: more RCS tests

[PATCH/RFC] Auto detection in Makefile if msgfmt is not available
 2012-02-12 19:09 UTC  (4+ messages)

[PATCH 5/5] make askpass_prompt a global prompt method for asking users
 2012-02-12 16:26 UTC  (14+ messages)
    ` [PATCH 2/2] git-svn, perl/Git.pm: extend and use Git->prompt method for querying users

1.7.9, libcharset missing from EXTLIBS
 2012-02-12 16:23 UTC  (10+ messages)
              ` [PATCH] "

[PATCH] git-gui: add configurable tab size to the diff view
 2012-02-12 15:55 UTC 

[PATCH] gitweb: Harden and improve $project_filter page title
 2012-02-12 15:21 UTC 

[PATCH] git-svn: Fix time zone in --localtime
 2012-02-12 13:49 UTC  (3+ messages)

"git pull" doesn't know "--edit"
 2012-02-12  9:59 UTC  (3+ messages)

[PATCH] git-svn: un-break "git svn rebase" when log.abbrevCommit=true
 2012-02-12  6:49 UTC  (5+ messages)
` [PATCH v2 1/2] git-svn: remove redundant porcelain option to rev-list
  ` [PATCH v2 2/2] git-svn: un-break "git svn rebase" when log.abbrevCommit=true

[PATCH] column: Fix an incorrect parse of the 'nodense' option token
 2012-02-12  3:37 UTC  (2+ messages)

[PATCH] t: use sane_unset instead of unset
 2012-02-12  1:05 UTC 

[PATCH 0/10] color and pager improvements
 2012-02-12  0:46 UTC  (3+ messages)
` [PATCH 12/10] support pager.* for external commands

[PATCH] Makefile: Change the default compiler from "gcc" to "cc"
 2012-02-12  0:05 UTC  (3+ messages)

Undo last commit?
 2012-02-11 22:29 UTC  (9+ messages)

git-subtree Ready #2
 2012-02-11 19:22 UTC  (3+ messages)

[PATCH] Remove empty ref directories while reading loose refs
 2012-02-11 17:59 UTC  (7+ messages)
` [PATCH 1/2] pack-refs: remove all empty directories under $GIT_DIR/refs
  ` [PATCH] pack-refs: remove all empty dirs under .git/{refs,logs/refs}

[RFD] Rewriting safety - warn before/when rewriting published history
 2012-02-11 13:45 UTC  (6+ 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).