summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Shawn O. Pearce2007-10-1512-38/+82
|\
| * Whip post 1.5.3.4 maintenance series into shape.Shawn O. Pearce2007-10-152-1/+26
| * rebase -i: use diff plumbing instead of porcelainJohannes Schindelin2007-10-151-2/+2
| * Do not remove distributed configure scriptMathias Megyei2007-10-151-1/+4
| * git-archive: document --execMichele Ballabio2007-10-151-1/+6
| * git-reflog: document --verboseMichele Ballabio2007-10-151-1/+4
| * git-config: handle --file option with relative pathname properlyGerrit Pape2007-10-151-2/+7
| * clear_commit_marks(): avoid deep recursionJohannes Schindelin2007-10-151-9/+14
| * git add -i: Remove unused variablesJean-Luc Herren2007-10-151-10/+6
| * git add -i: Fix parsing of abbreviated hunk headersJean-Luc Herren2007-10-151-6/+5
| * git-config: don't silently ignore options after --listFrank Lichtenheld2007-10-151-1/+4
| * Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds2007-10-153-3/+3
| * Fix embarrassing "git log --follow" bugLinus Torvalds2007-10-151-2/+2
* | Minor usage update in setgitperms.perlJosh England2007-10-151-3/+4
* | manual: use 'URL' instead of 'url'.Ralf Wildenhues2007-10-151-4/+4
* | manual: add some markup.Ralf Wildenhues2007-10-152-6/+6
* | manual: Fix example finding commits referencing given content.Ralf Wildenhues2007-10-151-1/+1
* | Fix wording in push definition.Ralf Wildenhues2007-10-151-2/+2
* | Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues2007-10-1510-26/+27
* | manual: Fix or remove em dashes.Ralf Wildenhues2007-10-151-10/+10
* | Add a --dry-run option to git-push.Brian Ewins2007-10-153-3/+22
* | Add a --dry-run option to git-send-pack.Brian Ewins2007-10-152-13/+23
* | Fix in-place editing functions in convert.cPierre Habouzit2007-10-151-7/+10
* | instaweb: support for Ruby's WEBrick serverMike Dalessio2007-10-152-1/+41
* | instaweb: allow for use of auto-generated scriptsMike Dalessio2007-10-151-1/+3
* | Add 'git-p4 commit' as an alias for 'git-p4 submit'Marius Storm-Olsen2007-10-151-0/+1
* | hg-to-git speedup through selectable repack intervalsMichael Gebetsroither2007-10-151-3/+11
* | git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin2007-10-151-0/+23
* | gtksourceview2 support for gitviewFrederick Akalin2007-10-151-22/+31
* | fix contrib/hooks/post-receive-email hooks.recipients error messageJeff Muizelaar2007-10-151-1/+9
* | Support cvs via git-shellJohannes Schindelin2007-10-151-1/+26
* | makefile: Add a cscope targetKristof Provost2007-10-152-2/+9
* | git-gc --auto: simplify "repack" command line buildingBrandon Casey2007-10-151-7/+1
* | git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey2007-10-151-1/+11
* | fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="Alex Riesen2007-10-151-4/+4
* | Update state documentation link for 1.5.3.4Junio C Hamano2007-10-041-0/+1
* | Don't checkout the full tree if avoidableSteven Walter2007-10-031-16/+48
* | builtin-apply: fix conversion error in strbuf seriesJunio C Hamano2007-10-031-1/+1
* | Merge branch 'mv/unknown'Junio C Hamano2007-10-036-16/+11
|\ \
| * | Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-266-16/+11
* | | Merge branch 'ph/strbuf'Junio C Hamano2007-10-0359-2511/+1809
|\ \ \
| * | | Make read_patch_file work on a strbuf.Pierre Habouzit2007-09-291-16/+11
| * | | strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-295-31/+14
| * | | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-2913-47/+48
| * | | double free in builtin-update-index.cPierre Habouzit2007-09-291-2/+0
| * | | Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg2007-09-274-36/+28
| * | | Add strbuf_read_file().Kristian Høgsberg2007-09-273-8/+19
| * | | rerere: Fix use of an empty strbuf.bufJunio C Hamano2007-09-261-2/+4
| * | | Small cache_tree_write refactor.Pierre Habouzit2007-09-263-25/+15
| * | | Make builtin-rerere use of strbuf nicer and more efficient.Pierre Habouzit2007-09-261-25/+18