aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use start_command() to run content filters instead of explicit fork/exec.Johannes Sixt2007-10-21
* Use start_command() in git_connect() instead of explicit fork/exec.Johannes Sixt2007-10-21
* Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-21
* Define compat version of mkdtemp for systems lacking itShawn O. Pearce2007-10-20
* Avoid scary errors about tagged trees/blobs during git-fetchShawn O. Pearce2007-10-19
* fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-16
* Support 'push --dry-run' for http transportShawn O. Pearce2007-10-16
* Support 'push --dry-run' for rsync transportShawn O. Pearce2007-10-16
* Fix 'push --all branch...' error handlingShawn O. Pearce2007-10-16
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16
|\
| * Merge branch 'maint'Shawn O. Pearce2007-10-15
| |\
| | * Whip post 1.5.3.4 maintenance series into shape.Shawn O. Pearce2007-10-15
| | * rebase -i: use diff plumbing instead of porcelainJohannes Schindelin2007-10-15
| | * Do not remove distributed configure scriptMathias Megyei2007-10-15
| | * git-archive: document --execMichele Ballabio2007-10-15
| | * git-reflog: document --verboseMichele Ballabio2007-10-15
| | * git-config: handle --file option with relative pathname properlyGerrit Pape2007-10-15
| | * clear_commit_marks(): avoid deep recursionJohannes Schindelin2007-10-15
| | * git add -i: Remove unused variablesJean-Luc Herren2007-10-15
| | * git add -i: Fix parsing of abbreviated hunk headersJean-Luc Herren2007-10-15
| | * git-config: don't silently ignore options after --listFrank Lichtenheld2007-10-15
| | * Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds2007-10-15
| | * Fix embarrassing "git log --follow" bugLinus Torvalds2007-10-15
| * | Minor usage update in setgitperms.perlJosh England2007-10-15
| * | manual: use 'URL' instead of 'url'.Ralf Wildenhues2007-10-15
| * | manual: add some markup.Ralf Wildenhues2007-10-15
| * | manual: Fix example finding commits referencing given content.Ralf Wildenhues2007-10-15
| * | Fix wording in push definition.Ralf Wildenhues2007-10-15
| * | Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues2007-10-15
| * | manual: Fix or remove em dashes.Ralf Wildenhues2007-10-15
| * | Add a --dry-run option to git-push.Brian Ewins2007-10-15
| * | Add a --dry-run option to git-send-pack.Brian Ewins2007-10-15
| * | Fix in-place editing functions in convert.cPierre Habouzit2007-10-15
| * | instaweb: support for Ruby's WEBrick serverMike Dalessio2007-10-15
| * | instaweb: allow for use of auto-generated scriptsMike Dalessio2007-10-15
| * | Add 'git-p4 commit' as an alias for 'git-p4 submit'Marius Storm-Olsen2007-10-15
| * | hg-to-git speedup through selectable repack intervalsMichael Gebetsroither2007-10-15
| * | git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin2007-10-15
| * | gtksourceview2 support for gitviewFrederick Akalin2007-10-15
| * | fix contrib/hooks/post-receive-email hooks.recipients error messageJeff Muizelaar2007-10-15
| * | Support cvs via git-shellJohannes Schindelin2007-10-15
| * | makefile: Add a cscope targetKristof Provost2007-10-15
| * | git-gc --auto: simplify "repack" command line buildingBrandon Casey2007-10-15
| * | git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey2007-10-15
| * | fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="Alex Riesen2007-10-15
| * | Update state documentation link for 1.5.3.4Junio C Hamano2007-10-04
| * | Don't checkout the full tree if avoidableSteven Walter2007-10-03
| * | builtin-apply: fix conversion error in strbuf seriesJunio C Hamano2007-10-03
| * | Merge branch 'mv/unknown'Junio C Hamano2007-10-03
| |\ \
| | * | Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-26