summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2010-08-23Merge branch 'maint'Junio C Hamano
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-22Merge branch 'gb/split-cmdline-errmsg'Junio C Hamano
2010-08-22Merge branch 'sr/local-config'Junio C Hamano
2010-08-22Merge branch 'dg/local-mod-error-messages'Junio C Hamano
2010-08-20Merge branch 'jn/fix-abbrev' into maintJunio C Hamano
2010-08-20Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano
2010-08-20builtin/checkout: Fix message when switching to an existing branchRamkumar Ramachandra
2010-08-18Merge branch 'tf/string-list-init'Junio C Hamano
2010-08-18Merge branch 'cc/find-commit-subject'Junio C Hamano
2010-08-18Merge branch 'jl/submodule-ignore-diff'Junio C Hamano
2010-08-18Merge branch 'jn/fix-abbrev'Junio C Hamano
2010-08-18Merge branch 'jh/clean-exclude'Junio C Hamano
2010-08-18Merge branch 'jn/rebase-rename-am'Junio C Hamano
2010-08-18Merge branch 'ar/string-list-foreach'Junio C Hamano
2010-08-18Merge branch 'tc/checkout-B'Junio C Hamano
2010-08-13Merge branch 'maint'Junio C Hamano
2010-08-13push: mention "git pull" in error message for non-fast forwardsMatthieu Moy
2010-08-12index-pack: Don't follow replace refs.Nelson Elhage
2010-08-11unpack_trees: group error messages by typeMatthieu Moy
2010-08-11merge-recursive: porcelain messages for checkoutDiane Gasselin
2010-08-11Turn unpack_trees_options.msgs into an array + enumMatthieu Moy
2010-08-11split_cmdline: Allow caller to access error stringGreg Brockman
2010-08-09Merge branch 'maint'Junio C Hamano
2010-08-09prune: allow --dry-run for -n and --verbose for -vRené Scharfe
2010-08-09notes: allow --dry-run for -n and --verbose for -vRené Scharfe
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann
2010-08-06Allow "check-ref-format --branch" from subdirectoryJonathan Nieder
2010-08-06check-ref-format: handle subcommands in separate functionsJonathan Nieder
2010-08-04config: add --local optionSverre Rabbelier
2010-08-02ls-files: learn a debugging dump formatThomas Rast
2010-08-02builtin/push.c: remove useless temporary variableJared Hance
2010-07-27checkout, commit: remove confusing assignments to rev.abbrevJonathan Nieder
2010-07-27commit: remove full stop from usage help for -uStephen Boyd
2010-07-27Clarify help message when no remote is specified in fetch/pull.Matthieu Moy
2010-07-26Cast execl*() NULL sentinels to (char *)Thomas Rast
2010-07-23blame: use find_commit_subject() instead of custom codeChristian Couder
2010-07-23revert: rename variables related to subject in get_message()Christian Couder
2010-07-23revert: refactor code to find commit subject in find_commit_subject()Christian Couder
2010-07-23revert: fix off by one read when searching the end of a commit subjectChristian Couder
2010-07-23Teach "apply --index-info" to handle rename patchesJunio C Hamano
2010-07-20Add -e/--exclude to git-clean.Jared Hance
2010-07-19Merge branch 'jl/add-n-ignore-missing'Junio C Hamano
2010-07-16Merge branch 'jc/diff-merge-base-multi'Junio C Hamano
2010-07-15Merge branch 'wp/merge-tree-fix'Junio C Hamano
2010-07-15Merge branch 'js/merge-rr-fix'Junio C Hamano
2010-07-15Merge branch 'jc/diff-merge-base-multi'Junio C Hamano
2010-07-15Merge branch 'jn/grep-open'Junio C Hamano
2010-07-15Merge branch 'jk/maint-status-keep-index-timestamp'Junio C Hamano
2010-07-14MERGE_RR is in .git, not .git/rr-cacheJay Soffian