aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | git-diff: add a test for git diff --quiet -wLarry D'Anna2010-02-21
| * | | | | | | | | | | | | | | | | | | git diff --quiet -w: check and report the statusLarry D'Anna2010-02-15
* | | | | | | | | | | | | | | | | | | | Merge branch 'tr/maint-cherry-pick-list'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | cherry_pick_list: quit early if one side is emptyThomas Rast2010-02-20
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/optim-text-wrap'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()René Scharfe2010-02-20
| * | | | | | | | | | | | | | | | | | | utf8.c: remove strbuf_write()René Scharfe2010-02-20
| * | | | | | | | | | | | | | | | | | | utf8.c: remove print_spaces()René Scharfe2010-02-20
| * | | | | | | | | | | | | | | | | | | utf8.c: remove print_wrapped_text()René Scharfe2010-02-20
* | | | | | | | | | | | | | | | | | | | Merge branch 'ml/send-pack-transport-refactor'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | refactor duplicated code in builtin-send-pack.c and transport.cMichael Lukashov2010-02-17
* | | | | | | | | | | | | | | | | | | | | Merge branch 'ml/fill-mm-refactor'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | refactor duplicated fill_mm() in checkout and merge-recursiveMichael Lukashov2010-02-17
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'ml/connect-refactor'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | connect.c: move duplicated code to a new function 'get_host_and_port'Michael Lukashov2010-02-17
| |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge branch 'np/compress-loose-object-memsave'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | sha1_file: be paranoid when creating loose objectsNicolas Pitre2010-02-21
| * | | | | | | | | | | | | | | | | | | | sha1_file: don't malloc the whole compressed result when writing out objectsNicolas Pitre2010-02-21
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'dp/read-not-mmap-small-loose-object'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | hash-object: don't use mmap() for small filesDmitry Potapov2010-02-21
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'jn/makedepend'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Makefile: clarify definition of TEST_OBJSJonathan Nieder2010-02-28
| * | | | | | | | | | | | | | | | | | | Makefile: always remove .depend directories on 'make clean'Jonathan Nieder2010-01-31
| * | | | | | | | | | | | | | | | | | | Makefile: tuck away generated makefile fragments in .dependJonathan Nieder2010-01-31
| * | | | | | | | | | | | | | | | | | | Teach Makefile to check header dependenciesJonathan Nieder2010-01-27
| * | | | | | | | | | | | | | | | | | | Makefile: list standalone program object files in PROGRAM_OBJSJonathan Nieder2010-01-27
| * | | | | | | | | | | | | | | | | | | Makefile: lazily compute header dependenciesJonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | Makefile: list generated object files in OBJECTSJonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | Makefile: disable default implicit rulesJonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | Makefile: rearrange dependency rulesJonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | Makefile: transport.o depends on branch.h nowJonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://repo.or.cz/alt-git into jn/autodepJonathan Nieder2010-01-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Makefile: drop dependency on $(wildcard */*.h)Jonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | | Makefile: clean up http-walker.o dependency rulesJonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | | Makefile: remove wt-status.h from LIB_HJonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | | Makefile: make sure test helpers are rebuilt when headers changeJonathan Nieder2010-01-26
| * | | | | | | | | | | | | | | | | | | | Makefile: add missing header file dependenciesJonathan Nieder2010-01-26
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-status-preload'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | status: preload index to optimize lstat(2) callsJunio C Hamano2010-02-17
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'gf/maint-sh-setup-nongit-ok'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | require_work_tree broken with NONGIT_OKGabriel Filion2010-02-17
* | | | | | | | | | | | | | | | | | | | Merge branch 'jh/maint-submodule-status-in-void'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | submodule summary: Don't barf when invoked in an empty repoJohan Herland2010-02-17
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'hm/imap-send-cram-md5'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | imap-send: support CRAM-MD5 authenticationHitoshi Mitake2010-02-17
* | | | | | | | | | | | | | | | | | | | Merge branch 'ml/color-when'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Add an optional argument for --color optionsMark Lodato2010-02-18
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'ac/cvsimport-revision-mapping'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | cvsimport: new -R option: generate .git/cvs-revisions mappingAaron Crane2010-02-06
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/grep-author-all-match-implicit'Junio C Hamano2010-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \