Code

git.git
2007-01-17 Junio C Hamanogit-format-patch: do not crash with format.headers...
2007-01-17 Junio C HamanoIntroduce 'git-format-patch --suffix=.patch'
2007-01-17 Junio C HamanoDocumentation/glossary.txt: describe remotes/ tracking...
2007-01-17 Junio C HamanoDocumentation/glossary.txt: unpacked objects are loose.
2007-01-17 Junio C HamanoDocumentation: describe shallow repository
2007-01-17 Junio C HamanoMake a short-and-sweet "git-add -i" synonym for "git...
2007-01-17 Junio C HamanoDocumentation: detached HEAD
2007-01-17 René ScharfeDocumentation: a few spelling fixes
2007-01-17 Junio C HamanoDocumentation/git-sh-setup.txt: programmer's docs
2007-01-17 Junio C HamanoDocumentation/git-whatchanged.txt: show -<n> instead...
2007-01-17 Junio C HamanoDocumentation/git-status.txt: mention color configuration
2007-01-17 Junio C HamanoDocumentation/git-tar-tree.txt: default umask is now 002
2007-01-17 Junio C HamanoDocumentation/git-tools.txt: mention tig and refer...
2007-01-17 Junio C HamanoDocumentation/git-tag: the command can be used to also...
2007-01-17 Junio C HamanoDocumentation/SubmittingPatches: Gnus tips
2007-01-17 Junio C Hamanogit-commit: document log message formatting convention
2007-01-17 Chris Wedgwoodcache.h; fix a couple of prototypes
2007-01-17 Junio C HamanoDocument where configuration files are in config.txt
2007-01-17 Junio C HamanoUse merge-recursive in git-checkout -m (branch switching)
2007-01-17 Junio C Hamanogit-commit documentation: remove comment on unfixed...
2007-01-17 Junio C Hamanotutorial: shorthand for remotes but show distributed...
2007-01-17 Santi Béjartutorial: Use only separate layout
2007-01-16 Johannes SchindelinFix spurious compile error
2007-01-16 Junio C Hamanogit-rm documentation: remove broken behaviour from...
2007-01-16 Junio C Hamanogit-push documentation: remaining bits
2007-01-16 Uwe Kleine... document --exec for git-push
2007-01-16 Eric Wonggit-svn: print and flush authentication prompts to...
2007-01-16 Jason RiedySolaris 5.8 returns ENOTDIR for inappropriate renames.
2007-01-16 Jason RiedyReplace "echo -n" with printf in shell scripts.
2007-01-16 Jason RiedySet _ALL_SOURCE for AIX, but avoid its struct list.
2007-01-16 Jason RiedyStart all test scripts with /bin/sh.
2007-01-15 Jeff Kinggit-pull: disallow implicit merging to detached HEAD
2007-01-15 Junio C HamanoFix git-fetch while on detached HEAD not to give needle...
2007-01-15 Junio C Hamanogit reflog expire: document --stale-fix option.
2007-01-15 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2007-01-15 Shawn O. PearceUse nice names in conflict markers during cherry-pick...
2007-01-15 Junio C HamanoUse merge-recursive in git-revert/git-cherry-pick
2007-01-15 Junio C HamanoDocumentation: merge-output is not too verbose now.
2007-01-15 Shawn O. PearceRemove hash in git-describe in favor of util slot.
2007-01-15 Shawn O. PearceCorrect priority of lightweight tags in git-describe.
2007-01-15 Junio C HamanoAdd describe test.
2007-01-15 Shawn O. PearceImprove git-describe performance by reducing revision...
2007-01-15 Shawn O. PearceUse binary searching on large buckets in git-describe.
2007-01-15 Shawn O. PearceHash tags by commit SHA1 in git-describe.
2007-01-15 Shawn O. PearceAlways perfer annotated tags in git-describe.
2007-01-15 Nicolas Pitresome doc updates
2007-01-15 Junio C Hamanogit log documentation: teach -<n> form.
2007-01-14 Shawn O. PearceConvert output messages in merge-recursive to past...
2007-01-14 Shawn O. PearceDisplay a progress meter during merge-recursive.
2007-01-14 Shawn O. PearceEnable output buffering in merge-recursive.
2007-01-14 Shawn O. PearceAllow the user to control the verbosity of merge-recursive.
2007-01-14 Shawn O. PearceRemove unnecessary call_depth parameter in merge-recursive.
2007-01-14 Junio C HamanoMerge branch 'jc/int'
2007-01-14 Junio C HamanoMerge branch 'sp/merge' (early part)
2007-01-14 Junio C HamanoMerge branch 'jc/subdir'
2007-01-14 Shawn O. PearceRemove read_or_die in favor of better error messages.
2007-01-14 Shawn O. PearceHide output about SVN::Core not being found during...
2007-01-14 Nicolas Pitresimplify the "no changes added to commit" message
2007-01-13 Junio C HamanoMore tests in t3901.
2007-01-13 Junio C HamanoConsistent message encoding while reusing log from...
2007-01-13 Junio C Hamanogit-commit documentation: -a adds and also removes
2007-01-13 Junio C Hamanot3901: test "format-patch | am" pipe with i18n
2007-01-13 Junio C HamanoUse log output encoding in --pretty=email headers.
2007-01-13 Quy Tonthatgit-remote: no longer silent on unknown commands.
2007-01-13 Eric Wonggit-svn: fix tests to work with older svn
2007-01-13 Peter Baumann[PATCH] Make gitk work when launched in a subdirectory
2007-01-13 Doug Maxey[PATCH] gitk: add current directory to main window...
2007-01-13 Junio C HamanoAllow whole-tree operations to be started from a subdir...
2007-01-13 Junio C HamanoUse cd_to_toplevel in scripts that implement it by...
2007-01-13 Junio C HamanoDefine cd_to_toplevel shell function in git-sh-setup
2007-01-12 Junio C HamanoMake git-prune-packed a bit more chatty.
2007-01-12 Junio C Hamanoglossary typofix
2007-01-12 Nicolas Pitreuse 'init' instead of 'init-db' for shipped docs and...
2007-01-12 Junio C HamanoExplain "Not a git repository: '.git'".
2007-01-12 Junio C Hamanomerge-recursive: do not report the resulting tree objec...
2007-01-12 Bob Proulxgit-revert: Fix die before git-sh-setup defines it.
2007-01-12 Michael S.... fix documentation for git-commit --no-verify
2007-01-12 Linus TorvaldsFix up totally buggered read_or_die()
2007-01-12 Linus TorvaldsClean up write_in_full() users
2007-01-12 Junio C Hamanoreflog-expire: brown paper bag fix.
2007-01-12 Junio C HamanoGIT v1.5.0-rc1 v1.5.0-rc1
2007-01-12 Junio C Hamanoplug a few leaks in revision walking used in describe.
2007-01-12 Shawn O. PearceChose better tag names in git-describe after merges.
2007-01-12 Junio C HamanoMerge branch 'jc/bare'
2007-01-12 Junio C HamanoMerge branch 'ar/merge-recursive'
2007-01-12 Junio C HamanoMerge branch 'jc/detached-head'
2007-01-11 Junio C Hamanogit-status: wording update to deal with deleted files.
2007-01-11 Junio C Hamanogit-rm: do not fail on already removed file.
2007-01-11 Eric WongAvoid errors and warnings when attempting to do I/O...
2007-01-11 Linus TorvaldsBetter error messages for corrupt databases
2007-01-11 Junio C Hamanoconfig-set: check write-in-full returns in set_multivar
2007-01-11 Junio C Hamanoindex-pack: write-or-die instead of unchecked write...
2007-01-11 Linus Torvaldswrite_in_full: really write in full or return error...
2007-01-11 Junio C HamanoDocument git-init
2007-01-11 Linus Torvaldswrite-cache: do not leak the serialized cache-tree...
2007-01-10 Shawn O. PearceImprove merge performance by avoiding in-index merges.
2007-01-10 Shawn O. PearceDisallow working directory commands in a bare repository.
2007-01-10 Junio C Hamanomerge-recursive: do not use on-file index when not...
2007-01-10 Alex RiesenSpeed-up recursive by flushing index only once for...
2007-01-10 Jürgen RühleProvide better feedback for the untracked only case...
next