Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 |
|/ / / | |||
* | | | Merge branch 'nd/setup' | Junio C Hamano | 2010-12-28 |
|\ \ \ | |||
| * | | | Remove all logic from get_git_work_tree() | Nguyễn Thái Ngọc Duy | 2010-12-22 |
| * | | | setup: limit get_git_work_tree()'s to explicit setup case only | Nguyễn Thái Ngọc Duy | 2010-12-22 |
| * | | | Add git_config_early() | Nguyễn Thái Ngọc Duy | 2010-12-22 |
| * | | | builtins: print setup info if repo is found | Nguyễn Thái Ngọc Duy | 2010-11-29 |
* | | | | Merge branch 'nd/maint-fix-add-typo-detection' | Junio C Hamano | 2010-12-22 |
|\ \ \ \ | |||
| * | | | | unpack-trees: move all skip-worktree checks back to unpack_trees() | Nguyễn Thái Ngọc Duy | 2010-11-29 |
| * | | | | cache.h: realign and use (1 << x) form for CE_* constants | Nguyễn Thái Ngọc Duy | 2010-11-29 |
| |/ / / | |||
* | | | | Merge branch 'nd/extended-sha1-relpath' | Junio C Hamano | 2010-12-16 |
|\ \ \ \ |