git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-01-14 22:45:09 to 2013-01-16 12:26:53 UTC [more...]

erratic behavior commit --allow-empty
 2013-01-16 12:26 UTC  (4+ messages)

What's cooking in git.git (Jan 2013, #06; Mon, 14)
 2013-01-16 12:06 UTC  (6+ messages)

[BUG] Possible bug in `remote set-url --add --push`
 2013-01-16 10:42 UTC  (15+ messages)
                    ` [PATCH] git-remote: distinguish between default and configured URLs

[PATCH 0/3] Fix a portability issue with git-cvsimport
 2013-01-16 10:38 UTC  (7+ messages)
` [PATCH 1/3] Move Git::SVN::get_tz to Git::get_tz_offset
` [PATCH 2/3] Allow Git::get_tz_offset to properly handle DST boundary times
` [PATCH 3/3] Avoid non-portable strftime format specifiers in git-cvsimport

[PATCH] test-lib.sh: unfilter GIT_PERF_*
 2013-01-16 10:23 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/8] Initial support for Python 3
 2013-01-16  9:45 UTC  (19+ messages)
` [PATCH 2/8] git_remote_helpers: fix input when running under "
          ` [RFC/PATCH 2/8 v2] "
                  ` [RFC/PATCH 2/8 v3] "
` [PATCH 3/8] git_remote_helpers: Force rebuild if python version changes

[PATCH v2 00/14] Remove unused code from imap-send.c
 2013-01-16  8:26 UTC  (23+ messages)
` [PATCH v2 01/14] imap-send.c: remove msg_data::flags, which was always zero
` [PATCH v2 02/14] imap-send.c: remove struct msg_data
` [PATCH v2 03/14] iamp-send.c: remove unused struct imap_store_conf
` [PATCH v2 04/14] imap-send.c: remove struct store_conf
` [PATCH v2 05/14] imap-send.c: remove struct message
` [PATCH v2 06/14] imap-send.c: remove some unused fields from struct store
` [PATCH v2 07/14] imap-send.c: inline imap_parse_list() in imap_list()
` [PATCH v2 08/14] imap-send.c: remove struct imap argument to parse_imap_list_l()
` [PATCH v2 09/14] imap-send.c: remove namespace fields from struct imap
` [PATCH v2 10/14] imap-send.c: remove unused field imap_store::trashnc
` [PATCH v2 11/14] imap-send.c: use struct imap_store instead of struct store
` [PATCH v2 12/14] imap-send.c: remove unused field imap_store::uidvalidity
` [PATCH v2 13/14] imap-send.c: fold struct store into struct imap_store
` [PATCH v2 14/14] imap-send.c: simplify logic in lf_to_crlf()

Re* [PATCH] commit: make default of "cleanup" option configurable
 2013-01-16  8:17 UTC  (5+ messages)
` [PATCH] Allow custom "comment char"

[PATCH v3 0/3] Rework git-diff algorithm selection
 2013-01-16  7:51 UTC  (4+ messages)
` [PATCH v3 1/3] git-completion.bash: Autocomplete --minimal and --histogram for git-diff
` [PATCH v3 2/3] config: Introduce diff.algorithm variable
` [PATCH v3 3/3] diff: Introduce --diff-algorithm command line option

[PATCH] attr: fix off-by-one directory component length calculation
 2013-01-16  6:15 UTC  (15+ messages)
          ` t9902 fails (Was: [PATCH] attr: fix off-by-one directory component length calculation)

git fetch without --recurse-submodules option
 2013-01-16  5:45 UTC 

Revised git-subtree Patches
 2013-01-16  4:31 UTC  (15+ messages)
` [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body
` [PATCH 3/7] contrib/subtree: Add --unannotate
` [PATCH 4/7] contrib/subtree: Better Error Handling for add

[PATCH 0/7] guilt patches, including git 1.8 support
 2013-01-16  3:26 UTC  (9+ messages)
` [GUILT] [PATCH 1/7] get rid of "cat: write error: Broken pipe" error message
` [GUILT] [PATCH 2/7] The tests should not fail if log.date or log.decorate are set
` [GUILT] [PATCH 3/7] Testsuite: get rid of "Broken pipe" errors from yes
` [GUILT] [PATCH 4/7] Handle empty patches and patches with only a header
` [GUILT] [PATCH 5/7] Fix fatal "guilt graph" error in sha1sum invocation
` [GUILT] [PATCH 6/7] Change git branch when patches are applied
` [GUILT] [PATCH 7/7] Drop unneeded git version check

[PATCH 0/3] Update HTTPD/daemon tests for new push.default
 2013-01-16  2:39 UTC  (5+ messages)
` [PATCH 1/3] t5550: do not assume the "matching" push is the default
` [PATCH 2/3] t5551: "
` [PATCH 3/3] t5570: "

[RFC/PATCH] ignore memcmp() overreading in bsearch() callback
 2013-01-16  1:08 UTC  (9+ messages)

real git pull grief
 2013-01-16  0:50 UTC  (3+ messages)

[PATCH] remote-hg: fix handling of file perms when pushing
 2013-01-15 23:51 UTC  (3+ messages)

--simplify-merges returns too many references
 2013-01-15 23:48 UTC  (2+ messages)

[PATCH] config.txt: Document help.htmlpath config parameter
 2013-01-15 21:51 UTC  (2+ messages)

[PATCH] tests: turn on test-lint-shell-syntax by default
 2013-01-15 20:38 UTC  (7+ messages)

[PATCH] remote-hg: store converted URL
 2013-01-15 20:10 UTC  (8+ messages)

[PATCH] am: invoke perl's strftime in C locale
 2013-01-15 19:14 UTC  (7+ messages)
        ` [PATCH v3] "

Version 1.8.1 does not compile on Cygwin 1.7.14
 2013-01-15 18:47 UTC  (18+ messages)

[PATCH 00/19] reset improvements
 2013-01-15 18:36 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/19] reset $pathspec: no need to discard index
  ` [PATCH v2 02/19] reset $pathspec: exit with code 0 if successful
  ` [PATCH v2 03/19] reset.c: pass pathspec around instead of (prefix, argv) pair
  ` [PATCH v2 04/19] reset: don't allow "git reset -- $pathspec" in bare repo
  ` [PATCH v2 05/19] reset.c: extract function for parsing arguments
  ` [PATCH v2 06/19] reset.c: remove unnecessary variable 'i'
  ` [PATCH v2 07/19] reset.c: extract function for updating {ORIG_,}HEAD
  ` [PATCH v2 08/19] reset.c: share call to die_if_unmerged_cache()
  ` [PATCH v2 09/19] reset --keep: only write index file once
  ` [PATCH v2 10/19] reset: avoid redundant error message
  ` [PATCH v2 11/19] reset.c: replace switch by if-else
  ` [PATCH v2 12/19] reset.c: move update_index_refresh() call out of read_from_tree()
  ` [PATCH v2 13/19] reset.c: move lock, write and commit out of update_index_refresh()
  ` [PATCH v2 14/19] reset [--mixed]: only write index file once
  ` [PATCH v2 15/19] reset.c: finish entire cmd_reset() whether or not pathspec is given
  ` [PATCH v2 16/19] reset.c: inline update_index_refresh()
  ` [PATCH v2 17/19] reset $sha1 $pathspec: require $sha1 only to be treeish
  ` [PATCH v2 18/19] reset: allow reset on unborn branch
  ` [PATCH v2 19/19] reset [--mixed]: use diff-based reset whether or not pathspec was given

[PATCH v2 0/3] Rework git-diff algorithm selection
 2013-01-15 17:09 UTC  (8+ messages)
` [PATCH v2 2/3] config: Introduce diff.algorithm variable
` [PATCH v2 3/3] diff: Introduce --diff-algorithm command line option

[PATCH] archive-tar: fix sanity check in config parsing
 2013-01-15 17:07 UTC  (5+ messages)
` [PATCH 1/6] config: add helper function for parsing key names

[PATCH v2] Make git selectively and conditionally ignore certain stat fields
 2013-01-15  8:12 UTC  (8+ messages)
` [PATCH v3] "

git grep performance regression
 2013-01-15  7:36 UTC  (5+ messages)

[PATCH] cvsimport: rewrite to use cvsps 3.x to fix major bugs
 2013-01-15  6:44 UTC  (5+ messages)
` [PATCH 0/3] A smoother transition plan for cvsimport
  ` [PATCH 3/3] cvsimport: start adding cvsps 3.x support

[PATCH 0/4] pre-push hook support
 2013-01-15  3:12 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] push: Add support for pre-push hooks

[PATCH] attr: make it build with DEBUG_ATTR again
 2013-01-15  2:49 UTC 

Error:non-monotonic index after failed recursive "sed" command
 2013-01-15  0:54 UTC  (7+ messages)

[PATCH 00/14] git p4 branch handling fixes
 2013-01-15  0:47 UTC  (15+ messages)
` [PATCH 01/14] git p4: test sync/clone --branch behavior
` [PATCH 02/14] git p4: rearrange and simplify hasOrigin handling
` [PATCH 03/14] git p4: add comments to p4BranchesInGit
` [PATCH 04/14] git p4: inline listExistingP4GitBranches
` [PATCH 05/14] git p4: create p4/HEAD on initial clone
` [PATCH 06/14] git p4: verify expected refs in clone --bare test
` [PATCH 07/14] git p4: clone --branch should checkout master
` [PATCH 08/14] git p4 doc: fix branch detection example
` [PATCH 09/14] git p4: allow short ref names to --branch
` [PATCH 10/14] git p4: rearrange self.initialParent use
` [PATCH 11/14] git p4: fail gracefully on sync with no master branch
` [PATCH 12/14] git p4: fix sync --branch when "
` [PATCH 13/14] git p4 test: keep P4CLIENT changes inside subshells
` [PATCH 14/14] git p4: fix submit when no master branch


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