20 May 2013 07:32Kirill Berezin
*git-submodule nested subrepo bug (Segmentation fault)
20 May 2013 02:08акулинка
*Совершеннейшая отдача
19 May 2013 22:26Michael Haggerty
*[PATCH 00/17] Remove assumptions about refname lifetimes
19 May 2013 22:26Michael Haggerty
**[PATCH 01/17] describe: make own copy of refname
19 May 2013 22:26Michael Haggerty
**[PATCH 02/17] fetch: make own copies of refnames
19 May 2013 22:26Michael Haggerty
**[PATCH 03/17] add_rev_cmdline(): make a copy of the name argument
19 May 2013 22:27Michael Haggerty
**[PATCH 08/17] revision: split some overly-long lines
19 May 2013 22:27Michael Haggerty
**[PATCH 05/17] cmd_diff(): use an object_array for holding trees
19 May 2013 22:27Michael Haggerty
**[PATCH 11/17] object_array: add function object_array_filter()
19 May 2013 22:27Michael Haggerty
**[PATCH 13/17] fsck: don't put a void*-shaped peg in a char*-shaped hol
19 May 2013 22:27Michael Haggerty
**[RFC 17/17] refs: document the lifetime of the refname passed to each_
19 May 2013 22:27Michael Haggerty
**[PATCH 15/17] find_first_merges(): remove unnecessary code
19 May 2013 22:27Michael Haggerty
**[RFC 16/17] object_array_entry: copy name before storing in name field
19 May 2013 22:27Michael Haggerty
**[PATCH 09/17] gc_boundary(): move the check "alloc <= nr" to caller
19 May 2013 22:27Michael Haggerty
**[PATCH 14/17] find_first_merges(): initialize merges variable using in
19 May 2013 22:27Michael Haggerty
**[PATCH 06/17] cmd_diff(): rename local variable "list" -> "entry"
19 May 2013 22:27Michael Haggerty
**[PATCH 12/17] object_array_remove_duplicates(): rewrite to reduce copy
19 May 2013 22:27Michael Haggerty
**[PATCH 10/17] get_revision_internal(): make check less mysterious
19 May 2013 22:26Michael Haggerty
**[PATCH 04/17] builtin_diff_tree(): make it obvious that function wants
19 May 2013 22:27Michael Haggerty
**[PATCH 07/17] cmd_diff(): make it obvious which cases are exclusive of
19 May 2013 17:53Felipe Contreras
*[PATCH v6] Add new git-related helper to contrib
20 May 2013 03:47Eric Sunshine
**[PATCH v6] Add new git-related helper to contrib
19 May 2013 15:17John Keeping
*[RFC/PATCH] patch-ids: check modified paths before calculating diff
19 May 2013 21:36Jonathan Nieder
**[RFC/PATCH] patch-ids: check modified paths before calculating diff
20 May 2013 00:02John Keeping
***[RFC/PATCH] patch-ids: check modified paths before calculating diff
20 May 2013 08:36Jonathan Nieder
****[RFC/PATCH] patch-ids: check modified paths before calculating diff
20 May 2013 10:16John Keeping
*****[RFC/PATCH] patch-ids: check modified paths before calculating diff
20 May 2013 06:46Junio C Hamano
***[RFC/PATCH] patch-ids: check modified paths before calculating diff
19 May 2013 13:53Felipe Contreras
*[PATCH] remote-hg: set stdout to binary mode on win32
19 May 2013 14:00Felipe Contreras
**[PATCH] remote-hg: set stdout to binary mode on win32
19 May 2013 13:54Philip Oakley
*[RFC/PATCH 0/2] Extend dot repository documentation
19 May 2013 13:54Philip Oakley
**[RFC/PATCH 1/2] config doc: add dot-repository note
19 May 2013 19:43Jonathan Nieder
***[RFC/PATCH 1/2] config doc: add dot-repository note
19 May 2013 13:54Philip Oakley
**[RFC/PATCH 2/2] doc: command line interface (cli) dot-repository dwimm
19 May 2013 19:39Jonathan Nieder
***[RFC/PATCH 2/2] doc: command line interface (cli) dot-repository dwimm
20 May 2013 00:29Philip Oakley
****[RFC/PATCH 2/2] doc: command line interface (cli) dot-repository dwimm
19 May 2013 13:52Philip Oakley
*[RFC/PATCH 0/2] Improve rebase documenation
19 May 2013 13:52Philip Oakley
**[RFC/PATCH 1/2] Doc rebase: Describe rebase as excluding merge commits
19 May 2013 20:08Jonathan Nieder
***[RFC/PATCH 1/2] Doc rebase: Describe rebase as excluding merge commits
20 May 2013 00:41Philip Oakley
****[RFC/PATCH 1/2] Doc rebase: Describe rebase as excluding merge commits
20 May 2013 06:43Junio C Hamano
****[RFC/PATCH 1/2] Doc rebase: Describe rebase as excluding merge commits
19 May 2013 13:52Philip Oakley
**[RFC/PATCH 2/2] Doc rebase: describe the priority of published work
19 May 2013 13:23Felipe Contreras
*[PATCH] git-remote-hg: set stdout to binary mode on win32
19 May 2013 12:27Nguyễn Thái Ngọc Duy
*[PATCH/WIP 0/9] for-each-ref format improvements
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 1/9] quote.c: make sq_quote_print a slight wrapper of sq_quote_
19 May 2013 13:39Felipe Contreras
***[PATCH 1/9] quote.c: make sq_quote_print a slight wrapper of sq_quote_
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 2/9] for-each-ref: convert to use *_quote_buf instead of _quote
19 May 2013 13:39Felipe Contreras
***[PATCH 2/9] for-each-ref: convert to use *_quote_buf instead of _quote
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 3/9] for-each-ref: avoid printing each element directly to stdo
19 May 2013 13:17Ramkumar Ramachandra
***[PATCH 3/9] for-each-ref: avoid printing each element directly to stdo
19 May 2013 13:58Duy Nguyen
****[PATCH 3/9] for-each-ref: avoid printing each element directly to stdo
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 4/9] for-each-ref: add %(current) for current branch marker
19 May 2013 13:14Ramkumar Ramachandra
***[PATCH 4/9] for-each-ref: add %(current) for current branch marker
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 5/9] for-each-ref: add %(tracking[:upstream]) for tracking info
19 May 2013 13:18Ramkumar Ramachandra
***[PATCH 5/9] for-each-ref: add %(tracking[:upstream]) for tracking info
19 May 2013 13:38Felipe Contreras
****[PATCH 5/9] for-each-ref: add %(tracking[:upstream]) for tracking info
19 May 2013 13:43Duy Nguyen
*****[PATCH 5/9] for-each-ref: add %(tracking[:upstream]) for tracking info
19 May 2013 13:48Ramkumar Ramachandra
******[PATCH 5/9] for-each-ref: add %(tracking[:upstream]) for tracking info
19 May 2013 14:03Felipe Contreras
*******[PATCH 5/9] for-each-ref: add %(tracking[:upstream]) for tracking info
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 6/9] for-each-ref: add %(color:...)
19 May 2013 13:25Ramkumar Ramachandra
***[PATCH 6/9] for-each-ref: add %(color:...)
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 7/9] for-each-ref: prepoplulate all atoms before show_ref()
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 9/9] for-each-ref: support %(...:aligned) for left alignment
19 May 2013 13:32Ramkumar Ramachandra
***[PATCH 9/9] for-each-ref: support %(...:aligned) for left alignment
19 May 2013 13:41Duy Nguyen
****[PATCH 9/9] for-each-ref: support %(...:aligned) for left alignment
19 May 2013 12:27Nguyễn Thái Ngọc Duy
**[PATCH 8/9] for-each-ref: merge show_ref into show_refs
19 May 2013 13:11Ramkumar Ramachandra
**[PATCH/WIP 0/9] for-each-ref format improvements
19 May 2013 13:36Felipe Contreras
***[PATCH/WIP 0/9] for-each-ref format improvements
19 May 2013 13:54Duy Nguyen
***[PATCH/WIP 0/9] for-each-ref format improvements
19 May 2013 14:08Ramkumar Ramachandra
****[PATCH/WIP 0/9] for-each-ref format improvements
19 May 2013 14:28Duy Nguyen
*****[PATCH/WIP 0/9] for-each-ref format improvements
19 May 2013 15:07Ramkumar Ramachandra
******[PATCH/WIP 0/9] for-each-ref format improvements
20 May 2013 06:29Junio C Hamano
**[PATCH/WIP 0/9] for-each-ref format improvements
19 May 2013 12:23Eric Sunshine
*[PATCH v8 0/3] Begin replacing OpenSSL with CommonCrypto
19 May 2013 12:23Eric Sunshine
**[PATCH v8 2/3] cache.h: eliminate SHA-1 deprecation warnings on Mac OS
19 May 2013 12:23Eric Sunshine
**[PATCH v8 1/3] Makefile: add support for Apple CommonCrypto facility
19 May 2013 12:23Eric Sunshine
**[PATCH v8 3/3] imap-send: eliminate HMAC deprecation warnings on Mac O
19 May 2013 07:33Felipe Contreras
*[PATCH] git-remote-hg: set stdout to binary mode on win32
19 May 2013 09:48Junio C Hamano
**[PATCH] git-remote-hg: set stdout to binary mode on win32
18 May 2013 20:36Peter Lauri
*.gitignore behavior on Mac
18 May 2013 20:41John Keeping
**.gitignore behavior on Mac
18 May 2013 20:43Peter Lauri
***.gitignore behavior on Mac
18 May 2013 20:55John Keeping
****.gitignore behavior on Mac
18 May 2013 23:01Johannes Sixt
*****.gitignore behavior on Mac
19 May 2013 00:37Peter Lauri
******.gitignore behavior on Mac
19 May 2013 09:47Junio C Hamano
*******.gitignore behavior on Mac
19 May 2013 12:54Antony Male
*******.gitignore behavior on Mac
18 May 2013 18:26Albert Netymk
*git-diff-index man page
19 May 2013 09:46Junio C Hamano
**git-diff-index man page
19 May 2013 22:23Albert Netymk
***git-diff-index man page
20 May 2013 07:01Junio C Hamano
****git-diff-index man page
20 May 2013 07:40Eric Sunshine
*****git-diff-index man page
20 May 2013 08:27Jonathan Nieder
*****git-diff-index man page
18 May 2013 13:46Felipe Contreras
*[PATCH v5 00/15] New git-related helper
18 May 2013 13:46Felipe Contreras
**[PATCH v5 01/15] Add new git-related helper to contrib
18 May 2013 13:55Felipe Contreras
***[PATCH v5 01/15] Add new git-related helper to contrib
19 May 2013 09:42Junio C Hamano
****[PATCH v5 01/15] Add new git-related helper to contrib
19 May 2013 10:29Felipe Contreras
*****[PATCH v5 01/15] Add new git-related helper to contrib
19 May 2013 16:40Ramkumar Ramachandra
***[PATCH v5 01/15] Add new git-related helper to contrib
19 May 2013 17:05Felipe Contreras
****[PATCH v5 01/15] Add new git-related helper to contrib