summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2010-08-15Merge branch 'jn/maint-setup-fix' (early part) into jn/paginate-fixLibravatar Junio C Hamano1-19/+5
2010-08-15config: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy1-3/+2
2010-08-15bundle: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy1-4/+2
2010-08-15apply: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2010-08-15cherry-pick/revert: Use advise() for hintsLibravatar Jonathan Nieder1-23/+11
2010-08-15cherry-pick/revert: Use error() for failure messageLibravatar Jonathan Nieder1-2/+5
2010-08-15Introduce advise() to print hintsLibravatar Jonathan Nieder1-0/+9
2010-08-15Eliminate “Finished cherry-pick/revert” messageLibravatar Jonathan Nieder1-2/+0
2010-08-14fetch: allow command line --tags to override configLibravatar Daniel Johnson1-4/+6
2010-08-12Merge branch 'maint'Libravatar Junio C Hamano2-2/+4
2010-08-12push: mention "git pull" in error message for non-fast forwardsLibravatar Matthieu Moy1-2/+2
2010-08-12index-pack: Don't follow replace refs.Libravatar Nelson Elhage1-0/+2
2010-08-11unpack_trees: group error messages by typeLibravatar Matthieu Moy2-0/+2
2010-08-11merge-recursive: porcelain messages for checkoutLibravatar Diane Gasselin2-2/+2
2010-08-11Turn unpack_trees_options.msgs into an array + enumLibravatar Matthieu Moy2-2/+2
2010-08-11split_cmdline: Allow caller to access error stringLibravatar Greg Brockman1-1/+2
2010-08-11grep: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy1-4/+2
2010-08-11shortlog: run setup_git_directory_gently() soonerLibravatar Nguyễn Thái Ngọc Duy1-2/+1
2010-08-09Merge branch 'maint'Libravatar Junio C Hamano3-22/+32
2010-08-09prune: allow --dry-run for -n and --verbose for -vLibravatar René Scharfe1-3/+2
2010-08-09notes: allow --dry-run for -n and --verbose for -vLibravatar René Scharfe1-2/+3
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusLibravatar Jens Lehmann5-0/+10
2010-08-06Allow "check-ref-format --branch" from subdirectoryLibravatar Jonathan Nieder1-0/+2
2010-08-06check-ref-format: handle subcommands in separate functionsLibravatar Jonathan Nieder1-17/+25
2010-08-06merge-recursive --renormalizeLibravatar Jonathan Nieder4-5/+32
2010-08-06rerere: migrate to parse-options APILibravatar Jonathan Nieder1-24/+28
2010-08-06ll-merge: let caller decide whether to renormalizeLibravatar Jonathan Nieder1-0/+4
2010-08-04config: add --local optionLibravatar Sverre Rabbelier1-2/+5
2010-08-04Revert "rehabilitate 'git index-pack' inside the object store"Libravatar Nguyễn Thái Ngọc Duy1-19/+5
2010-08-02ls-files: learn a debugging dump formatLibravatar Thomas Rast1-0/+9
2010-08-02builtin/push.c: remove useless temporary variableLibravatar Jared Hance1-4/+4
2010-07-27checkout, commit: remove confusing assignments to rev.abbrevLibravatar Jonathan Nieder2-2/+0
2010-07-27commit: remove full stop from usage help for -uLibravatar Stephen Boyd1-1/+1
2010-07-27Clarify help message when no remote is specified in fetch/pull.Libravatar Matthieu Moy1-1/+2
2010-07-25Cast execl*() NULL sentinels to (char *)Libravatar Thomas Rast1-6/+6
2010-07-23blame: use find_commit_subject() instead of custom codeLibravatar Christian Couder1-15/+7
2010-07-23revert: rename variables related to subject in get_message()Libravatar Christian Couder1-5/+5
2010-07-23revert: refactor code to find commit subject in find_commit_subject()Libravatar Christian Couder1-12/+2
2010-07-23revert: fix off by one read when searching the end of a commit subjectLibravatar Christian Couder1-1/+1
2010-07-23Teach "apply --index-info" to handle rename patchesLibravatar Junio C Hamano1-2/+1
2010-07-20Add -e/--exclude to git-clean.Libravatar Jared Hance1-1/+16
2010-07-19fast-export: Add a --full-tree optionLibravatar Elijah Newren1-1/+3
2010-07-19fast-export: Fix dropping of files with --import-marks and path limitingLibravatar Elijah Newren1-1/+8
2010-07-19Merge branch 'jl/add-n-ignore-missing'Libravatar Junio C Hamano1-4/+12
2010-07-16Merge branch 'jc/diff-merge-base-multi'Libravatar Junio C Hamano1-13/+0
2010-07-16revert: improve success message by adding abbreviated commit sha1Libravatar Christian Couder1-2/+3
2010-07-16revert: don't print "Finished one cherry-pick." if commit failedLibravatar Christian Couder1-12/+5
2010-07-16revert: refactor commit code into a new run_git_commit() functionLibravatar Christian Couder1-25/+27
2010-07-16revert: report success when using option --strategyLibravatar Christian Couder1-22/+29
2010-07-15Merge branch 'wp/merge-tree-fix'Libravatar Junio C Hamano1-1/+2