git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-03 16:53:37 to 2012-04-06 02:21:09 UTC [more...]

[PATCH 0/4] Enhance git-rebases flexibiilty in handling empty commits
 2012-04-06  2:20 UTC  (17+ messages)
` [PATCH 0/5] Enhance git-rebases flexibiilty handling empty commits [v2]
  ` [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
  ` [PATCH 2/5] git-cherry-pick: add allow-empty option [v2]
  ` [PATCH 3/5] git-cherry-pick: Add ignore-if-made-empty "
  ` [PATCH 4/5] git-cherry-pick: Add test to validate new options [v2]
  ` [PATCH 5/5] git-rebase: add keep_empty flag [v2]

Bad Man Page URLs
 2012-04-06  1:48 UTC 

GSoC Project Proposal - Project Code Graph - Need mentor and better name
 2012-04-06  1:00 UTC  (2+ messages)

[PATCH] compat/mingw.[ch]: Change return type of exec functions to int
 2012-04-06  1:00 UTC  (8+ messages)

Interleaved remote branch update problems
 2012-04-06  0:37 UTC  (2+ messages)

[PATCH v3 0/8] Highlight interesting parts of diff
 2012-04-05 23:26 UTC  (17+ messages)
` [PATCH v3 1/8] gitweb: Use descriptive names in esc_html_hl_regions()
` [PATCH v3 2/8] gitweb: esc_html_hl_regions(): Don't create empty <span> elements
` [PATCH v3 3/8] gitweb: Pass esc_html_hl_regions() options to esc_html()
` [PATCH v3 4/8] gitweb: Extract print_sidebyside_diff_lines()
` [PATCH v3 5/8] gitweb: Use print_diff_chunk() for both side-by-side and inline diffs
` [PATCH v3 6/8] gitweb: Push formatting diff lines to print_diff_chunk()
` [PATCH v3 7/8] gitweb: Highlight interesting parts of diff
` [PATCH v3 8/8] gitweb: Refinement highlightning in combined diffs

Linear history *and* share a branch?
 2012-04-05 21:57 UTC  (4+ messages)

[GSoC] Designing a faster index format
 2012-04-05 21:49 UTC  (22+ messages)

Static gitweb content when using pathinfo
 2012-04-05 21:14 UTC  (2+ messages)

What's cooking in git.git (Apr 2012, #02; Wed, 4)
 2012-04-05 20:34 UTC  (10+ messages)
  ` [PATCH] push: error out when the "upstream" semantics does not make sense

Git push performance problems with ~100K refs
 2012-04-05 19:17 UTC  (14+ messages)
        ` [PATCH 1/3] add mergesort() for linked lists
` [PATCH 3/3] revision: insert unsorted, then sort in prepare_revision_walk()

[PATCH] fast-import: catch garbage after marks in from/merge
 2012-04-05 17:20 UTC  (13+ messages)
` [PATCHv2 0/2] fast-import: tighten parsing of mark references
  ` [PATCHv2 1/2] fast-import: test behavior of garbage after "
  ` [PATCHv2 2/2] fast-import: tighten parsing of "
  ` [PATCHv3] "

[PATCH] 1.7.10 RelNotes: mention git is now able to authenticate
 2012-04-05 14:38 UTC 

[ANNOUNCE] Git 1.7.10-rc3
 2012-04-05 16:46 UTC  (25+ messages)
        ` push.default: current vs upstream

rebase -p loses amended changes
 2012-04-05 16:43 UTC  (17+ messages)

GSoC intro
 2012-04-05 16:18 UTC  (16+ messages)
` GSOC Proposal draft: git-remote-svn

[PATCH v2] git-commit.txt: clarify -t requires editing message
 2012-04-05 14:29 UTC  (7+ messages)
` [PATCH 0/3] "commit --template" fixes

[PATCH] add -p: skip conflicted paths
 2012-04-05 12:30 UTC  (15+ messages)

cherry-pick/revert error messages
 2012-04-05 12:15 UTC  (13+ messages)
` [RFC/PATCH 0/3] "
  ` [PATCH v2 "
    ` [PATCH 5/3] revert: introduce --abort to cancel a failed cherry-pick
          ` [PATCH] Fix revert --abort on Windows
                ` [RFC/PATCH 0/7] some sequencer loose ends (Re: Fix revert --abort on Windows)
                  ` [PATCH 4/7] revert: allow single-pick in the middle of cherry-pick sequence

Sharing nested subparts of large repository?
 2012-04-05  8:32 UTC  (3+ messages)

[PATCHv1] git-p4: label import, tag export
 2012-04-05  6:54 UTC  (4+ messages)
` [PATCHv1 2/2] git-p4: import/export of labels to/from p4

GSoC git-add--interactive improvements
 2012-04-05  5:46 UTC  (3+ messages)

sparse-checkout test failures [powerpc-darwin8]
 2012-04-05  5:35 UTC  (4+ messages)

displaying subtree merges
 2012-04-04 21:27 UTC  (3+ messages)

Question about include feature in .gitconfig
 2012-04-04 21:15 UTC  (2+ messages)

Git stops forever while cloning remote repo
 2012-04-04 21:07 UTC  (2+ messages)

[PATCH 0/4] Minor sequencer.c cleanups
 2012-04-04 20:53 UTC  (6+ messages)
` [PATCH 1/4] sha1_name: introduce getn_sha1() to take length

Rebase regression in v1.7.9?
 2012-04-04 20:20 UTC  (14+ messages)
` [PATCH] rebase -i: remove CHERRY_PICK_HEAD when cherry-pick failed

[PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
 2012-04-04 19:31 UTC  (2+ messages)

[PATCH] Gitweb: Fix unintended "--no-merges" for regular Atom feed
 2012-04-04 18:58 UTC  (4+ messages)
` [PATCH (bugfix)] gitweb: "

[PATCH 0/9] Prefix-compress on-disk index entries
 2012-04-04 18:44 UTC  (16+ messages)
` [PATCH 1/9] varint: make it available outside the context of pack
` [PATCH 2/9] cache.h: hide on-disk index details
` [PATCH 3/9] read-cache.c: allow unaligned mapping of the index file
` [PATCH 4/9] read-cache.c: make create_from_disk() report number of bytes it consumed
` [PATCH 5/9] read-cache.c: report the header version we do not understand
` [PATCH 6/9] read-cache.c: move code to copy ondisk to incore cache to a helper function
` [PATCH 7/9] read-cache.c: move code to copy incore to ondisk "
` [PATCH 8/9] read-cache.c: read prefix-compressed names in index on-disk version v4
` [PATCH 9/9] read-cache.c: write index v4 format
      ` [PATCH 2/2] update-index: upgrade/downgrade on-disk index version

How to create empty CENTRAL git with master / development branch ?
 2012-04-04 18:07 UTC  (6+ messages)

Output of 'diff' and 'diff --raw' not the same for modified submodule
 2012-04-04 18:02 UTC  (2+ messages)

[PATCH/RFC] contrib: add win32 credential-helper
 2012-04-04 17:44 UTC  (7+ messages)

[PATCH] gitweb: Option to omit column with time of the last change
 2012-04-04 17:14 UTC  (6+ messages)

GSoC - Designing a faster index format
 2012-04-04 16:22 UTC  (11+ messages)

Git push to samba/cifs share fails
 2012-04-04 12:50 UTC  (4+ messages)

[PATCH] prohibit "svn dcommit" on remote-tracking-branches
 2012-04-04  8:42 UTC 

How to add folder NON RECURSIVELY ?
 2012-04-04  6:52 UTC  (5+ messages)

Updated tags on repo are not updated when pull
 2012-04-03 23:39 UTC  (5+ messages)

[PATCH] Fix a "Using plain integer as NULL pointer" sparse warning
 2012-04-03 20:27 UTC  (2+ messages)

Maintaining historical data in a git repo
 2012-04-03 19:45 UTC  (4+ messages)
    ` Maintaining historical outlines

t7800-difftool.sh failure on pu
 2012-04-03 17:53 UTC  (3+ messages)

[ANNOUNCE] Git 1.7.10.rc4
 2012-04-03 17:12 UTC 

query: picking dependant commits from a latest tree
 2012-04-03 16:55 UTC  (4+ messages)

gitk: Failure of new tabbed preferences dialog
 2012-04-03 16:53 UTC  (5+ messages)


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