git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-10-17 20:05:03 to 2011-10-20 09:38:50 UTC [more...]

[IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
 2011-10-20  9:38 UTC  (16+ messages)

[PATCH v2 0/6] Sequencer fixups mini-series
 2011-10-20  9:09 UTC  (11+ messages)
` [PATCH 1/6] revert: free msg in format_todo()
` [PATCH 2/6] revert: simplify getting commit subject "
` [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
` [PATCH 4/6] revert: make commit subjects in insn sheet optional
` [PATCH 5/6] revert: allow mixed pick and revert instructions
` [PATCH 6/6] revert: simplify communicating command-line arguments

[PATCH 00/12] Use refs API more consistently
 2011-10-20  7:46 UTC  (17+ messages)
` [PATCH 01/12] Rename another local variable name -> refname
` [PATCH 02/12] repack_without_ref(): remove temporary
` [PATCH 03/12] parse_ref_line(): add a check that the refname is properly formatted
` [PATCH 04/12] create_ref_entry(): extract function from add_ref()
` [PATCH 05/12] add_ref(): take a (struct ref_entry *) parameter
` [PATCH 06/12] do_for_each_ref(): correctly terminate while processesing extra_refs
` [PATCH 07/12] do_for_each_ref_in_array(): new function
` [PATCH 08/12] do_for_each_ref_in_arrays(): "
` [PATCH 09/12] repack_without_ref(): reimplement using do_for_each_ref_in_array()
` [PATCH 10/12] names_conflict(): new function, extracted from is_refname_available()
` [PATCH 11/12] names_conflict(): simplify implementation
` [PATCH 12/12] is_refname_available(): reimplement using do_for_each_ref_in_array()

Compiling on Windows
 2011-10-20  7:06 UTC  (10+ messages)
    ` [msysGit] "

How to verify that lines were only moved, not edited?
 2011-10-20  6:25 UTC  (5+ messages)

git-p4.skipSubmitEdit
 2011-10-20  1:16 UTC  (8+ messages)

[PATCH] commit: teach --gpg-sign option
 2011-10-20  0:37 UTC  (11+ 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 v4 0/5] Signed-commit
    ` [PATCH v4 1/5] Split GPG interface into its own helper library
    ` [PATCH v4 2/5] commit: teach --gpg-sign option
    ` [PATCH v4 3/5] log: --show-signature
    ` [PATCH v4 4/5] t7004: extract generic "GPG testing" bits
    ` [PATCH v4 5/5] test "commit -S" and "log --show-signature"

[RFC 00/13] Checking full vs. partial refnames
 2011-10-19 21:59 UTC  (17+ messages)
` [RFC 01/13] check_refname_component(): iterate via index rather than via pointer
` [RFC 02/13] parse_refname_prefix(): new function
` [RFC 03/13] Teach check_refname_format() to check full refnames
` [RFC 04/13] add_ref(): move the call of check_refname_format() to callers
` [RFC 05/13] receive-pack::update(): use check_refname_format(..., REFNAME_FULL)
` [RFC 06/13] strbuf_check_branch_ref(): "
` [RFC 07/13] one_local_ref(): "
` [RFC 08/13] expand_namespace(): the refname is full, so use REFNAME_FULL option
` [RFC 09/13] new_branch(): verify that new branch name is a valid full refname
` [RFC 10/13] strbuf_check_tag_ref(): the refname is full, so use REFNAME_FULL option
` [RFC 11/13] replace_object(): "
` [RFC 12/13] resolve_ref: use check_refname_format(..., REFNAME_FULL)
` [RFC 13/13] filter_refs(): the refname is full, so use REFNAME_FULL option

What's cooking in git.git (Oct 2011, #07; Wed, 19)
 2011-10-19 21:57 UTC 

[PATCH v3 00/22] Clean up refname checks and normalization
 2011-10-19 20:39 UTC  (23+ 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
                                ` [PATCH] resolve_ref(): report breakage to the caller without warning

[PATCH] git-show-ref: fix escaping in asciidoc source
 2011-10-19 19:43 UTC  (2+ messages)

[PATCH] t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script
 2011-10-19 17:31 UTC  (2+ messages)

[PATCH] Documentation: update [section.subsection] to reflect what git does
 2011-10-19 16:13 UTC  (6+ 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-gui: still smartcase (and pull into git.git)
 2011-10-19 14:59 UTC 

What should "git fetch origin +next" should do?
 2011-10-19 13:45 UTC  (6+ messages)

shallow&single-branch clone?
 2011-10-19 13:30 UTC 

Problems after deleting submodule
 2011-10-19 10:23 UTC  (3+ messages)

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  (13+ messages)
` [PATCH 1/2] daemon: add tests
  ` [PATCH 2/2] daemon: report permission denied error to clients
    ` [PATCH] use test number as port number

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

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

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

[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

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  (3+ 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  (10+ 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  (4+ 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)


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