summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/index-update-if-able' into maintJunio C Hamano2011-04-032-13/+3
|\
| * diff/status: refactor opportunistic index updateJunio C Hamano2011-03-212-13/+3
* | Merge branch 'lt/default-abbrev' into maintJunio C Hamano2011-04-031-1/+5
|\ \
| * | Make the default abbrev length configurableLinus Torvalds2011-03-111-1/+5
* | | Merge branch 'mm/maint-log-n-with-diff-filtering' into maintJunio C Hamano2011-04-031-1/+7
|\ \ \
| * | | log: fix --max-count when used together with -S or -GMatthieu Moy2011-03-091-1/+7
* | | | Merge branch 'lp/config-vername-check' into maintJunio C Hamano2011-04-031-7/+20
|\ \ \ \
| * | | | Sanity-check config variable namesLibor Pechacek2011-02-221-7/+20
| | |/ / | |/| |
* | | | Merge branch 'jc/maint-apply-report-offset' into maintJunio C Hamano2011-04-011-2/+14
|\ \ \ \
| * | | | apply -v: show offset count when patch did not apply exactlyJunio C Hamano2011-03-061-2/+14
| | |/ / | |/| |
* | | | Merge branch 'jc/maint-apply-no-double-patch' into maintJunio C Hamano2011-04-011-1/+6
|\ \ \ \
| * | | | apply: do not patch lines that were already patchedJunio C Hamano2011-03-041-1/+6
| |/ / /
* | | | Merge "checkout ambiguous ref bugfix" into maintJunio C Hamano2011-04-011-10/+13
|\ \ \ \
| * | | | checkout: fix bug with ambiguous refsJunio C Hamano2011-01-111-10/+13
* | | | | grep: Add the option '--line-number'Joe Ratterman2011-03-281-1/+1
* | | | | Merge branch 'jn/maint-commit-missing-template' into maintJunio C Hamano2011-03-161-1/+1
|\ \ \ \ \
| * | | | | commit: error out for missing commit message templateJonathan Nieder2011-02-251-1/+1
| * | | | | Merge branch 'ak/describe-exact' into maintJunio C Hamano2011-01-191-25/+60
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'lt/rename-no-extra-copy-detection' into maintJunio C Hamano2011-03-161-2/+2
|\ \ \ \ \ \ \
| * | | | | | | for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-181-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jk/fail-null-clone' into maintJunio C Hamano2011-03-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | clone: die when trying to clone missing local pathJeff King2011-02-181-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'jh/push-default-upstream-configname' into maintJunio C Hamano2011-03-161-5/+5
|\ \ \ \ \ \ \
| * | | | | | | push.default: Rename 'tracking' to 'upstream'Johan Herland2011-02-161-5/+5
| |/ / / / / /
* | | | | | | Merge branch 'mg/placeholders-are-lowercase' into maintJunio C Hamano2011-03-168-25/+25
|\ \ \ \ \ \ \
| * | | | | | | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-158-25/+25
* | | | | | | | Merge branch 'mg/patch-id' into maintJunio C Hamano2011-03-161-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | git-patch-id: do not trip over "no newline" markersMichael J Gruber2011-02-171-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maintJunio C Hamano2011-03-161-8/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | merge: honor prepare-commit-msg hookJay Soffian2011-02-151-8/+29
| |/ / / / / / /
* | | | | | | | cherry: split off function to print output linesJonathan Nieder2011-03-161-16/+18
* | | | | | | | branch: split off function that writes tracking info and commit subjectJonathan Nieder2011-03-161-21/+27
* | | | | | | | standardize brace placement in struct definitionsJonathan Nieder2011-03-164-10/+5
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | init: remove unnecessary checkNguyễn Thái Ngọc Duy2011-03-031-7/+5
* | | | | | | branch_merged: fix grammar in warningEric Hanchrow2011-02-271-1/+1
| |/ / / / / |/| | | | |
* | | | | | commit,status: describe -u likewiseMichael J Gruber2011-02-151-1/+1
* | | | | | add: describe --patch like checkout, resetMichael J Gruber2011-02-151-1/+1
* | | | | | commit,merge,tag: describe -m likewiseMichael J Gruber2011-02-153-5/+5
* | | | | | clone,init: describe --template using the same wordingMichael J Gruber2011-02-152-3/+3
* | | | | | commit,status: describe --porcelain just like pushMichael J Gruber2011-02-151-2/+2
* | | | | | commit,tag: use same wording for -FMichael J Gruber2011-02-152-2/+2
* | | | | | correct type of EMPTY_TREE_SHA1_BINJonathan Nieder2011-02-141-1/+1
* | | | | | Merge branch 'jc/fsck-fixes' into maintJunio C Hamano2011-02-111-9/+22
|\ \ \ \ \ \
| * | | | | | fsck: do not give up too early in fsck_dir()Junio C Hamano2011-01-271-6/+12
| * | | | | | fsck: drop unused parameter from traverse_one_object()Junio C Hamano2011-01-271-3/+10
| |/ / / / /
* | | | | | clone: fixup recurse_submodules optionChris Packham2011-02-111-1/+1
* | | | | | diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy2011-02-071-2/+5
|/ / / / /
* | | | | remote-ext: do not segfault for blank linesJonathan Nieder2011-01-181-4/+4
* | | | | Merge branch 'maint'Junio C Hamano2011-01-121-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | commit: suggest --amend --reset-author to fix commiter identityMatthieu Moy2011-01-121-2/+2
| | |/ / | |/| |