git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-04 17:51:36 to 2013-12-07 16:35:52 UTC [more...]

[PATCH v3 0/21] pack bitmaps
 2013-12-07 16:35 UTC  (13+ messages)
` [PATCH v3 11/21] pack-objects: use bitmaps when packing objects
` [PATCH v3 12/21] rev-list: add bitmap mode to speed up object lists
` [PATCH v3 13/21] pack-objects: implement bitmap writing
` [PATCH v3 14/21] repack: stop using magic number for ARRAY_SIZE(exts)
` [PATCH v3 15/21] repack: turn exts array into array-of-struct
` [PATCH v3 16/21] repack: handle optional files created by pack-objects

[PATCH v2 00/10] teach replace objects to sha1_object_info_extended()
 2013-12-07 16:21 UTC  (11+ messages)
` [PATCH v2 01/10] Rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT
` [PATCH v2 02/10] replace_object: don't check read_replace_refs twice
` [PATCH v2 03/10] Introduce lookup_replace_object_extended() to pass flags
` [PATCH v2 04/10] Add an "unsigned flags" parameter to sha1_object_info_extended()
` [PATCH v2 05/10] t6050: show that git cat-file --batch fails with replace objects
` [PATCH v2 06/10] sha1_file: perform object replacement in sha1_object_info_extended()
` [PATCH v2 07/10] builtin/replace: teach listing using short, medium or full formats
` [PATCH v2 08/10] t6050: add tests for listing with --format
` [PATCH v2 09/10] builtin/replace: unset read_replace_refs
` [PATCH v2 10/10] Documentation/git-replace: describe --format option

git log --no-walk --tags produces strange result for certain user
 2013-12-07 15:04 UTC  (2+ messages)

[PATCH] completion: fix completion of certain aliases
 2013-12-07 13:11 UTC 

[PATCH 0/4] remote-helpers: fixes
 2013-12-07 13:09 UTC  (5+ messages)
` [PATCH 1/4] remote-hg: avoid buggy strftime()
` [PATCH 2/4] remote-helpers: add extra safety checks
` [PATCH 3/4] remote-hg: fix 'shared path' path
` [PATCH 4/4] remote-hg: add tests for special filenames

[PATCH] remote: fix status with branch...rebase=preserve
 2013-12-07 13:08 UTC 

[PATCH] contrib/git-credential-gnome-keyring.c: small stylistic cleanups
 2013-12-07 10:42 UTC  (4+ messages)
` [PATCH v2] "

What's cooking in git.git (Dec 2013, #02; Fri, 6)
 2013-12-07 10:03 UTC  (2+ messages)

[PATCH v6 10/10] transport-helper: add support to delete branches
 2013-12-07 10:00 UTC  (9+ messages)
` [PATCH v6 06/10] fast-export: add new --refspec option

[PATCH] push: Allow @ shortcut with git-push
 2013-12-07  9:45 UTC  (2+ messages)

[PATCH] parse-options: remove OPT_BOOLEAN
 2013-12-07  5:02 UTC 

gitignore excludes not working?
 2013-12-07  3:20 UTC  (3+ messages)

[PATCH] diff: Add diff.orderfile configuration variable
 2013-12-07  2:43 UTC  (4+ messages)
` [PATCH v2] "

[BUG] redundant error message
 2013-12-07  0:04 UTC  (21+ messages)
              ` [PATCH 0/2] rev-parse and "--"
                ` [PATCH 1/2] rev-parse: correctly diagnose revision errors before "--"
                ` [PATCH 2/2] rev-parse: diagnose ambiguous revision/filename arguments
                  ` [PATCH v2 0/3] rev-parse and "--"
                    ` [PATCH v2 1/3] rev-parse: correctly diagnose revision errors before "--"
                    ` [PATCH v2 2/3] rev-parse: be more careful with munging arguments
                    ` [PATCH v2 3/3] rev-parse: diagnose ambiguous revision/filename arguments

Git issues with submodules
 2013-12-06 23:10 UTC  (20+ messages)
  `  "
                  ` [RFC/WIP PATCH 0/4] less ignorance of submodules for ignore=all
                    ` [RFC/WIP PATCH 1/4] disable complete ignorance of submodules for index <-> HEAD diff
                    ` [RFC/WIP PATCH 2/4] fix 'git add' to skip submodules configured as ignored
                    ` [RFC/WIP PATCH 3/4] teach add -f option for ignored submodules
                    ` [RFC/WIP PATCH 4/4] always show committed submodules in summary after commit
                      ` Re: [RFC/WIP PATCH 0/4] less ignorance of submodules for ignore=all

Git reports
 2013-12-06 22:22 UTC  (11+ messages)

How to resume broke clone ?
 2013-12-06 22:18 UTC  (22+ messages)
                        ` [PATCH] pack-objects: name pack files after trailer hash

[PATCH v3] difftool: Change prompt to display the number of files in the diff queue
 2013-12-06 22:00 UTC  (2+ messages)

[PATCH] config: arbitrary number of matches for --unset and --replace-all
 2013-12-06 21:10 UTC  (3+ messages)
` [PATCH] fixup! "

Publishing "filtered branch repositories" - workflow / recommendations?
 2013-12-06 19:40 UTC  (8+ messages)

[PATCH 0/3] Exclude pathspec
 2013-12-06 18:12 UTC  (5+ messages)
` [PATCH 1/3] glossary-content.txt: rephrase magic signature part
` [PATCH 2/3] Support pathspec magic :(exclude) and its short form :!
` [PATCH 3/3] pathspec.c: support adding prefix magic to a pathspec with mnemonic magic

git-submodule.sh respects submodule.$name.update in .git/config but not .gitmodules
 2013-12-06 15:48 UTC 

problems with git --git-dir on windows 7
 2013-12-06  8:17 UTC  (4+ messages)

Next cycle may be for 1.9 
 2013-12-06  0:06 UTC 

[PATCH v3] commit -v: strip diffs and submodule shortlogs from the commit message
 2013-12-05 23:10 UTC  (7+ messages)
      ` [PATCH v4] "

[PATCH 0/5] Show extra branch refs in gitweb v6
 2013-12-05 20:01 UTC  (26+ messages)
` [PATCH 1/5] gitweb: Add a comment explaining the meaning of $/
` [PATCH 2/5] gitweb: Move check-ref-format code into separate function
` [PATCH 3/5] gitweb: Return plain booleans in validation methods
` [PATCH 4/5] gitweb: Add a feature for adding more branch refs
` [PATCH 5/5] gitweb: Denote non-heads, non-remotes branches

[PATCH] Improvements to git-archive tests and add_submodule_odb()
 2013-12-05 19:52 UTC  (6+ messages)
      ` [PATCH] Additional git-archive tests

What's cooking in git.git (Dec 2013, #01; Wed, 4)
 2013-12-05 18:17 UTC  (4+ messages)

[PATCH 0/5] use starts_with() and ends_with()
 2013-12-05 18:04 UTC  (8+ messages)
    ` Fwd: [PATCH 4/5] Replace {pre,suf}fixcmp() with {starts,ends}_with()

[PATCH v3 00/28] First class shallow clone
 2013-12-05 13:02 UTC  (30+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/28] transport.h: remove send_pack prototype, already defined in send-pack.h
  ` [PATCH v4 02/28] Replace struct extra_have_objects with struct sha1_array
  ` [PATCH v4 03/28] send-pack: forbid pushing from a shallow repository
  ` [PATCH v4 04/28] clone: prevent --reference to "
  ` [PATCH v4 05/28] Make the sender advertise shallow commits to the receiver
  ` [PATCH v4 06/28] connect.c: teach get_remote_heads to parse "shallow" lines
  ` [PATCH v4 07/28] shallow.c: extend setup_*_shallow() to accept extra shallow commits
  ` [PATCH v4 08/28] shallow.c: the 8 steps to select new commits for .git/shallow
  ` [PATCH v4 09/28] shallow.c: steps 6 and 7 "
  ` [PATCH v4 10/28] fetch-pack.c: move shallow update code out of fetch_pack()
  ` [PATCH v4 11/28] fetch-pack.h: one statement per bitfield declaration
  ` [PATCH v4 12/28] clone: support remote shallow repository
  ` [PATCH v4 13/28] fetch: support fetching from a "
  ` [PATCH v4 14/28] upload-pack: make sure deepening preserves shallow roots
  ` [PATCH v4 15/28] fetch: add --update-shallow to accept refs that update .git/shallow
  ` [PATCH v4 16/28] receive-pack: reorder some code in unpack()
  ` [PATCH v4 17/28] receive/send-pack: support pushing from a shallow clone
  ` [PATCH v4 18/28] New var GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses
  ` [PATCH v4 19/28] connected.c: add new variant that runs with --shallow-file
  ` [PATCH v4 20/28] receive-pack: allow pushes that update .git/shallow
  ` [PATCH v4 21/28] send-pack: support pushing to a shallow clone
  ` [PATCH v4 22/28] remote-curl: pass ref SHA-1 to fetch-pack as well
  ` [PATCH v4 23/28] Support shallow fetch/clone over smart-http
  ` [PATCH v4 24/28] receive-pack: support pushing to a shallow clone via http
  ` [PATCH v4 25/28] send-pack: support pushing from "
  ` [PATCH v4 26/28] clone: use git protocol for cloning shallow repo locally
  ` [PATCH v4 27/28] prune: clean .git/shallow after pruning objects
  ` [PATCH v4 28/28] git-clone.txt: remove shallow clone limitations

Build issue for git 1.8.5.1 under Mac OS X 10.8 (Mountain Lion)
 2013-12-05  7:07 UTC  (2+ messages)

Thin pack
 2013-12-05  3:43 UTC  (2+ messages)

[PATCH] t5551: test fetch.c:backfill_tags() code
 2013-12-05  3:34 UTC 

[PATCH] clone,fetch: catch non positive --depth option value
 2013-12-05  3:31 UTC 

Use mongoose to test smart-http unconditionally?
 2013-12-05  3:00 UTC  (10+ messages)

[PATCH 0/3] Teaching "git push" to map pushed refs
 2013-12-05  1:27 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] builtin/push.c: use strbuf instead of manual allocation
  ` [PATCH v2 2/3] push: use remote.$name.push as a refmap
  ` [PATCH v2 3/3] push: also use "upstream" mapping when pushing a single ref

git filter-branch --directory-filter oddity
 2013-12-04 22:48 UTC  (2+ messages)

[PATCH 1/1] tests: fix gzip with exported GZIP variable in environment
 2013-12-04 22:07 UTC  (6+ messages)

[RFC 00/11] Make reference pruning more configurable
 2013-12-04 20:25 UTC  (2+ messages)

[PATCH v2] difftool: Change prompt to display the number of files in the diff queue
 2013-12-04 20:18 UTC  (3+ messages)

[PATCH 0/3] Show extra branch refs in gitweb
 2013-12-04 17:57 UTC  (6+ messages)
` [PATCH 2/3] gitweb: Add a feature for adding more branch refs

[PATCH] mv: let 'git mv file no-such-dir/' error out
 2013-12-04 17:48 UTC  (6+ 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).