summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-02Documentation: minor grammatical fixes.David J. Mellor
2009-03-02t3400-rebase: Move detached HEAD check earlierJohannes Sixt
2009-03-02Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2009-03-01gitk: Fix possible infinite loop and display corruptionPaul Mackerras
2009-03-01Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-28Merge branch 'maint'Junio C Hamano
2009-02-28Documentation: minor grammatical fixes.David J. Mellor
2009-02-28Ensure proper setup of git_dir for git-hash-objectElijah Newren
2009-02-28Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-28added missing backtick in git-apply.txtDanijel Tasov
2009-02-28git-rebase: Update --whitespace documentationTodd Zullinger
2009-02-28git-svn - return original format_svn_date semanticsBen Walton
2009-02-28git-svn: disable broken symlink workaround by defaultEric Wong
2009-02-28Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder
2009-02-27bash completion: add --format= and --oneline options for "git log"Teemu Likonen
2009-02-27Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder
2009-02-27git-am: make --abort less dangerousJunio C Hamano
2009-02-27git-am: Keep index in case of abort with dirty indexMichael J Gruber
2009-02-27t5540-http-push.sh: avoid non-portable grep -PJay Soffian
2009-02-26Fix odb_mkstemp() on AIXMike Ralphson
2009-02-25GIT 1.6.2-rc2v1.6.2-rc2Junio C Hamano
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano
2009-02-25Allow HTTP tests to run on DarwinJay Soffian
2009-02-25Fix typo in contrib/examples/git-svnimport.txtMichael J Gruber
2009-02-25gitattributes.txt: Path matching rules are explained in gitignore.txtJohannes Sixt
2009-02-25sha1_file.c: fix typoFelipe Contreras
2009-02-25git add: trivial codestyle cleanupFelipe Contreras
2009-02-25README: fix path to "gitcvs-migration.txt" and be more consistentChristian Couder
2009-02-25trace: Fixed a minor typo in an error message.Allan Caffee
2009-02-25Docs: Expand explanation of the use of + in git push refspecs.Marc Branchaud
2009-02-25git-quiltimport: preserve standard input to be able to read user inputGerrit Pape
2009-02-25never fallback relative times to absoluteJeff King
2009-02-25Add tests for git log --pretty, --format and --oneline.Felipe Contreras
2009-02-25Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit"Nanako Shiraishi
2009-02-25Give short-hands to --pretty=tformat:%formatstringNanako Shiraishi
2009-02-25Add --format that is a synonym to --prettyNanako Shiraishi
2009-02-25Install builtins with the user and group of the installing personalityGerrit Pape
2009-02-25Fixup: Add bare repository indicator for __git_ps1Marius Storm-Olsen
2009-02-25Merge git://git.bogomips.org/git-svnJunio C Hamano
2009-02-25Convert git-* invocations to "git *" in the svnimport example.Abhijit Menon-Sen
2009-02-24git-svn fix to avoid using strftime %zBen Walton
2009-02-24send-email: don't create temporary compose file until it is neededJay Soffian
2009-02-24Merge git://git.bogomips.org/git-svnJunio C Hamano
2009-02-23git-p4: avoid syncing duplicate changesPete Wyckoff
2009-02-23Add bare repository indicator for __git_ps1Marius Storm-Olsen
2009-02-23git-svn: read the dcommit url from the config file on a per remote basisPeter Oberndorfer
2009-02-23git-svn: fix delete+add branch tracking with empty filesEric Wong