Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | 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 | |
|/ / / / / | ||||||
* | | | | | work around buggy S_ISxxx(m) implementations | René Scharfe | 2010-10-06 | 1 | -3/+10 | |
| |/ / / |/| | | | ||||||
* | | | | Merge branch 'kf/askpass-config' | Junio C Hamano | 2010-09-08 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Add a new option 'core.askpass'. | Anselm Kruis | 2010-08-31 | 1 | -0/+1 | |
* | | | | | Merge branch 'jk/maint-pass-c-config-in-env' | Junio C Hamano | 2010-09-08 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | do not pass "git -c foo=bar" params to transport helpers | Jonathan Nieder | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | pass "git -c foo=bar" params through environment | Jeff King | 2010-08-24 | 1 | -0/+3 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'jn/merge-renormalize' | Junio C Hamano | 2010-09-03 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | merge-recursive --renormalize | Jonathan Nieder | 2010-08-06 | 1 | -1/+0 | |
| * | | | | | Avoid conflicts when merging branches with mixed normalization | Eyvind Bernhardsen | 2010-07-02 | 1 | -0/+2 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'jn/paginate-fix' | Junio C Hamano | 2010-08-31 | 1 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | setup: remember whether repository was found | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -0/+1 | |
| * | | | | | git wrapper: introduce startup_info struct | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -0/+5 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'gb/split-cmdline-errmsg' | Junio C Hamano | 2010-08-21 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | split_cmdline: Allow caller to access error string | Greg Brockman | 2010-08-11 | 1 | -0/+2 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'nd/fix-sparse-checkout' | Junio C Hamano | 2010-08-21 | 1 | -2/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | unpack-trees: let read-tree -u remove index entries outside sparse area | Nguyễn Thái Ngọc Duy | 2010-08-09 | 1 | -2/+1 | |
| | |_|/ / | |/| | | |