summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2010-06-21Merge branch 'tc/commit-abbrev-fix'Libravatar Junio C Hamano1-6/+4
2010-06-21Merge branch 'tr/receive-pack-aliased-update-fix'Libravatar Junio C Hamano1-2/+2
2010-06-21Merge branch 'gs/usage-to-stdout'Libravatar Junio C Hamano1-1/+2
2010-06-21Merge branch 'gv/portable'Libravatar Junio C Hamano12-25/+38
2010-06-21Merge branch 'em/checkout-orphan'Libravatar Junio C Hamano1-3/+28
2010-06-21Merge branch 'rs/diff-no-minimal' into maintLibravatar Junio C Hamano4-4/+4
2010-06-21Merge branch 'bg/apply-blank-trailing-context' into maintLibravatar Junio C Hamano1-6/+6
2010-06-18textconv: support for cat_fileLibravatar Clément Poulain2-8/+38
2010-06-18Merge branch 'cb/ls-files-cdup'Libravatar Junio C Hamano1-34/+41
2010-06-18Merge branch 'mg/status-b'Libravatar Junio C Hamano1-2/+6
2010-06-18Merge branch 'jn/remote-set-branches'Libravatar Junio C Hamano1-11/+91
2010-06-18Merge branch 'rc/ls-remote-default'Libravatar Junio C Hamano1-1/+9
2010-06-18Merge branch 'tc/merge-m-log'Libravatar Junio C Hamano2-36/+60
2010-06-18Merge branch 'ph/clone-message-reword'Libravatar Junio C Hamano1-1/+2
2010-06-18textconv: support for blameLibravatar Axel Bonnet1-13/+72
2010-06-16Merge 'maint' updates inLibravatar Junio C Hamano1-1/+1
2010-06-16Merge branch 'jn/shortlog' into maintLibravatar Junio C Hamano1-1/+2
2010-06-16Merge branch 'np/index-pack-memsave' into maintLibravatar Junio C Hamano1-44/+45
2010-06-16Merge branch 'sp/maint-describe-tiebreak-with-tagger-date' into maintLibravatar Junio C Hamano1-4/+45
2010-06-16Merge branch 'np/malloc-threading' into maintLibravatar Junio C Hamano2-3/+12
2010-06-16Merge branch 'mh/status-optionally-refresh' into maintLibravatar Junio C Hamano1-0/+9
2010-06-16format-patch: Add a signature option (--signature)Libravatar Stephen Boyd1-3/+15
2010-06-15notes: Initialize variable to appease Sun StudioLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2010-06-13Merge branch 'mg/notes-dry-run'Libravatar Junio C Hamano1-4/+9
2010-06-13Merge branch 'rs/grep-binary'Libravatar Junio C Hamano1-2/+6
2010-06-13Merge branch 'js/try-to-free-stackable'Libravatar Junio C Hamano1-2/+4
2010-06-13Merge branch 'jn/maint-amend-missing-name'Libravatar Junio C Hamano1-7/+13
2010-06-13Merge branch 'rs/diff-no-minimal'Libravatar Junio C Hamano4-4/+4
2010-06-13commit: use value of GIT_REFLOG_ACTION env variable as reflog messageLibravatar Christian Couder1-4/+9
2010-06-13parseopt: wrap rev-parse --parseopt usage for eval consumptionLibravatar Thomas Rast1-1/+2
2010-06-13grep -O: allow optional argument specifying the pager (or editor)Libravatar Johannes Schindelin1-14/+12
2010-06-13grep: Add the option '--open-files-in-pager'Libravatar Johannes Schindelin1-0/+73
2010-06-13Unify code paths of threaded grepsLibravatar Johannes Schindelin1-17/+5
2010-06-13grep: refactor grep_objects loop into its own functionLibravatar Jonathan Nieder1-10/+20
2010-06-12rev-list: introduce --count optionLibravatar Thomas Rast1-0/+16
2010-06-12log_ref_setup: don't return stack-allocated arrayLibravatar Thomas Rast1-2/+2
2010-06-11commit: give advice on empty amendLibravatar Jeff King1-0/+7
2010-06-07Merge branch 'maint'Libravatar Junio C Hamano2-3/+3
2010-06-07Change C99 comments to old-style C commentsLibravatar Tor Arntsen2-3/+3
2010-06-07branch: don't fail listing branches if one of the commits wasn't foundLibravatar Simo Melenius1-1/+4
2010-06-07branch: exit status now reflects if branch listing finds an errorLibravatar Simo Melenius1-6/+19
2010-06-05ls-files: allow relative pathspecLibravatar Clemens Buchacher1-34/+41
2010-06-03Show branch information in short output of git statusLibravatar Daniel Knittl-Frank1-2/+6
2010-06-03checkout --orphan: respect -l option alwaysLibravatar Erick Mattos1-3/+28
2010-06-02revert: allow cherry-picking more than one commitLibravatar Christian Couder1-10/+41
2010-06-02revert: change help_msg() to take no argumentLibravatar Christian Couder1-4/+4
2010-06-02revert: refactor code into a do_pick_commit() functionLibravatar Christian Couder1-19/+25
2010-06-02revert: use run_command_v_opt() instead of execv_git_cmd()Libravatar Christian Couder1-2/+9
2010-06-02revert: cleanup code for -x optionLibravatar Christian Couder1-7/+1
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan7-12/+12