git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-09-30 10:30:17 to 2008-10-02 05:41:48 UTC [more...]

[RFC] Detached-HEAD reminder on commit?
 2008-10-02  5:40 UTC  (23+ messages)
` [PATCH] Builtin-commit: show on which branch a commit was added
                                ` [PATCH] git commit: Repaint the output format bikeshed (again)

Help with a tcl/tk gui thing
 2008-10-02  5:18 UTC  (8+ messages)
` [TRACKER PATCH] Change color at specified threshold
  ` [PATCH] Make maximum surf time really per day
` [PATCH] GUI: Add a progressbar to visualize the time that is left

[PATCH] Solaris: Use OLD_ICONV to avoid compile warnings
 2008-10-02  1:08 UTC  (2+ messages)

[PATCHv4] gitweb: PATH_INFO support improvements
 2008-10-02  0:10 UTC  (7+ messages)
` [PATCHv4] gitweb: parse project/action/hash_base:filename PATH_INFO
  ` [PATCHv4] gitweb: refactor input parameters parse/validation
    ` [PATCHv4] gitweb: generate project/action/hash URLs
      ` [PATCHv4] gitweb: use_pathinfo filenames start with /
        ` [PATCHv4] gitweb: parse parent..current syntax from pathinfo
          ` [PATCHv4] gitweb: generate parent..current URLs

corrupted repository?
 2008-10-01 21:29 UTC 

interactive rebase not rebasing
 2008-10-01 21:26 UTC  (9+ messages)

[JGIT PATCH 0/5] Support receive.fsckobjects
 2008-10-01 20:54 UTC  (7+ messages)
` [JGIT PATCH 1/5] Expose RawParseUtils.match to application callers
  ` [JGIT PATCH 2/5] Fix UnpackedObjectLoader.getBytes to return a copy
    ` [JGIT PATCH 3/5] Object validation tests for "jgit fsck"
      ` [JGIT PATCH 4/5] Expose the critical receive configuration options to JGit
        ` [JGIT PATCH 5/5] Honor receive.fsckobjects during any fetch connection

[RFC2 9/9] send-email: signedoffcc -> signedoffbycc, but handle both
 2008-10-01 20:36 UTC  (13+ messages)
` [PATCH 1/9] Docs: send-email's usage text and man page mention same options
  ` [PATCH 2/9] Docs: send-email usage text much sexier
    ` [PATCH 3/9] Docs: send-email: Man page option ordering
      ` [PATCH 4/9] send-email: change --no-validate to boolean --[no-]validate
        ` [PATCH 5/9] Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to
          ` [PATCH 6/9] Docs: send-email: Remove unnecessary config variable description
            ` [PATCH 7/9] Docs: send-email: Create logical groupings for --help text
              ` [PATCH 8/9] Docs: send-email: Create logical groupings for man text
                ` [PATCH 9/9] send-email: signedoffcc -> signedoffbycc, but handle both

[PATCH 1/3] Prepare for non-interactive merge-preserving rebase
 2008-10-01 20:27 UTC  (2+ messages)
` [PATCH] Add branch.autosetuppreservemerges and branch.<name>.preservemerges

[PATCH] config.c: Tolerate UTF8 BOM at the beginning of config file
 2008-10-01 20:13 UTC 

[PATCH] gitweb: Quote non-displayable characters in hex, not octal
 2008-10-01 20:11 UTC 

[PATCH] Teach git diff about Objective-C syntax
 2008-10-01 20:05 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH] xdiff-interface.c: strip newline (and cr) from line before pattern matching

Stash missing, but not. Can apply, but not drop or list the stash
 2008-10-01 19:53 UTC  (3+ messages)
` [PATCH maint] git-stash.sh: don't default to refs/stash if invalid ref supplied
  ` regression: stash show -p (was [PATCH maint] git-stash.sh: don't default to refs/stash if invalid ref supplied)

[EGIT PATCH 1/8] Set table row height for the glog JTable
 2008-10-01 19:31 UTC  (13+ messages)
` [EGIT PATCH 2/8] Move AWTPlotRenderer to its own file
  ` [EGIT PATCH 3/8] Dispose of allocated colors on finalize()
    ` [EGIT PATCH 4/8] Align commit text properly in jgit glog
        ` [EGIT PATCH 0/3] jgit glog alignment fixes
          ` [EGIT PATCH 1/3] Set table row height for the glog JTable
            ` [EGIT PATCH 2/3] Move AWTPlotRenderer to its own file
              ` [EGIT PATCH 3/3] Align commit text properly in jgit glog

Git at Better SCM Initiative comparison of VCS (long)
 2008-10-01 18:45 UTC  (2+ messages)

[PATCH, resent] fix openssl headers conflicting with custom SHA1 implementations
 2008-10-01 18:05 UTC  (11+ messages)
                  ` [PATCH v2] "

[PATCH] git grep: Add "-Z/--null" option as in GNU's grep
 2008-10-01 16:17 UTC  (11+ messages)
` [PATCH v2] git grep: Add "-z/--null" "

A note from the interim Git maintainer
 2008-10-01 15:37 UTC  (7+ messages)
      ` obscure platform autobuilders

[TG PATCH] README: Fix spelling and reflect recent depend support
 2008-10-01 15:17 UTC  (2+ messages)

small warm-up: easy parse-opt migrations
 2008-10-01 15:01 UTC  (12+ messages)
` [PATCH] parse-opt: migrate fmt-merge-msg
            ` [PATCH 1/3] "
              ` [PATCH 2/3] parse-opt: migrate git-merge-base
                ` [PATCH 3/3] parse-opt: migrate builtin-merge-file

[PATCH/resent 0/9] Sparse checkout (first half)
 2008-10-01 14:38 UTC  (14+ messages)
` [PATCH 1/9] Extend index to save more flags
  ` [PATCH 2/9] Introduce CE_NO_CHECKOUT bit
    ` [PATCH 3/9] ls-files: add options to support sparse checkout
      ` [PATCH 4/9] update-index: refactor mark_valid() in preparation for new options
        ` [PATCH 5/9] update-index: add --checkout/--no-checkout to update CE_NO_CHECKOUT bit
          ` [PATCH 6/9] ls-files: Add tests for --sparse and friends
            ` [PATCH 7/9] Prevent diff machinery from examining worktree outside sparse checkout
              ` [PATCH 8/9] checkout_entry(): CE_NO_CHECKOUT on checked out entries
                ` [PATCH 9/9] grep: skip files outside sparse checkout area

[PATCH (GIT-GUI,GITK) 0/8] Encoding support in GUI
 2008-10-01 11:35 UTC  (3+ messages)

[PATCH 2/2] Documentation: Refer to git-rebase(1) to warn against rewriting
 2008-10-01  9:54 UTC  (6+ messages)
` [RFC PATCH] Documentation: add manpage about workflows

[RFC] gitweb wishlist and TODO list
 2008-10-01  9:52 UTC  (6+ messages)
` [RFC] gitweb wishlist and TODO list (templating)
  ` [RFC] gitweb wishlist and TODO list (profiling gitweb)

Git config not expanding user home directories
 2008-10-01  7:52 UTC  (5+ messages)

[QGit] Can't compile under windows (MSVC2008)
 2008-10-01  6:47 UTC  (10+ messages)
` [QGit] Some suggestion
            ` [QGit] [PATCH] Modify Highlight Color at File Context View

[PATCH] Fix interactive rebase on dropped commits
 2008-10-01  6:11 UTC 

What's cooking in git.git (Sep 2008, #05; Mon, 29)
 2008-10-01  3:31 UTC  (2+ messages)

[GUILT] Use git_editor
 2008-10-01  2:31 UTC  (5+ messages)

[PATCHv2 0/6] gitweb pathinfo improvements
 2008-09-30 23:49 UTC  (12+ messages)
` [PATCH 2/6] gitweb: use_pathinfo filenames start with /
` [PATCH 1/6] gitweb: action in path with use_pathinfo

git-describe doesn't show the most recent tag
 2008-09-30 22:26 UTC  (11+ messages)
        ` [PATCH] doc: enhance git describe --tags help

[PATCH] Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" is set
 2008-09-30 20:28 UTC  (5+ messages)

[PATCH 4/4] cygwin: Use native Win32 API for stat
 2008-09-30 20:26 UTC  (8+ messages)
        ` [PATCH 4/4 v2] "

[PATCH] git-gui: Implement a 'clone' subcommand
 2008-09-30 19:58 UTC  (3+ messages)

[PATCH] Improve git-log documentation wrt file filters
 2008-09-30 19:57 UTC  (3+ messages)

How Blobs Work ( Blobs Vs. Deltas)
 2008-09-30 18:54 UTC  (4+ messages)

What's cooking in git/spearce.git (Sep 2008, #04; Mon, 22)
 2008-09-30 18:36 UTC  (6+ messages)

git gui rescane_stage2 error on windows
 2008-09-30 17:43 UTC  (2+ messages)

[PATCH] Documentation: remove '\' from front of options in githooks doc
 2008-09-30 17:27 UTC  (4+ messages)
    ` [PATCH] Documentation: remove '\' in front of short options

Implementation of a "textconv" filter for easy custom diff
 2008-09-30 16:45 UTC  (6+ messages)

[PATCH] Add OS X support to the pre-auto-gc example hook
 2008-09-30 15:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] t0024: add executable permission
 2008-09-30 13:38 UTC  (2+ messages)

[PATCH] tests: grep portability fixes
 2008-09-30 12:45 UTC  (6+ messages)

[PATCH (GITK) v2 0/4] Encoding support in GUI
 2008-09-30 11:00 UTC  (5+ messages)
` [PATCH (GITK) v2 1/4] gitk: Port new encoding logic from git-gui
  ` [PATCH (GITK) v2 2/4] gitk: Implement file contents encoding support
    ` [PATCH (GITK) v2 3/4] gitk: Support filenames in the locale encoding
      ` [PATCH (GITK) v2 4/4] gitk: Implement batch lookup and caching of encoding attrs


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).