Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jn/maint-fix-pager' | Junio C Hamano | 2010-03-02 | 10 | -15/+268 |
|\ | |||||
| * | tests: Fix race condition in t7006-pager | Jonathan Nieder | 2010-02-22 | 1 | -6/+6 |
| * | t7006-pager: if stdout is not a terminal, make a new one | Jonathan Nieder | 2010-02-21 | 2 | -11/+82 |
| * | tests: Add tests for automatic use of pager | Jonathan Nieder | 2010-02-20 | 1 | -0/+163 |
| * | am: Fix launching of pager | Jonathan Nieder | 2010-02-14 | 2 | -4/+14 |
| * | git svn: Fix launching of pager | Jonathan Nieder | 2010-02-14 | 1 | -2/+7 |
| * | git.1: Clarify the behavior of the --paginate option | Jonathan Nieder | 2010-02-14 | 1 | -2/+6 |
| * | Make 'git var GIT_PAGER' always print the configured pager | Jonathan Nieder | 2010-02-14 | 3 | -5/+5 |
| * | Fix 'git var' usage synopsis | Jonathan Nieder | 2010-02-14 | 2 | -2/+2 |
* | | Merge branch 'ml/encode-header-refactor' | Junio C Hamano | 2010-03-02 | 4 | -55/+33 |
|\ \ | |||||
| * | | move encode_in_pack_object_header() to a better place | Nicolas Pitre | 2010-02-23 | 4 | -28/+28 |
| * | | refactor duplicated encode_header in pack-objects and fast-import | Michael Lukashov | 2010-02-17 | 4 | -55/+33 |
* | | | Merge branch 'jn/gitweb-config-error-die' | Junio C Hamano | 2010-03-02 | 1 | -3/+6 |
|\ \ \ | |||||
| * | | | gitweb: Die if there are parsing errors in config file | Jakub Narebski | 2010-02-14 | 1 | -3/+6 |
| | |/ | |/| | |||||
* | | | Merge branch 'jc/for-each-ref' | Junio C Hamano | 2010-03-02 | 1 | -18/+59 |
|\ \ \ | |||||
| * | | | for-each-ref --format='%(flag)' | Junio C Hamano | 2010-02-13 | 1 | -0/+22 |
| * | | | for-each-ref --format='%(symref) %(symref:short)' | Junio C Hamano | 2010-02-13 | 1 | -1/+19 |
| * | | | builtin-for-each-ref.c: check if we need to peel onion while parsing the format | Junio C Hamano | 2010-02-13 | 1 | -7/+2 |
| * | | | builtin-for-each-ref.c: comment fixes | Junio C Hamano | 2010-02-13 | 1 | -10/+16 |
| |/ / | |||||
* | | | Merge branch 'ld/maint-diff-quiet-w' | Junio C Hamano | 2010-03-02 | 2 | -0/+38 |
|\ \ \ | |||||
| * | | | git-diff: add a test for git diff --quiet -w | Larry D'Anna | 2010-02-21 | 1 | -0/+15 |
| * | | | git diff --quiet -w: check and report the status | Larry D'Anna | 2010-02-15 | 1 | -0/+23 |
* | | | | Merge branch 'tr/maint-cherry-pick-list' | Junio C Hamano | 2010-03-02 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | cherry_pick_list: quit early if one side is empty | Thomas Rast | 2010-02-20 | 1 | -0/+3 |
* | | | | | Merge branch 'rs/optim-text-wrap' | Junio C Hamano | 2010-03-02 | 3 | -37/+42 |
|\ \ \ \ \ | |||||
| * | | | | | utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text() | René Scharfe | 2010-02-20 | 1 | -6/+17 |
| * | | | | | utf8.c: remove strbuf_write() | René Scharfe | 2010-02-20 | 1 | -13/+5 |
| * | | | | | utf8.c: remove print_spaces() | René Scharfe | 2010-02-20 | 1 | -9/+6 |
| * | | | | | utf8.c: remove print_wrapped_text() | René Scharfe | 2010-02-20 | 3 | -9/+14 |
* | | | | | | Merge branch 'ml/send-pack-transport-refactor' | Junio C Hamano | 2010-03-02 | 4 | -207/+37 |
|\ \ \ \ \ \ | |||||
| * | | | | | | refactor duplicated code in builtin-send-pack.c and transport.c | Michael Lukashov | 2010-02-17 | 4 | -207/+37 |
* | | | | | | | Merge branch 'ml/fill-mm-refactor' | Junio C Hamano | 2010-03-02 | 4 | -41/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | refactor duplicated fill_mm() in checkout and merge-recursive | Michael Lukashov | 2010-02-17 | 4 | -41/+24 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ml/connect-refactor' | Junio C Hamano | 2010-03-02 | 1 | -54/+29 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | connect.c: move duplicated code to a new function 'get_host_and_port' | Michael Lukashov | 2010-02-17 | 1 | -54/+29 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'np/compress-loose-object-memsave' | Junio C Hamano | 2010-03-02 | 1 | -14/+19 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | sha1_file: be paranoid when creating loose objects | Nicolas Pitre | 2010-02-21 | 1 | -0/+9 |
| * | | | | | | | sha1_file: don't malloc the whole compressed result when writing out objects | Nicolas Pitre | 2010-02-21 | 1 | -14/+10 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'dp/read-not-mmap-small-loose-object' | Junio C Hamano | 2010-03-02 | 1 | -0/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | hash-object: don't use mmap() for small files | Dmitry Potapov | 2010-02-21 | 1 | -0/+10 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'jn/makedepend' | Junio C Hamano | 2010-03-02 | 2 | -50/+182 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Makefile: clarify definition of TEST_OBJS | Jonathan Nieder | 2010-02-28 | 1 | -2/+1 |
| * | | | | | | | Makefile: always remove .depend directories on 'make clean' | Jonathan Nieder | 2010-01-31 | 1 | -1/+1 |
| * | | | | | | | Makefile: tuck away generated makefile fragments in .depend | Jonathan Nieder | 2010-01-31 | 1 | -3/+3 |
| * | | | | | | | Teach Makefile to check header dependencies | Jonathan Nieder | 2010-01-27 | 1 | -15/+80 |
| * | | | | | | | Makefile: list standalone program object files in PROGRAM_OBJS | Jonathan Nieder | 2010-01-27 | 1 | -12/+16 |
| * | | | | | | | Makefile: lazily compute header dependencies | Jonathan Nieder | 2010-01-26 | 2 | -5/+45 |
| * | | | | | | | Makefile: list generated object files in OBJECTS | Jonathan Nieder | 2010-01-26 | 1 | -2/+7 |
| * | | | | | | | Makefile: disable default implicit rules | Jonathan Nieder | 2010-01-26 | 1 | -0/+2 |
| * | | | | | | | Makefile: rearrange dependency rules | Jonathan Nieder | 2010-01-26 | 1 | -24/+25 |