aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'js/cherry-pick-usability'Junio C Hamano2011-03-09
|\
| * Teach commit about CHERRY_PICK_HEADJay Soffian2011-02-21
| * Introduce CHERRY_PICK_HEADJay Soffian2011-02-21
* | Merge branch 'maint'Junio C Hamano2011-03-04
|\ \
| * | init: remove unnecessary checkNguyễn Thái Ngọc Duy2011-03-03
* | | Merge branch 'jn/maint-commit-missing-template'Junio C Hamano2011-03-04
|\ \ \
| * | | commit: error out for missing commit message templateJonathan Nieder2011-02-25
| * | | Merge branch 'ak/describe-exact' into maintJunio C Hamano2011-01-19
| |\ \ \
* | \ \ \ Merge branch 'lt/rename-no-extra-copy-detection'Junio C Hamano2011-03-04
|\ \ \ \ \
| * | | | | for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-18
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/fail-null-clone'Junio C Hamano2011-03-04
|\ \ \ \ \
| * | | | | clone: die when trying to clone missing local pathJeff King2011-02-18
| |/ / / /
* | | | | Merge branch 'jc/grep--no-index-pathspec-fix'Junio C Hamano2011-03-04
|\ \ \ \ \
| * | | | | grep --no-index: honor pathspecs correctlyJunio C Hamano2011-02-16
* | | | | | Merge branch 'jh/push-default-upstream-configname'Junio C Hamano2011-02-27
|\ \ \ \ \ \
| * | | | | | push.default: Rename 'tracking' to 'upstream'Johan Herland2011-02-16
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'lp/config-vername-check'Junio C Hamano2011-02-27
|\ \ \ \ \ \
| * | | | | | Sanity-check config variable namesLibor Pechacek2011-02-22
| |/ / / / /
* | | | | | Merge branch 'mg/placeholders-are-lowercase'Junio C Hamano2011-02-27
|\ \ \ \ \ \
| * | | | | | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-15
* | | | | | | Merge branch 'mg/patch-id'Junio C Hamano2011-02-27
|\ \ \ \ \ \ \
| * | | | | | | git-patch-id: do not trip over "no newline" markersMichael J Gruber2011-02-17
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'mz/rerere-remaining'Junio C Hamano2011-02-27
|\ \ \ \ \ \ \
| * | | | | | | rerere "remaining"Martin von Zweigbergk2011-02-16
* | | | | | | | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook'Junio C Hamano2011-02-27
|\ \ \ \ \ \ \ \
| * | | | | | | | merge: honor prepare-commit-msg hookJay Soffian2011-02-15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/hash-object-sanity'Junio C Hamano2011-02-27
|\ \ \ \ \ \ \ \
| * | | | | | | | Make hash-object more robust against malformed objectsNguyễn Thái Ngọc Duy2011-02-07
* | | | | | | | | Merge branch 'uk/checkout-ambiguous-ref'Junio C Hamano2011-02-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | checkout: rearrange update_refs_for_switch for clarityJonathan Nieder2011-02-08
| * | | | | | | | | checkout: introduce --detach synonym for "git checkout foo^{commit}"Junio C Hamano2011-02-08
| * | | | | | | | | checkout: split off a function to peel away branchname argJonathan Nieder2011-02-08
| * | | | | | | | | checkout: fix bug with ambiguous refsJunio C Hamano2011-01-11
* | | | | | | | | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-02-27
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | grep: drop pathspec_matches() in favor of tree_entry_interesting()Nguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | grep: use writable strbuf from caller for grep_tree()Nguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | grep: use match_pathspec_depth() for cache/worktree greppingNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | grep: convert to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | git-add: make -A description clearer vs. -uMichael J Gruber2011-02-27
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-27
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | branch_merged: fix grammar in warningEric Hanchrow2011-02-27
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | checkout: add missing const to describe_detached_headJonathan Nieder2011-02-22
* | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-15
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | commit,status: describe -u likewiseMichael J Gruber2011-02-15
| * | | | | | | add: describe --patch like checkout, resetMichael J Gruber2011-02-15
| * | | | | | | commit,merge,tag: describe -m likewiseMichael J Gruber2011-02-15
| * | | | | | | clone,init: describe --template using the same wordingMichael J Gruber2011-02-15