Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jk/git-connection-deadlock-fix' | Junio C Hamano | 2011-05-19 |
|\ | |||
| * | connect: let callers know if connection is a socket | Jeff King | 2011-05-16 |
* | | convert: rename the "eol" global variable to "core_eol" | Junio C Hamano | 2011-05-09 |
* | | Merge branch 'im/hashcmp-optim' | Junio C Hamano | 2011-05-06 |
|\ \ | |||
| * | | hashcmp(): inline memcmp() by hand to optimize | Ingo Molnar | 2011-04-28 |
* | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-05-06 |
|\ \ \ | |||
| * | | | pathspec: rename per-item field has_wildcard to use_wildcard | Junio C Hamano | 2011-04-05 |
* | | | | Merge branch 'jc/pack-objects-bigfile' | Junio C Hamano | 2011-04-27 |
|\ \ \ \ | |||
| * | | | | Teach core.bigfilethreashold to pack-objects | Junio C Hamano | 2011-04-05 |
* | | | | | Merge branch 'nd/init-gitdir' | Junio C Hamano | 2011-04-01 |
|\ \ \ \ \ | |||
| * | | | | | init, clone: support --separate-git-dir for .git file | Nguyễn Thái Ngọc Duy | 2011-03-19 |
* | | | | | | Merge branch 'jc/index-update-if-able' | Junio C Hamano | 2011-03-26 |
|\ \ \ \ \ \ | |||
| * | | | | | | diff/status: refactor opportunistic index update | Junio C Hamano | 2011-03-21 |
* | | | | | | | Merge branch 'jc/maint-rerere-in-workdir' | Junio C Hamano | 2011-03-26 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | rerere: make sure it works even in a workdir attached to a young repository | Junio C Hamano | 2011-03-23 |
* | | | | | | | | Merge branch 'lt/default-abbrev' | Junio C Hamano | 2011-03-23 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Make the default abbrev length configurable | Linus Torvalds | 2011-03-11 |
| | |_|_|/ / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'jn/test-sanitize-git-env' | Junio C Hamano | 2011-03-22 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | config: drop support for GIT_CONFIG_NOGLOBAL | Jonathan Nieder | 2011-03-15 |
* | | | | | | | | | Merge branch 'ab/i18n-basic' | Junio C Hamano | 2011-03-19 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | i18n: add no-op _() and N_() wrappers | Ævar Arnfjörð Bjarmason | 2011-03-08 |
* | | | | | | | | | | Merge branch 'jk/trace-sifter' | Junio C Hamano | 2011-03-19 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||
| * | | | | | | | | | add packet tracing debug code | Jeff King | 2011-03-08 |
| * | | | | | | | | | trace: add trace_strbuf | Jeff King | 2011-03-08 |
| * | | | | | | | | | trace: factor out "do we want to trace" logic | Jeff King | 2011-03-08 |
| * | | | | | | | | | trace: refactor to support multiple env variables | Jeff King | 2011-03-08 |
| * | | | | | | | | | trace: add trace_vprintf | Jeff King | 2011-03-08 |
| |/ / / / / / / / | |||
* | | | | | | | | | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-03-16 |
|\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'jh/push-default-upstream-configname' into maint | Junio C Hamano | 2011-03-16 |
| |\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | enums: omit trailing comma for portability | Jonathan Nieder | 2011-03-16 |
* | | | | | | | | | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-03-16 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | declare 1-bit bitfields to be unsigned | Jonathan Nieder | 2011-03-15 |
* | | | | | | | | | | | Merge branch 'sp/maint-fd-limit' | Junio C Hamano | 2011-03-15 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||
| * | | | | | | | | | | sha1_file.c: Don't retain open fds on small packs | Shawn O. Pearce | 2011-03-02 |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-03-10 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | Revert "core.abbrevguard: Ensure short object names stay unique a bit longer" | Junio C Hamano | 2011-03-10 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'jh/push-default-upstream-configname' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||
| * | | | | | | | | | push.default: Rename 'tracking' to 'upstream' | Johan Herland | 2011-02-16 |
| | |_|_|/ / / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge branch 'lp/config-vername-check' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | Sanity-check config variable names | Libor Pechacek | 2011-02-22 |
| |/ / / / / / / / | |||
* | | | | | | | | | Merge branch 'nd/hash-object-sanity' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 2011-02-07 |
| |/ / / / / / / / | |||
* | | | | | | | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-02-27 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | / / / / / | |_|_|/ / / / / |/| | | | | | | | |||
| * | | | | | | | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 |
| * | | | | | | | tree_entry_interesting(): support wildcard matching | Nguyễn Thái Ngọc Duy | 2011-02-03 |
| * | | | | | | | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 2011-02-03 |
| * | | | | | | | Add struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 |
| |/ / / / / / | |||
* | | | | | | | update-index --refresh --porcelain: add missing const | Jonathan Nieder | 2011-02-22 |
| |/ / / / / |/| | | | | | |||
* | | | | | | correct type of EMPTY_TREE_SHA1_BIN | Jonathan Nieder | 2011-02-14 |
|/ / / / / |