Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'hm/maint-imap-send-crlf' | Junio C Hamano | 2010-02-21 | 1 | -1/+39 |
|\ | |||||
| * | git-imap-send: Convert LF to CRLF before storing patch to draft box | Hitoshi Mitake | 2010-02-12 | 1 | -1/+39 |
* | | Merge branch 'sp/push-sideband' | Junio C Hamano | 2010-02-21 | 10 | -134/+370 |
|\ \ | |||||
| * \ | Merge branch 'sp/maint-push-sideband' into sp/push-sideband | Junio C Hamano | 2010-02-10 | 2 | -45/+81 |
| |\ \ | |||||
| | * | | receive-pack: Send internal errors over side-band #2 | Shawn O. Pearce | 2010-02-10 | 2 | -15/+52 |
| | * | | t5401: Use a bare repository for the remote peer | Shawn O. Pearce | 2010-02-09 | 1 | -29/+29 |
| * | | | Merge branch 'sp/maint-push-sideband' into sp/push-sideband | Junio C Hamano | 2010-02-05 | 11 | -90/+290 |
| |\ \ \ | | |/ / | |||||
| | * | | receive-pack: Send hook output over side band #2 | Shawn O. Pearce | 2010-02-05 | 2 | -17/+70 |
| | * | | receive-pack: Wrap status reports inside side-band-64k | Shawn O. Pearce | 2010-02-05 | 1 | -8/+22 |
| | * | | receive-pack: Refactor how capabilities are shown to the client | Shawn O. Pearce | 2010-02-05 | 1 | -10/+8 |
| | * | | send-pack: demultiplex a sideband stream with status data | Shawn O. Pearce | 2010-02-05 | 1 | -16/+50 |
| | * | | run-command: support custom fd-set in async | Erik Faye-Lund | 2010-02-05 | 7 | -37/+131 |
| | * | | run-command: Allow stderr to be a caller supplied pipe | Shawn O. Pearce | 2010-02-05 | 3 | -2/+10 |
* | | | | Merge branch 'jc/checkout-detached' | Junio C Hamano | 2010-02-21 | 5 | -12/+46 |
|\ \ \ \ | |||||
| * | | | | Reword "detached HEAD" notification | Junio C Hamano | 2010-01-29 | 5 | -12/+46 |
* | | | | | Merge branch 'jc/maint-fix-test-perm' | Junio C Hamano | 2010-02-21 | 2 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | lib-patch-mode.sh: Fix permission | Junio C Hamano | 2010-01-30 | 1 | -0/+2 |
| * | | | | | Merge commit 'b319ef7' into jc/maint-fix-test-perm | Junio C Hamano | 2010-01-30 | 1466 | -52463/+223107 |
| |\ \ \ \ \ | |||||
| * | | | | | | t6000lib: Fix permission | Junio C Hamano | 2010-01-30 | 1 | -0/+2 |
* | | | | | | | Merge branch 'jn/makefile-script-lib' | Junio C Hamano | 2010-02-21 | 3 | -14/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Do not install shell libraries executable | Jonathan Nieder | 2010-01-31 | 3 | -14/+28 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'mv/request-pull-modernize' | Junio C Hamano | 2010-02-21 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | request-pull: avoid mentioning that the start point is a single commit | Miklos Vajna | 2010-01-29 | 1 | -4/+4 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-02-20 | 3 | -14/+13 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-p4: fix bug in symlink handling | Evan Powers | 2010-02-20 | 1 | -3/+2 |
| * | | | | | | | t1450: fix testcases that were wrongly expecting failure | Thomas Rast | 2010-02-19 | 1 | -8/+8 |
| * | | | | | | | Documentation: Fix indentation problem in git-commit(1) | Jacob Helwig | 2010-02-19 | 1 | -3/+3 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-02-19 | 7 | -29/+45 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'jk/maint-rmdir-fix' into maint | Junio C Hamano | 2010-02-19 | 2 | -1/+9 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | rm: fix bug in recursive subdirectory removal | Jeff King | 2010-02-18 | 2 | -1/+9 |
| * | | | | | | | | Documentation: describe --thin more accurately | Stephen Boyd | 2010-02-18 | 5 | -28/+36 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-02-17 | 10 | -36/+39 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | docs: don't talk about $GIT_DIR/refs/ everywhere | Jeff King | 2010-02-17 | 10 | -36/+39 |
* | | | | | | | | | Merge branch 'np/fast-import-idx-v2' | Junio C Hamano | 2010-02-17 | 2 | -95/+84 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fast-import: use the diff_delta() max_delta_size argument | Nicolas Pitre | 2010-02-17 | 1 | -6/+2 |
| * | | | | | | | | | fast-import: honor pack.indexversion and pack.packsizelimit config vars | Nicolas Pitre | 2010-02-17 | 1 | -0/+11 |
| * | | | | | | | | | fast-import: make default pack size unlimited | Nicolas Pitre | 2010-02-17 | 2 | -10/+7 |
| * | | | | | | | | | fast-import: use write_idx_file() instead of custom code | Nicolas Pitre | 2010-02-17 | 1 | -46/+17 |
| * | | | | | | | | | fast-import: use sha1write() for pack data | Nicolas Pitre | 2010-02-17 | 1 | -10/+25 |
| * | | | | | | | | | fast-import: start using struct pack_idx_entry | Nicolas Pitre | 2010-02-17 | 1 | -29/+28 |
* | | | | | | | | | | Update draft release notes to 1.7.1 | Junio C Hamano | 2010-02-17 | 1 | -1/+4 |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-02-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Update 1.7.0.1 release notes | Junio C Hamano | 2010-02-17 | 1 | -1/+1 |
| * | | | | | | | | | Merge branch 'jk/cherry-pick-reword' into maint | Junio C Hamano | 2010-02-17 | 1 | -23/+19 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/grep-double-dash' into maint | Junio C Hamano | 2010-02-17 | 2 | -0/+43 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/typo' into maint | Junio C Hamano | 2010-02-17 | 17 | -19/+20 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | gitweb: Protect escaping functions against calling on undef | Jakub Narebski | 2010-02-17 | 1 | -1/+8 |
* | | | | | | | | | | | | | gitweb: esc_html (short) error message in die_error | Jakub Narebski | 2010-02-17 | 1 | -2/+2 |
* | | | | | | | | | | | | | Merge branch 'jc/typo' | Junio C Hamano | 2010-02-16 | 17 | -19/+20 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 | 17 | -19/+20 |