Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index-pack: --verify | Junio C Hamano | 2011-02-27 | 1 | -6/+40 |
* | write_idx_file: introduce a struct to hold idx customization options | Junio C Hamano | 2011-02-27 | 2 | -19/+24 |
* | index-pack: group the delta-base array entries also by type | Junio C Hamano | 2011-02-27 | 1 | -21/+40 |
* | Merge branch 'jh/push-default-upstream-configname' | Junio C Hamano | 2011-02-27 | 1 | -5/+5 |
|\ | |||||
| * | push.default: Rename 'tracking' to 'upstream' | Johan Herland | 2011-02-16 | 1 | -5/+5 |
* | | Merge branch 'lp/config-vername-check' | Junio C Hamano | 2011-02-27 | 1 | -7/+20 |
|\ \ | |||||
| * | | Sanity-check config variable names | Libor Pechacek | 2011-02-22 | 1 | -7/+20 |
| |/ | |||||
* | | Merge branch 'mg/placeholders-are-lowercase' | Junio C Hamano | 2011-02-27 | 8 | -25/+25 |
|\ \ | |||||
| * | | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 2011-02-15 | 8 | -25/+25 |
* | | | Merge branch 'mg/patch-id' | Junio C Hamano | 2011-02-27 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | git-patch-id: do not trip over "no newline" markers | Michael J Gruber | 2011-02-17 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'mz/rerere-remaining' | Junio C Hamano | 2011-02-27 | 1 | -2/+12 |
|\ \ \ | |||||
| * | | | rerere "remaining" | Martin von Zweigbergk | 2011-02-16 | 1 | -2/+12 |
* | | | | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' | Junio C Hamano | 2011-02-27 | 1 | -8/+29 |
|\ \ \ \ | |||||
| * | | | | merge: honor prepare-commit-msg hook | Jay Soffian | 2011-02-15 | 1 | -8/+29 |
| | |/ / | |/| | | |||||
* | | | | 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 'uk/checkout-ambiguous-ref' | Junio C Hamano | 2011-02-27 | 1 | -105/+155 |
|\ \ \ \ \ | |||||
| * | | | | | checkout: rearrange update_refs_for_switch for clarity | Jonathan Nieder | 2011-02-08 | 1 | -14/+13 |
| * | | | | | checkout: introduce --detach synonym for "git checkout foo^{commit}" | Junio C Hamano | 2011-02-08 | 1 | -5/+20 |
| * | | | | | checkout: split off a function to peel away branchname arg | Jonathan Nieder | 2011-02-08 | 1 | -98/+131 |
| * | | | | | checkout: fix bug with ambiguous refs | Junio C Hamano | 2011-01-11 | 1 | -10/+13 |
* | | | | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-02-27 | 7 | -163/+65 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep: drop pathspec_matches() in favor of tree_entry_interesting() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -111/+14 |
| * | | | | | | grep: use writable strbuf from caller for grep_tree() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -27/+24 |
| * | | | | | | grep: use match_pathspec_depth() for cache/worktree grepping | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+1 |
| * | | | | | | grep: convert to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -14/+16 |
| * | | | | | | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -2/+6 |
| * | | | | | | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 3 | -10/+6 |
| * | | | | | | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 3 | -4/+4 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | git-add: make -A description clearer vs. -u | Michael J Gruber | 2011-02-27 | 1 | -1/+1 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-27 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | branch_merged: fix grammar in warning | Eric Hanchrow | 2011-02-27 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | checkout: add missing const to describe_detached_head | Jonathan Nieder | 2011-02-22 | 1 | -1/+1 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-15 | 7 | -15/+15 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | commit,status: describe -u likewise | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
| * | | | | | add: describe --patch like checkout, reset | Michael J Gruber | 2011-02-15 | 1 | -1/+1 |
| * | | | | | commit,merge,tag: describe -m likewise | Michael J Gruber | 2011-02-15 | 3 | -5/+5 |
| * | | | | | clone,init: describe --template using the same wording | Michael J Gruber | 2011-02-15 | 2 | -3/+3 |
| * | | | | | commit,status: describe --porcelain just like push | Michael J Gruber | 2011-02-15 | 1 | -2/+2 |
| * | | | | | commit,tag: use same wording for -F | Michael J Gruber | 2011-02-15 | 2 | -2/+2 |
| * | | | | | correct type of EMPTY_TREE_SHA1_BIN | Jonathan Nieder | 2011-02-14 | 1 | -1/+1 |
* | | | | | | repo-config: add deprecation warning | René Scharfe | 2011-02-13 | 1 | -0/+6 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-02-11 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'jc/fsck-fixes' into maint | Junio C Hamano | 2011-02-11 | 1 | -9/+22 |
| |\ \ \ \ \ | |||||
| * | | | | | | clone: fixup recurse_submodules option | Chris Packham | 2011-02-11 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'jc/fsck-fixes' | Junio C Hamano | 2011-02-09 | 1 | -9/+22 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | fsck: do not give up too early in fsck_dir() | Junio C Hamano | 2011-01-27 | 1 | -6/+12 |
| * | | | | | fsck: drop unused parameter from traverse_one_object() | Junio C Hamano | 2011-01-27 | 1 | -3/+10 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jn/cherry-pick-strategy-option' | Junio C Hamano | 2011-02-09 | 2 | -9/+26 |
|\ \ \ \ \ | |_|/ / / |/| | | | |