summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-05diff: run external diff helper with shellLibravatar Jeff King1-1/+1
2010-01-05textconv: use shell to run helperLibravatar Jeff King3-2/+3
2010-01-05editor: use run_command's shell featureLibravatar Jeff King1-19/+2
2010-01-05run-command: optimize out useless shell callsLibravatar Jeff King1-9/+11
2010-01-05run-command: convert simple callsites to use_shellLibravatar Jeff King4-12/+10
2010-01-05t0021: use $SHELL_PATH for the filter scriptLibravatar Johannes Sixt1-1/+2
2010-01-05Makefile: make ppc/sha1ppc.o depend on GIT-CFLAGSLibravatar Jonathan Nieder1-1/+1
2010-01-04Documentation: reset: add some missing tablesLibravatar Christian Couder1-6/+29
2010-01-04Fix bit assignment for CE_CONFLICTEDLibravatar Junio C Hamano1-1/+1
2010-01-03Use warning function instead of fprintf(stderr, "Warning: ...").Libravatar Thiago Farina4-7/+5
2010-01-03"reset --merge": fix unmerged caseLibravatar Junio C Hamano5-20/+49
2010-01-03reset: use "unpack_trees()" directly instead of "git read-tree"Libravatar Stephan Beyer3-17/+38
2010-01-02Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2010-01-02stash: mention --patch in usage string.Libravatar Matthieu Moy1-1/+1
2010-01-01run-command: add "use shell" optionLibravatar Jeff King2-0/+49
2009-12-31Merge branch 'maint'Libravatar Junio C Hamano5-21/+37
2009-12-31Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano2-15/+17
2009-12-31branch: die explicitly why when calling "git branch [-a|-r] branchname".Libravatar Matthieu Moy2-15/+17
2009-12-31fast-import: Document author/committer/tagger name is optionalLibravatar Shawn O. Pearce2-6/+6
2009-12-31SubmittingPatches: hints to know the status of a submitted patch.Libravatar Matthieu Moy1-0/+14
2009-12-31bash completion: factor submodules into dirty stateLibravatar Thomas Rast1-4/+2
2009-12-31Fix "git remote update" with remotes.defalt setLibravatar Björn Gustavsson2-6/+18
2009-12-31builtin-config: add --path option doing ~ and ~user expansion.Libravatar Matthieu Moy3-4/+58
2009-12-31cvsserver: make the output of 'update' more compatible with cvs.Libravatar Sergei Organov1-0/+16
2009-12-30bash completion: add space between branch name and status flagsLibravatar Shawn O. Pearce1-5/+2
2009-12-30grep: do not do external grep on skip-worktree entriesLibravatar Nguyễn Thái Ngọc Duy1-1/+17
2009-12-30CVS Server: Support reading base and roots from environmentLibravatar Phil Miller2-1/+36
2009-12-30builtin-push: add --delete as syntactic sugar for :fooLibravatar Jan Krüger3-3/+53
2009-12-30Add completion for git-svn mkdirs,reset,and gcLibravatar Robert Zeh1-2/+5
2009-12-30Merge branch 'maint'Libravatar Junio C Hamano5-23/+34
2009-12-30Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano4-15/+19
2009-12-30textconv: stop leaking file descriptorsLibravatar Jeff King1-0/+2
2009-12-30reset: add a few tests for "git reset --merge"Libravatar Christian Couder1-0/+159
2009-12-30Documentation: reset: add some tables to describe the different optionsLibravatar Christian Couder1-0/+66
2009-12-30reset: improve mixed reset error message when in a bare repoLibravatar Christian Couder1-0/+4
2009-12-30reset: unbreak hard resets with GIT_WORK_TREELibravatar Jeff King2-4/+8
2009-12-30archive: complain about path specs that don't match anythingLibravatar René Scharfe1-1/+24
2009-12-29Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano2-9/+11
2009-12-29commit: --cleanup is a message optionLibravatar Greg Price1-2/+4
2009-12-29git count-objects: handle packs bigger than 4GLibravatar Andreas Schwab1-6/+6
2009-12-29t7102: make the test fail if one of its check failsLibravatar Nguyễn Thái Ngọc Duy1-7/+7
2009-12-29Remove http.authAnyLibravatar Junio C Hamano2-23/+1
2009-12-29Documentation: always respect core.worktree if setLibravatar Nguyễn Thái Ngọc Duy1-8/+15
2009-12-28clone: use --progress to force progress reportingLibravatar Tay Ray Chuan3-3/+11
2009-12-28clone: set transport->verbose when -v/--verbose is usedLibravatar Tay Ray Chuan1-1/+3
2009-12-28git-clone.txt: reword description of progress behaviourLibravatar Tay Ray Chuan1-3/+6
2009-12-28check stderr with isatty() instead of stdout when deciding to show progressLibravatar Tay Ray Chuan4-4/+4
2009-12-28Remove special casing of http, https and ftpLibravatar Ilari Liusvaara3-10/+29
2009-12-28Support remote archive from all smart transportsLibravatar Ilari Liusvaara4-7/+55
2009-12-28Support remote helpers implementing smart transportsLibravatar Ilari Liusvaara2-7/+142