Code

git.git
2008-01-07 Junio C Hamanogit-rev-parse --symbolic-full-name
2008-01-07 Junio C Hamanogit-stash clear: refuse to work with extra parameter...
2008-01-05 Marco Costalbagit-stash: use stdout instead of stderr for non error...
2008-01-05 Junio C HamanoUpdate draft release notes for 1.5.4
2008-01-05 Michael Stefaniucgit-am: Run git gc only once and not for every patch.
2008-01-05 Junio C Hamanot/t3800: do not use a temporary file to hold expected...
2008-01-05 Junio C Hamanot/t{3600,3800,5401}: do not use egrep when grep would do
2008-01-05 Miklos Vajnat/t7001: avoid unnecessary ERE when using grep
2008-01-05 Junio C Hamanot/t7600: avoid GNUism in grep
2008-01-05 Junio C HamanoMerge git://repo.or.cz/git-gui
2008-01-05 Marco CostalbaDocument git-reset defaults to HEAD if no commit is...
2008-01-05 Jeff Kingdiff: remove lazy config loading
2008-01-05 Jeff Kingdiff: load funcname patterns in "basic" config
2008-01-05 Jeff Kingadd a "basic" diff config callback
2008-01-04 Martin Koeglerreceive-pack: reject invalid refnames
2008-01-04 Jim MeyeringDon't access line[-1] for a zero-length "line" from...
2008-01-04 Junio C Hamanogit-clean: make "Would remove ..." path relative to...
2008-01-03 Jim MeyeringFix grammar nits in documentation and in code comments.
2008-01-03 Junio C HamanoUninline prefixcmp()
2008-01-02 Junio C HamanoUpdate callers of check_ref_format()
2008-01-02 Eric Wonggit-svn: unlink index files that were globbed, too
2008-01-02 Eric Wonggit-svn: allow dcommit --no-rebase to commit multiple...
2008-01-02 Martin Koeglerreceive-pack: check object type of sha1 before using...
2008-01-02 Johannes SchindelinOptimize prefixcmp()
2008-01-02 Junio C Hamanolock_any_ref_for_update(): reject wildcard return from...
2008-01-02 Jeff Kinggit-reset: refuse to do hard reset in a bare repository
2008-01-02 Jeff Kingconfig: handle lack of newline at end of file better
2007-12-31 Junio C HamanoMerge branch 'maint' of git://linux-nfs.org/~bfields/git
2007-12-31 Gustaf HendebyDocumentation/user-manual.txt: fix typo
2007-12-31 J. Bruce FieldsDocumentation: fix remote.<name>.skipDefaultUpdate...
2007-12-30 Junio C Hamanogit-rebase -i: clean-up error check codepath.
2007-12-30 Junio C Hamanogit-rebase -i behaves better on commits with incomplete...
2007-12-30 Grégoire BarbierFix double-free() in http-push.c:remote_exists()
2007-12-30 Bernt Hansengit-gui: Make commit log messages end with a newline gitgui-0.9.1
2007-12-30 Peter KarlssonAdded Swedish translation.
2007-12-29 Junio C Hamano"git pull --tags": error out with a better message.
2007-12-29 Miklos Vajnagit-sh-setup: document git_editor() and get_author_iden...
2007-12-28 Junio C HamanoDocumentation/git-submodule.txt: typofix
2007-12-27 Junio C HamanoGIT 1.5.4-rc2 v1.5.4-rc2
2007-12-27 Junio C HamanoMerge branch 'rs/pretty-safety'
2007-12-27 René ScharfeMake "--pretty=format" parser a bit more careful.
2007-12-27 Junio C Hamanocontrib: resurrect scripted git-revert.
2007-12-27 Junio C HamanoMerge branch 'ar/commit-cleanup'
2007-12-27 Junio C HamanoFix rewrite_diff() name quoting.
2007-12-27 Junio C Hamanocombine-diff: Fix path quoting
2007-12-27 Junio C HamanoFix documentation of --first-parent in git-log and...
2007-12-26 Arjen LaarhovenFix "git log --diff-filter" bug
2007-12-26 Shawn O. PearceImprove error messages when int/long cannot be parsed...
2007-12-24 Jeff Kingcvsimport: die on cvsps errors
2007-12-23 Gustaf Hendebyshortlog manpage documentation: work around asciidoc...
2007-12-23 Junio C HamanoDocumentation: describe 'union' low-level merge driver
2007-12-23 Alex RiesenAllow selection of different cleanup modes for commit...
2007-12-23 Junio C Hamanobuiltin-commit: avoid double-negation in the code.
2007-12-23 Junio C Hamanobuiltin-commit: fix amending of the initial commit
2007-12-23 Junio C Hamanot7005: do not exit inside test.
2007-12-22 Jim MeyeringDon't dereference NULL upon lookup failure.
2007-12-22 Wincent ColaiutaEmit helpful status for accidental "git stash" save
2007-12-22 Pierre Habouzitparse-options: Add a gitcli(5) man page.
2007-12-22 Pierre HabouzitForce the sticked form for options with optional arguments.
2007-12-22 Junio C HamanoFix $EDITOR regression introduced by rewrite in C.
2007-12-22 Stefan SperlingSmall comment fix for git-cvsimport.
2007-12-22 Gustaf HendebyMake git send-email accept $EDITOR with arguments
2007-12-22 Pierre Habouzitgit-tag: fix -l switch handling regression.
2007-12-21 Junio C HamanoDocumentation: ls-files -v is about "assume unchanged".
2007-12-21 Linus TorvaldsRe(-re)*fix trim_common_tail()
2007-12-21 Jakub Narebskigitweb: fix whitespace in config_to_multi (indent with...
2007-12-21 Miklos Vajnaeveryday: replace 'prune' and 'repack' with 'gc'
2007-12-21 Charles BaileyRemove old generated files from .gitignore.
2007-12-21 Jeff Kingclean up 1.5.4 release notes
2007-12-21 Johannes SchindelinMention git-shell's "cvs" substitution in the RelNotes
2007-12-20 Junio C Hamanoshell-scripts usage(): consistently exit with non-zero
2007-12-20 Shawn O. PearceReallow git-rebase --interactive --continue if commit...
2007-12-20 Junio C Hamanofix git commit --amend -m "new message"
2007-12-20 Junio C Hamanot4024: fix test script to use simpler sed pattern
2007-12-20 Johannes SchindelinTeach diff machinery to display other prefixes than...
2007-12-20 Junio C HamanoGIT 1.5.4-rc1 v1.5.4-rc1
2007-12-20 Shawn O. PearceCatch and handle git-commit failures in git-rebase...
2007-12-20 Shawn O. PearceAvoid update hook during git-rebase --interactive
2007-12-20 Finn Arne GangstadImproved submodule merge support
2007-12-19 SeanFix interactive rebase to preserve author email address
2007-12-19 Nicolas Pitremake 'git describe --all --contains' work
2007-12-19 Charles BaileyFix git-instaweb breakage on MacOS X due to the limited...
2007-12-19 Jeff Kingtest "git clone -o"
2007-12-19 Marco Roelandclone: fix options '-o' and '--origin' to be recognised...
2007-12-19 Johannes Schindelingit show <tag>: show the tagger
2007-12-19 Eric Wonggit-svn: avoid warning when run without arguments
2007-12-19 Eric Wonggit-svn: workaround a for broken symlinks in SVN
2007-12-19 Eric Wonggit-svn: avoid leaving leftover committer/author info...
2007-12-18 Nicolas Pitrefix style of a few comments in diff-delta.c
2007-12-18 Jim Meyeringgit-filter-branch.sh: more portable tr usage: use ...
2007-12-18 Johannes Sixtfilter-branch: Remove broken and unnecessary summary...
2007-12-18 Ralf WildenhuesFix some documentation typos.
2007-12-18 Junio C Hamanobuiltin-blame.c: remove unneeded memclr()
2007-12-18 Linus Torvaldsunpack-trees: FLEX_ARRAY fix
2007-12-18 Pierre HabouzitFix segfault in diff-delta.c when FLEX_ARRAY is 1
2007-12-18 Junio C HamanoMerge branch 'maint'
2007-12-18 Johannes Schindelinrebase -p -i: handle "no changes" gracefully
2007-12-18 Johannes SchindelinDocument diff.external and mergetool.<tool>.path
2007-12-18 Johannes SchindelinSupport config variable diff.external
2007-12-18 Johannes SixtClean up documentation that references deprecated ...
next