git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-16 15:05:37 to 2011-10-19 07:37:21 UTC [more...]

[PATCH] Documentation: update [section.subsection] to reflect what git does
 2011-10-19  7:37 UTC  (5+ messages)
` [PATCH 1/2] t1300: put git invocations inside test function
      ` [PATCH] t1300: attempting to remove a non-existent .git/config is not an error

Git --reference bug(?)
 2011-10-19  6:55 UTC  (6+ messages)

[PATCHv3] daemon: give friendlier error messages to clients
 2011-10-19  6:33 UTC  (16+ messages)
` [PATCH 1/2] daemon: add tests
  ` [PATCH 2/2] daemon: report permission denied error to clients
    ` [PATCH v2 "
    ` [PATCH] use test number as port number

[PATCH v3 00/22] Clean up refname checks and normalization
 2011-10-19  6:19 UTC  (17+ messages)
` [PATCH v3 19/22] resolve_ref(): emit warnings for improperly-formatted references
        ` Re* "
                    ` [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR

What should "git fetch origin +next" should do?
 2011-10-19  4:31 UTC  (9+ messages)

[PATCHv6 0/5] Moving gitweb documentation to manpages
 2011-10-19  4:29 UTC  (2+ messages)

[PATCH] commit: teach --gpg-sign option
 2011-10-19  0:20 UTC  (5+ messages)
` [PATCH v3 0/3] Signed-commit
  ` [PATCH v3 1/3] Split GPG interface into its own helper library
  ` [PATCH v3 2/3] commit: teach --gpg-sign option
  ` [PATCH v3 3/3] log: --show-signature

[PATCH] git-send-email.perl: expand filename of aliasesfile
 2011-10-19  0:19 UTC  (12+ messages)
` [PATCH 2/2] use new Git::config_path() for aliasesfile
    ` [PATCH/RFC 3/2] Refactor Git::config_*
          ` [PATCH/RFC 3/2 (fixed)] "
              ` [PATCH/RFC 3/2 v3] "

[PATCH v4 0/2] push: submodule support
 2011-10-18 20:58 UTC  (5+ messages)
` [PATCH v4 2/2] push: teach --recurse-submodules the on-demand option

[GUILT] handle branches with slashes in guilt-graph
 2011-10-18 19:56 UTC  (6+ messages)

Problems after deleting submodule
 2011-10-18 19:56 UTC  (2+ messages)

[PATCH/RFC 1/2] gitweb: change format_diff_line() to remove leading SP from $diff_class
 2011-10-18 18:26 UTC  (8+ messages)
    ` [PATCH] gitweb: Refactor diff body line classification

[PATCH] inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables
 2011-10-18 18:12 UTC  (3+ messages)

What's cooking in git.git (Oct 2011, #06; Tue, 18)
 2011-10-18 18:09 UTC  (4+ messages)

git-p4.skipSubmitEdit
 2011-10-18 17:53 UTC  (7+ messages)

[PATCH 0/3] stupid git tricks
 2011-10-18 17:14 UTC  (12+ messages)
` [PATCH 1/3] contrib: add diff highlight script
` [PATCH 2/3] contrib: add git-jump script
` [PATCH 3/3] completion: match ctags symbol names in grep patterns

Compiling on Windows
 2011-10-18 16:07 UTC  (6+ messages)

Repo seems broken after deleting submodule
 2011-10-18 11:05 UTC 

[PATCH 2/2] gitweb: add a feature to show side-by-side diff
 2011-10-18 10:36 UTC  (4+ messages)

[PATCH 1/4] git-gui: handle config booleans without value
 2011-10-18  8:25 UTC  (9+ messages)
` [PATCH 2/4] git-gui: add smart case search mode in searchbar

[PATCH 1/3] git-gui: fix unintended line break in message string
 2011-10-18  8:24 UTC  (8+ messages)
` [PATCH 3/3] git-gui: new config to control staging of untracked files
      `  "

[PATCH] git-gui: fix multi selected file operation
 2011-10-18  8:13 UTC  (6+ messages)

[Bug] git pull doesn't recognize --work-tree parameter
 2011-10-18  6:34 UTC  (8+ messages)

[PATCH 1/4] pack-objects: mark add_to_write_order() as inline
 2011-10-18  5:21 UTC  (4+ messages)
` [PATCH 2/4] pack-objects: use unsigned int for counter and offset values
` [PATCH 3/4] pack-objects: don't traverse objects unnecessarily
` [PATCH 4/4] pack-objects: rewrite add_descendants_to_write_order() iteratively

regression in git-gui since 2c5c66b... Merge branch 'jp/get-ref-dir-unsorted
 2011-10-17 23:14 UTC  (11+ messages)
            ` [PATCH] resolve_gitlink_packed_ref(): fix mismerge

[PATCH] Git-p4: git-p4.changeOnSubmit to do 'change' instead of 'submit'
 2011-10-17 22:37 UTC  (5+ messages)

[PATCH] Git-p4: Add "git p4 change" command
 2011-10-17 22:21 UTC  (2+ messages)

[PATCH] Git-p4: Add "git p4 change" command
 2011-10-17 22:20 UTC  (2+ messages)

[PATCH] Allow to specify the editor used for git rebase -i by config/environment var
 2011-10-17 21:36 UTC  (2+ messages)

[PATCH v4 0/7] Provide API to invalidate refs cache
 2011-10-17 19:43 UTC  (11+ messages)
` [PATCH v4 1/7] invalidate_ref_cache(): rename function from invalidate_cached_refs()
` [PATCH v4 2/7] invalidate_ref_cache(): take the submodule as parameter
` [PATCH v4 3/7] invalidate_ref_cache(): expose this function in the refs API
` [PATCH v4 4/7] clear_ref_cache(): rename parameter
` [PATCH v4 5/7] clear_ref_cache(): extract two new functions
` [PATCH v4 6/7] write_ref_sha1(): only invalidate the loose ref cache
` [PATCH v4 7/7] clear_ref_cache(): inline function

[PATCH v2 00/14] Tidying up references code
 2011-10-17 19:12 UTC  (16+ messages)
` [PATCH v2 01/14] cache.h: add comments for git_path() and git_path_submodule()
` [PATCH v2 02/14] struct ref_entry: document name member
` [PATCH v2 03/14] refs: rename "refname" variables
` [PATCH v2 04/14] refs: rename parameters result -> sha1
` [PATCH v2 05/14] clear_ref_array(): rename from free_ref_array()
` [PATCH v2 06/14] is_refname_available(): remove the "quiet" argument
` [PATCH v2 07/14] parse_ref_line(): add docstring
` [PATCH v2 08/14] add_ref(): "
` [PATCH v2 09/14] is_dup_ref(): extract function from sort_ref_array()
` [PATCH v2 10/14] refs: change signatures of get_packed_refs() and get_loose_refs()
` [PATCH v2 11/14] get_ref_dir(): change signature
` [PATCH v2 12/14] resolve_gitlink_ref(): improve docstring
` [PATCH v2 13/14] Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
` [PATCH v2 14/14] resolve_gitlink_ref_recursive(): change to work with struct ref_cache

[PATCH v2 0/7] Provide API to invalidate refs cache
 2011-10-17 18:00 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/7] invalidate_ref_cache(): take the submodule as parameter

[PATCH] gitweb: provide a way to customize html headers
 2011-10-17 11:56 UTC  (2+ messages)

[PATCH 0/6] Sequencer fixups mini-series
 2011-10-17 10:10 UTC  (12+ messages)
` [PATCH 4/6] revert: Make commit descriptions in insn sheet optional
` [PATCH 6/6] revert: Simplify passing command-line arguments around

git rebase +
 2011-10-17 10:03 UTC  (6+ messages)
  ` interrupting "git rebase" (Re: git rebase +)

What's cooking in git.git (Oct 2011, #05; Fri, 14)
 2011-10-17  4:20 UTC  (6+ messages)

[PATCH/RFC] gitweb: add the ability to show side-by-side diff on commitdiff
 2011-10-17  3:57 UTC  (6+ messages)

defined behaviour for multiple urls for a remote
 2011-10-17  3:41 UTC  (3+ messages)

[PATCH] gitweb: add extensions to highlight feature map
 2011-10-16 23:18 UTC  (2+ messages)

[PATCH v3 0/6] git-p4 tests, filetypes, shell metacharacters
 2011-10-16 22:48 UTC  (8+ messages)
` [PATCH 1/6] git-p4 tests: refactor and cleanup
` [PATCH 2/6] git-p4: handle utf16 filetype properly

[BUG] git checkout <branch> allowed with uncommitted changes
 2011-10-16 22:04 UTC  (14+ messages)

[PATCH] gitweb: provide a way to customize html headers
 2011-10-16 21:26 UTC  (2+ messages)

Higher-level change review?
 2011-10-16 18:03 UTC  (3+ 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).