git
2008-11-02  Jeff Kingfix overlapping memcpy in normalize_absolute_path
2008-11-02  Jeff Kingpack-objects: avoid reading uninitalized data
2008-11-02  Jeff Kingcorrect cache_entry allocation
2008-11-02  Junio C HamanoMerge git://repo.or.cz/git-gui
2008-11-02  Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git-gui into...
2008-11-02  Christian Stimminggit-gui: Update German translation.
2008-11-01  Johannes Sixtgit-gui: Do not munge conflict marker lines in a normal...
2008-11-01  Alexander Gavrilovgit-gui: Add a simple implementation of SSH_ASKPASS.
2008-11-01  Alexander Gavrilovgit-gui: Add a dialog that shows the OpenSSH public...
2008-11-01  Miklos Vajnaupdate-ref --no-deref -d: handle the case when the...
2008-11-01  Brian GernhardtAvoid using non-portable `echo -n` in tests.
2008-10-31  Junio C HamanoMerge branch 'maint'
2008-10-31  Deskin Millergit-svn: change dashed git-commit-tree to git commit...
2008-10-31  Jan KrügerDocumentation: clarify information about 'ident' attribute
2008-10-31  Markus Heidelbergbash completion: add doubledash to "git show"
2008-10-31  Alex RiesenUse test-chmtime -v instead of perl in t5000 to get...
2008-10-31  Alex RiesenAdd --verbose|-v to test-chmtime
2008-10-31  Jonas Fonsecaasciidoc: add minor workaround to add an empty line...
2008-10-31  Junio C HamanoMerge branch 'ar/maint-mksnpath' into ar/mksnpath
2008-10-31  Alex RiesenUse git_pathdup instead of xstrdup(git_path(...))
2008-10-31  Alex Riesengit_pathdup: returns xstrdup-ed copy of the formatted...
2008-10-31  Alex RiesenFix potentially dangerous use of git_path in ref.c
2008-10-31  Alex RiesenAdd git_snpath: a .git path formatting routine with...
2008-10-30  Alex RiesenPlug a memleak in builtin-revert
2008-10-30  Miklos Vajnagit branch -m: forbid renaming of a symref
2008-10-28  Junio C Hamanocompat/cygwin.c: make runtime detection of lstat/stat...
2008-10-28  Linus TorvaldsAdd file delete/create info when we overflow rename_limit
2008-10-28  Nanako ShiraishiInstall git-cvsserver in $(bindir)
2008-10-28  Tommi VirtanenInstall git-shell in bindir, too
2008-10-27  Paul Mackerrasgitk: Make the background color of marked lines configu...
2008-10-27  Paul Mackerrasgitk: Add a menu item to show where a given line comes...
2008-10-27  Paul Mackerrasgitk: Fix some off-by-one errors in computing which...
2008-10-27  Alex RiesenFix potentially dangerous uses of mkpath and git_path
2008-10-27  Junio C HamanoMerge branch 'ar/maint-mksnpath' into HEAD
2008-10-27  Alex RiesenFix potentially dangerous uses of mkpath and git_path
2008-10-27  Alex RiesenFix mkpath abuse in dwim_ref and dwim_log of sha1_name.c
2008-10-27  Alex RiesenAdd mksnpath which allows you to specify the output...
2008-10-26  Junio C HamanoMerge branch 'maint'
2008-10-26  Thomas Rastadd -p: warn if only binary changes present
2008-10-26  Charles Baileygit-archive: work in bare repos
2008-10-26  Miklos VajnaFix git update-ref --no-deref -d.
2008-10-26  Miklos Vajnarename_ref(): handle the case when the reflog of a...
2008-10-26  Miklos VajnaFix git branch -m for symrefs.
2008-10-26  Jeff Kingenable textconv for diff in verbose status/commit
2008-10-26  Jeff Kingadd userdiff textconv tests
2008-10-26  Jeff Kingwt-status: load diff ui config
2008-10-26  Jeff Kingonly textconv regular files
2008-10-26  Jeff Kinguserdiff: require explicitly allowing textconv
2008-10-26  Jeff Kingrefactor userdiff textconv code
2008-10-26  Jeff Kingdocument the diff driver textconv feature
2008-10-26  Jeff Kingdiff: add missing static declaration
2008-10-26  Junio C Hamanoreceive-pack: fix "borrowing from alternate object...
2008-10-26  Alexander Gavrilovgitk: Allow starting gui blame for a specific line
2008-10-25  Giuseppe Bilottagitweb: generate parent..current URLs
2008-10-25  Giuseppe Bilottagitweb: parse parent..current syntax from PATH_INFO
2008-10-25  Giuseppe Bilottagitweb: use_pathinfo filenames start with /
2008-10-25  Giuseppe Bilottagitweb: generate project/action/hash URLs
2008-10-25  Giuseppe Bilottagitweb: parse project/action/hash_base:filename PATH_INFO
2008-10-25  René Scharfeblame: use xdi_diff_hunks(), get rid of struct patch
2008-10-25  René Scharfeadd xdi_diff_hunks() for callers that only need hunk...
2008-10-25  Brian DowningAllow alternate "low-level" emit function from xdl_diff
2008-10-25  Brian DowningAlways initialize xpparam_t to 0
2008-10-25  René Scharfeblame: inline get_patch()
2008-10-24  Joey Hessgit-daemon: set REMOTE_ADDR to client address
2008-10-24  Deskin Millergit-svn: change dashed git-config to git config
2008-10-24  Nicolas Pitreindex-pack: don't leak leaf delta result
2008-10-23  Nicolas Pitreimprove index-pack tests
2008-10-23  Jeff Kingsubmodule: fix some non-portable grep invocations
2008-10-23  Johannes Sixtgit-remote: list branches in vertical lists
2008-10-23  Jeff Kingrm: loosen safety valve for empty files
2008-10-22  Junio C Hamanogit-rebase--interactive.sh: comparision with == is...
2008-10-22  Junio C HamanoMerge branch 'jk/diff-convfilter'
2008-10-22  Junio C HamanoMerge branch 'js/maint-fetch-update-head'
2008-10-22  Junio C HamanoMerge branch 'jc/maint-co-track'
2008-10-22  Junio C HamanoMerge branch 'rs/alloc-ref'
2008-10-22  Junio C HamanoMerge branch 'jk/fix-ls-files-other'
2008-10-21  Alexander Gavrilovbuiltin-blame: Reencode commit messages according to...
2008-10-21  Junio C HamanoMerge branch 'jc/maint-reset-remove-unmerged-new'
2008-10-21  Junio C HamanoMerge branch 'maint'
2008-10-21  Junio C HamanoGIT 1.6.0.3 v1.6.0.3
2008-10-21  Nicolas Pitrerehabilitate 'git index-pack' inside the object store
2008-10-21  Alexander Gavrilovgitk: Fix file list context menu for merge commits
2008-10-21  Alexander Gavrilovgitk: Allow forcing branch creation if it already exists
2008-10-21  Junio C HamanoMerge branch 'maint'
2008-10-21  Lee Marlowworkflows documentation: fix link to git-request-pull[1]
2008-10-21  Lee Marlowbash completion: Add 'workflows' to 'git help'
2008-10-21  Junio C Hamanorebase-i-p: minimum fix to obvious issues
2008-10-21  Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2008-10-21  Jeff Kingdocument "intent to add" option to git-add
2008-10-20  Paul Mackerrasgitk: Turn short SHA1 names into links too
2008-10-20  Nicolas Pitrefix multiple issues in index-pack
2008-10-20  Junio C HamanoFix testcase failure when extended attributes are in use
2008-10-19  Junio C HamanoMerge branch 'sh/maint-rebase3'
2008-10-19  Junio C HamanoMerge branch 'tr/workflow-doc'
2008-10-19  Junio C HamanoMerge branch 'mv/clonev'
2008-10-19  Junio C HamanoMerge branch 'ml/cygwin-filemode'
2008-10-19  Junio C HamanoMerge branch 'gb/refactor-pathinfo'
2008-10-19  Junio C HamanoMerge branch 'dp/checkattr'
2008-10-19  Junio C HamanoMerge branch 'gb/formatpatch-autonbr'
2008-10-19  Junio C HamanoMerge branch 'sp/describe-lwtag'
next