gitweb.git

Commits

2007-11-18 GIT 1.5.3.6 v1.5.3.6
2007-11-18 grep -An -Bm: fix invocation of external grep command
2007-11-17 Update draft release notes for 1.5.3.6
2007-11-17 Merge branch 'ds/maint-deflatebound' into maint
2007-11-17 Fix per-directory exclude handing for "git add"
2007-11-17 core.excludesfile clean-up
2007-11-17 Fix t9101 test failure caused by Subversion "auto-props"
2007-11-17 git-send-email: add charset header if we add encoded...
2007-11-14 git-clean: honor core.excludesfile
2007-11-14 Documentation: Fix man page breakage with DocBook XSL...
2007-11-14 git-remote.txt: fix typo
2007-11-14 core-tutorial.txt: Fix argument mistake in an example.
2007-11-14 replace reference to git-rm with git-reset in git-commi...
2007-11-14 Grammar fixes for gitattributes documentation
2007-11-14 Don't allow fast-import tree delta chains to exceed...
2007-11-13 revert/cherry-pick: allow starting from dirty work...
2007-11-13 t/t3404: fix test for a bogus todo file.
2007-11-12 Merge branch 'sp/maint-plug-traverse-commit-list-leak...
2007-11-12 for-each-ref: fix off by one read.
2007-11-12 git-branch: remove mention of non-existent '-b' option
2007-11-12 git-svn: prevent dcommitting if the index is dirty.
2007-11-11 fix index-pack with packs >4GB containing deltas on...
2007-11-11 git-hash-object should honor config variables
2007-11-10 gitweb: correct month in date display for atom feeds
2007-11-10 Fix memory leak in traverse_commit_list
2007-11-10 print warning/error/fatal messages in one shot
2007-11-09 Start preparing for 1.5.3.6
2007-11-09 git-send-email: Change the prompt for the subject of...
2007-11-09 SubmittingPatches: improve the 'Patch:' section of...
2007-11-09 instaweb: Minor cleanups and fixes for potential problems
2007-11-09 stop t1400 hiding errors in tests
2007-11-09 Makefile: add missing dependency on wt-status.h
2007-11-09 refresh_index_quietly(): express "optional" nature...
2007-11-08 Fix sed string regex escaping in module_name.
2007-11-08 Avoid a few unportable, needlessly nested "...`...".
2007-11-08 git-mailsplit: with maildirs not only process cur/...
2007-11-08 Improve accuracy of check for presence of deflateBound.
2007-11-08 Add Documentation/CodingGuidelines
2007-11-07 When exec() fails include the failing command in the...
2007-11-07 RelNotes-1.5.3.5: fix another typo
2007-11-06 Remove a couple of duplicated include
2007-11-06 grep with unmerged index
2007-11-06 Merge branch 'gp/maint-diffdoc' into maint
2007-11-06 git-daemon: fix remote port number in log entry
2007-11-05 git-svn: t9114: verify merge commit message in test
2007-11-05 git-svn: fix dcommit clobbering when committing a serie...
2007-11-04 RelNotes-1.5.3.5: fix typo
2007-11-04 Delay pager setup in git blame
2007-11-04 git-cvsimport: really convert underscores in branch...
2007-11-02 Fixing path quoting in git-rebase
2007-11-02 Merge branch 'bk/maint-cvsexportcommit' into maint
2007-11-02 Remove unecessary hard-coding of EDITOR=':' VISUAL...
2007-11-02 Documentation: quote commit messages consistently.
2007-11-02 Remove escaping of '|' in manpage option sections
2007-11-02 git-diff.txt: add section "output format" describing...
2007-11-01 git-format-patch.txt: fix explanation of an example.
2007-11-01 git-filter-branch.txt: fix a typo.
2007-11-01 git-clone.txt: Improve --depth description.
2007-11-01 gitweb: Update config file example for snapshot feature...
2007-11-01 cvsexportcommit: fix for commits that do not have parents
2007-10-31 GIT 1.5.3.5 v1.5.3.5
2007-10-31 Update GIT 1.5.3.5 Release Notes
2007-10-31 git-rebase--interactive.sh: Make 3-way merge strategies...
2007-10-31 git-rebase--interactive.sh: Don't pass a strategy to...
2007-10-31 Fix --strategy parsing in git-rebase--interactive.sh
2007-10-31 Make merge-recursive honor diff.renamelimit
2007-10-30 cherry-pick/revert: more compact user direction message
2007-10-30 core-tutorial: Use new syntax for git-merge.
2007-10-30 git-merge: document but discourage the historical syntax
2007-10-30 Prevent send-pack from segfaulting (backport from ...
2007-10-30 Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in...
2007-10-29 RelNotes-1.5.3.5: describe recent fixes
2007-10-29 merge-recursive.c: mrtree in merge() is not used before set
2007-10-29 sha1_file.c: avoid gcc signed overflow warnings
2007-10-29 Fix a small memory leak in builtin-add
2007-10-28 honor the http.sslVerify option in shell scripts
2007-10-26 Fix generation of perl/perl.mak
2007-10-25 git-remote: fix "Use of uninitialized value in string ne"
2007-10-21 Describe more 1.5.3.5 fixes in release notes
2007-10-21 Fix diffcore-break total breakage
2007-10-21 Fix directory scanner to correctly ignore files without...
2007-10-21 Merge branch 'maint' of git://repo.or.cz/git-gui into...
2007-10-21 Improve receive-pack error message about funny ref...
2007-10-21 fast-import: Fix argument order to die in file_change_m
2007-10-21 git-gui: Don't display CR within console windows gitgui-0.8.4
2007-10-21 git-gui: Handle progress bars from newer gits
2007-10-20 git-gui: Correctly report failures from git-write-tree
2007-10-20 gitk.txt: Fix markup.
2007-10-20 send-pack: respect '+' on wildcard refspecs
2007-10-19 Paper bag fix diff invocation in 'git stash show'
2007-10-19 Further 1.5.3.5 fixes described in release notes
2007-10-19 Avoid invoking diff drivers during git-stash
2007-10-19 attr: fix segfault in gitattributes parsing code
2007-10-19 Define NI_MAXSERV if not defined by operating system
2007-10-19 Ensure we add directories in the correct order
2007-10-19 Avoid scary errors about tagged trees/blobs during...
2007-10-18 Yet more 1.5.3.5 fixes mentioned in release notes
2007-10-18 cvsserver: Use exit 1 instead of die when req_Root...
2007-10-18 git-blame shouldn't crash if run in an unmerged tree
2007-10-18 git-config: print error message if the config file...
next