summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-21Have start_command() create a pipe to read the stderr of the child.Johannes Sixt
2007-10-21Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.Johannes Sixt
2007-10-21Use run_command() to spawn external diff programs instead of fork/exec.Johannes Sixt
2007-10-21Use start_command() to run content filters instead of explicit fork/exec.Johannes Sixt
2007-10-21Use start_command() in git_connect() instead of explicit fork/exec.Johannes Sixt
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt
2007-10-21Define compat version of mkdtemp for systems lacking itShawn O. Pearce
2007-10-19Avoid scary errors about tagged trees/blobs during git-fetchShawn O. Pearce
2007-10-16fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin
2007-10-16Support 'push --dry-run' for http transportShawn O. Pearce
2007-10-16Support 'push --dry-run' for rsync transportShawn O. Pearce
2007-10-16Fix 'push --all branch...' error handlingShawn O. Pearce
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-10-16Merge branch 'maint'Shawn O. Pearce
2007-10-16Whip post 1.5.3.4 maintenance series into shape.Shawn O. Pearce
2007-10-16Minor usage update in setgitperms.perlJosh England
2007-10-16manual: use 'URL' instead of 'url'.Ralf Wildenhues
2007-10-16manual: add some markup.Ralf Wildenhues
2007-10-16manual: Fix example finding commits referencing given content.Ralf Wildenhues
2007-10-16Fix wording in push definition.Ralf Wildenhues
2007-10-16Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues
2007-10-16manual: Fix or remove em dashes.Ralf Wildenhues
2007-10-16Add a --dry-run option to git-push.Brian Ewins
2007-10-16Add a --dry-run option to git-send-pack.Brian Ewins
2007-10-16Fix compilation when NO_CURL is definedJohannes Schindelin
2007-10-16Fix in-place editing functions in convert.cPierre Habouzit
2007-10-16instaweb: support for Ruby's WEBrick serverMike Dalessio
2007-10-16instaweb: allow for use of auto-generated scriptsMike Dalessio
2007-10-16Add 'git-p4 commit' as an alias for 'git-p4 submit'Marius Storm-Olsen
2007-10-16hg-to-git speedup through selectable repack intervalsMichael Gebetsroither
2007-10-16git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin
2007-10-16gtksourceview2 support for gitviewFrederick Akalin
2007-10-16fix contrib/hooks/post-receive-email hooks.recipients error messageJeff Muizelaar
2007-10-16Support cvs via git-shellJohannes Schindelin
2007-10-16rebase -i: use diff plumbing instead of porcelainJohannes Schindelin
2007-10-16Do not remove distributed configure scriptMathias Megyei
2007-10-16git-archive: document --execMichele Ballabio
2007-10-16git-reflog: document --verboseMichele Ballabio
2007-10-16makefile: Add a cscope targetKristof Provost
2007-10-16git-config: handle --file option with relative pathname properlyGerrit Pape
2007-10-16clear_commit_marks(): avoid deep recursionJohannes Schindelin
2007-10-16git add -i: Remove unused variablesJean-Luc Herren
2007-10-16git add -i: Fix parsing of abbreviated hunk headersJean-Luc Herren
2007-10-16git-config: don't silently ignore options after --listFrank Lichtenheld
2007-10-16git-gc --auto: simplify "repack" command line buildingBrandon Casey
2007-10-16git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey
2007-10-16Added a test for fetching remote tags when there is not tags.Väinö Järvelä
2007-10-16Fix a crash in ls-remote when refspec expands into nothingAlex Riesen
2007-10-16Remove duplicate ref matches in fetchDaniel Barkalow
2007-10-16fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="Alex Riesen