git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-02-04 22:48:22 to 2014-02-07 17:47:54 UTC [more...]

[PATCH 00/11] More preparatory work for multiparent tree-walker
 2014-02-07 17:48 UTC  (10+ messages)
` [PATCH 01/11] tree-diff: show_tree() is not needed
` [PATCH 02/11] tree-diff: consolidate code for emitting diffs and recursion in one place
` [PATCH 03/11] tree-diff: don't assume compare_tree_entry() returns -1,0,1
` [PATCH 04/11] tree-diff: move all action-taking code out of compare_tree_entry()
` [PATCH 05/11] tree-diff: rename compare_tree_entry -> tree_entry_pathcmp
` [PATCH 06/11] tree-diff: show_path prototype is not needed anymore
` [PATCH 07/11] tree-diff: simplify tree_entry_pathcmp
` [PATCH 08/11] tree-diff: remove special-case diff-emitting code for empty-tree cases
` [PATCH 09/11] tree-diff: rework diff_tree interface to be sha1 based

bug? git push triggers auto pack when gc.auto = 0
 2014-02-07 16:47 UTC  (8+ messages)
` [PATCH 1/2] receive-pack: update $GIT_DIR/info before auto garbage collection
  ` [PATCH/RFC 2/2] receive-pack: hint that the user can stop "git push" at auto gc time
        ` [PATCH/RFC 2/2] receive-pack: hint that the user can stop

[PATCH] gitweb: Avoid overflowing page body frame with large images
 2014-02-07 15:02 UTC  (5+ messages)

Confusing git log --- First time bug submission please advise on best practices
 2014-02-07 11:37 UTC  (6+ messages)

Fwd: Git Directory Diff for submodule
 2014-02-07  9:15 UTC 

[PATCH v5 00/14] Add interpret-trailers builtin
 2014-02-07  8:34 UTC  (26+ messages)
` [PATCH v5 01/14] Add data structures and basic functions for commit trailers
` [PATCH v5 02/14] trailer: process trailers from file and arguments
` [PATCH v5 03/14] trailer: read and process config information
` [PATCH v5 04/14] trailer: process command line trailer arguments
` [PATCH v5 05/14] trailer: parse trailers from input file
` [PATCH v5 06/14] trailer: put all the processing together and print
` [PATCH v5 07/14] trailer: add interpret-trailers command
` [PATCH v5 08/14] trailer: add tests for "git interpret-trailers"
` [PATCH v5 09/14] trailer: if no input file is passed, read from stdin
` [PATCH v5 10/14] trailer: execute command from 'trailer.<name>.command'
` [PATCH v5 11/14] trailer: add tests for trailer command
` [PATCH v5 12/14] trailer: set author and committer env variables
` [PATCH v5 13/14] trailer: add tests for commands using "
` [PATCH v5 14/14] Documentation: add documentation for 'git interpret-trailers'

"Sparse checkout leaves no entry on working directory" all the time on Windows 7 on Git 1.8.5.2.msysgit.0
 2014-02-06 19:56 UTC  (4+ messages)
  ` 

[PATCH 0/6] Fix the shallow deepen bug with no-done
 2014-02-07  0:52 UTC  (19+ messages)
` [PATCH 1/6] test: rename http fetch and push test files
` [PATCH 2/6] t5538: fix default http port
` [PATCH 3/6] pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'
` [PATCH 4/6] protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txt
` [PATCH 5/6] protocol-capabilities.txt: document no-done
` [PATCH 6/6] fetch-pack: fix deepen shallow over smart http with no-done cap

[PATCH v4 00/17] Add interpret-trailers builtin
 2014-02-06 21:51 UTC  (8+ messages)
` [PATCH v4 08/17] trailer: add interpret-trailers command
` [PATCH v4 10/17] trailer: if no input file is passed, read from stdin

[PATCH 0/4] Teach diff_tree_sha1() to accept NULL sha1 for empty trees
 2014-02-06 21:50 UTC  (10+ messages)
` [PATCH 1/4] tree-diff: allow diff_tree_sha1 to accept NULL sha1
` [PATCH 2/4] tree-diff: convert diff_root_tree_sha1() to just call diff_tree_sha1 with old=NULL
` [PATCH 3/4] line-log: convert to using diff_tree_sha1()
` [PATCH 4/4] revision: "

attr.c doesn't honor --work-tree option
 2014-02-06 21:26 UTC  (11+ messages)
  ` [PATCH 1/2] t0003: do not chdir the whole test process
    ` [PATCH 2/2] check-attr: move to the top of working tree when in non-bare repository

Rebase fail with new file
 2014-02-06 20:11 UTC 

git-remote-bzr: fatal: mark :399654 not declared
 2014-02-06 18:05 UTC 

bash autocompletion for sontrib/subtree?
 2014-02-06 17:34 UTC 

[PATCH 0/8] `log -c` speedup (part 2)
 2014-02-06 16:22 UTC  (16+ messages)
` [PATCH 2/8] tests: add checking that combine-diff emits only correct paths
` [PATCH 7/8] combine-diff: Fast changed-to-all-parents paths scanning

[BUG] shallow clones over http
 2014-02-06 12:30 UTC  (3+ messages)

[PATCH 0/3] Add a function skip_prefix_if_present()
 2014-02-06 12:19 UTC  (7+ messages)
` [PATCH 1/3] Add and use "
` [PATCH 2/3] diff_scoreopt_parse(): use skip_prefix_if_present()
` [PATCH 3/3] rev_is_head(): use skip_prefix()

[PATCH] blame.c: prepare_lines should not call xrealloc for every line
 2014-02-06 10:29 UTC  (13+ messages)

[RFH] hackday and GSoC topic suggestions
 2014-02-06  9:51 UTC  (3+ messages)

[PATCH/RFC 0/13] makefile refactoring
 2014-02-06  8:55 UTC  (26+ messages)
` [PATCH 01/13] Makefile: drop USE_GETTEXT_SCHEME from GIT-CFLAGS
` [PATCH 02/13] Makefile: fix git-instaweb dependency on gitweb
` [PATCH 03/13] Makefile: introduce make-var helper function
` [PATCH 04/13] Makefile: use tempfile/mv strategy for GIT-*
` [PATCH 05/13] Makefile: prefer printf to echo "
` [PATCH 06/13] Makefile: store GIT-* sentinel files in MAKE/
` [PATCH 07/13] Makefile: always create files via make-var
` [PATCH 08/13] Makefile: introduce sq function for shell-quoting
` [PATCH 09/13] Makefile: add c-quote helper function
` [PATCH 10/13] Makefile: drop *_SQ variables
` [PATCH 11/13] Makefile: auto-build C strings from make variables
` [PATCH 12/13] Makefile: teach scripts to include "
` [PATCH 13/13] move LESS/LV pager environment to Makefile

splitting a commit that adds new files
 2014-02-06  1:58 UTC  (13+ messages)
` [PATCH 1/2] t7101, t7014: rename test files to indicate what that file is for
  ` [PATCH 2/2] reset: support "--mixed --intent-to-add" mode

[BUG] t9151: Unreliable test/test setup
 2014-02-05 23:46 UTC 

What's cooking in git.git (Feb 2014, #02; Wed, 5)
 2014-02-05 23:01 UTC 

[ANNOUNCE] Git v1.8.5.4
 2014-02-05 23:01 UTC 

[PATCH] Documentation: fix typos in man pages
 2014-02-05 22:35 UTC  (2+ messages)

[PATCH] fast-import.c: always honor the filename case
 2014-02-05 21:19 UTC  (4+ messages)

[Bug] branch.*.merge interpreted too strictly by tracking logic
 2014-02-05 21:10 UTC  (5+ messages)

[PATCH] repack.c: rename and unlink pack file if it exists
 2014-02-05 21:09 UTC  (15+ messages)

bash completion patch
 2014-02-05 18:47 UTC  (3+ messages)

[PATCH] userdiff: update Ada patterns
 2014-02-05 17:28 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH v2] l10n: de.po: translate 27 new messages
 2014-02-05  6:19 UTC  (2+ messages)
` [PATCH v3] l10n: de.po: translate 28 "

[PATCH 0/3] improved out-of-the-box color settings
 2014-02-05  2:11 UTC  (13+ messages)
` [PATCH 2/3] setup_pager: set MORE=R

'git log' escape symbols shown as ESC[33 and ESC[m
 2014-02-05  1:33 UTC  (4+ messages)

[PATCH 0/9] remerge diff proof of concept/RFC
 2014-02-04 23:04 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).