Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/trace-sifter' | Junio C Hamano | 2011-03-19 | 1 | -0/+5 |
|\ | |||||
| * | add packet tracing debug code | Jeff King | 2011-03-08 | 1 | -0/+2 |
| * | trace: add trace_strbuf | Jeff King | 2011-03-08 | 1 | -0/+1 |
| * | trace: factor out "do we want to trace" logic | Jeff King | 2011-03-08 | 1 | -0/+1 |
| * | trace: refactor to support multiple env variables | Jeff King | 2011-03-08 | 1 | -1/+1 |
| * | trace: add trace_vprintf | Jeff King | 2011-03-08 | 1 | -0/+1 |
* | | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 | 1 | -3/+3 |
* | | Merge branch 'maint' | Junio C Hamano | 2011-03-16 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch 'jh/push-default-upstream-configname' into maint | Junio C Hamano | 2011-03-16 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | enums: omit trailing comma for portability | Jonathan Nieder | 2011-03-16 | 1 | -1/+1 |
* | | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-03-16 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | declare 1-bit bitfields to be unsigned | Jonathan Nieder | 2011-03-15 | 1 | -3/+3 |
* | | | | | Merge branch 'sp/maint-fd-limit' | Junio C Hamano | 2011-03-15 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | sha1_file.c: Don't retain open fds on small packs | Shawn O. Pearce | 2011-03-02 | 1 | -1/+2 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-03-10 | 1 | -1/+0 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Revert "core.abbrevguard: Ensure short object names stay unique a bit longer" | Junio C Hamano | 2011-03-10 | 1 | -1/+0 |
| |/ / / / | |||||
* | | | | | Merge branch 'jh/push-default-upstream-configname' | Junio C Hamano | 2011-02-27 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | push.default: Rename 'tracking' to 'upstream' | Johan Herland | 2011-02-16 | 1 | -1/+1 |
* | | | | | Merge branch 'lp/config-vername-check' | Junio C Hamano | 2011-02-27 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Sanity-check config variable names | Libor Pechacek | 2011-02-22 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'nd/hash-object-sanity' | Junio C Hamano | 2011-02-27 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 2011-02-07 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-02-27 | 1 | -1/+16 |
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | | | |||||
| * | | | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+1 |
| * | | | tree_entry_interesting(): support wildcard matching | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -0/+2 |
| * | | | tree_entry_interesting(): support depth limit | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -0/+2 |
| * | | | Add struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -0/+11 |
| |/ / | |||||
* | | | update-index --refresh --porcelain: add missing const | Jonathan Nieder | 2011-02-22 | 1 | -1/+1 |
| |/ |/| | |||||
* | | correct type of EMPTY_TREE_SHA1_BIN | Jonathan Nieder | 2011-02-14 | 1 | -1/+3 |
|/ | |||||
* | Merge branch 'nd/setup' | Junio C Hamano | 2010-12-28 | 1 | -0/+2 |
|\ | |||||
| * | Remove all logic from get_git_work_tree() | Nguyễn Thái Ngọc Duy | 2010-12-22 | 1 | -1/+0 |
| * | setup: limit get_git_work_tree()'s to explicit setup case only | Nguyễn Thái Ngọc Duy | 2010-12-22 | 1 | -0/+1 |
| * | Add git_config_early() | Nguyễn Thái Ngọc Duy | 2010-12-22 | 1 | -0/+1 |
| * | builtins: print setup info if repo is found | Nguyễn Thái Ngọc Duy | 2010-11-29 | 1 | -0/+1 |
* | | Merge branch 'nd/maint-fix-add-typo-detection' | Junio C Hamano | 2010-12-22 | 1 | -13/+13 |
|\ \ | |||||
| * | | unpack-trees: move all skip-worktree checks back to unpack_trees() | Nguyễn Thái Ngọc Duy | 2010-11-29 | 1 | -0/+1 |
| * | | cache.h: realign and use (1 << x) form for CE_* constants | Nguyễn Thái Ngọc Duy | 2010-11-29 | 1 | -13/+12 |
| |/ | |||||
* | | Merge branch 'nd/extended-sha1-relpath' | Junio C Hamano | 2010-12-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Make prefix_path() return char* without const | Nguyễn Thái Ngọc Duy | 2010-12-07 | 1 | -1/+1 |
* | | | Merge branch 'jn/parse-options-extra' | Junio C Hamano | 2010-12-12 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | setup: save prefix (original cwd relative to toplevel) in startup_info | Nguyễn Thái Ngọc Duy | 2010-12-07 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'js/configurable-tab' | Junio C Hamano | 2010-12-12 | 1 | -7/+10 |
|\ \ | |||||
| * | | Make the tab width used for whitespace checks configurable | Johannes Sixt | 2010-12-01 | 1 | -7/+10 |
| |/ | |||||
* | | Merge branch 'pn/commit-autosquash' | Junio C Hamano | 2010-12-03 | 1 | -0/+3 |
|\ \ | |||||
| * | | commit: helper methods to reduce redundant blocks of code | Pat Notz | 2010-11-04 | 1 | -0/+3 |
* | | | Merge branch 'jc/abbrev-guard' | Junio C Hamano | 2010-12-03 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | core.abbrevguard: Ensure short object names stay unique a bit longer | Junio C Hamano | 2010-10-28 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'cb/leading-path-removal' | Junio C Hamano | 2010-11-29 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | do not overwrite files in leading path | Clemens Buchacher | 2010-10-13 | 1 | -1/+1 |
| |/ | |||||
* | | Documentation: No argument of ALLOC_GROW should have side-effects | Jonathan Nieder | 2010-10-08 | 1 | -1/+1 |
|/ |