Code

git.git
2010-06-16 Junio C Hamanocommon_prefix: simplify and fix scanning for prefixes
2010-06-16 Jay Soffianam: use get_author_ident_from_commit instead of mailinf...
2010-06-15 Ævar Arnfjörð... notes: Initialize variable to appease Sun Studio
2010-06-14 Zhang Legit-mailinfo documentation: clarify -u/--encoding
2010-06-13 Jonathan Niederadd-interactive: Clarify “remaining hunks in the file”
2010-06-13 Christian Coudercommit: use value of GIT_REFLOG_ACTION env variable...
2010-06-13 Tay Ray Chuancommit::print_summary(): don't use format_commit_message()
2010-06-11 Thomas Rastcheck_aliased_update: strcpy() instead of strcat()...
2010-06-11 Thomas Rastt/README: document --root option
2010-06-11 Jeff KingMakefile: default pager on AIX to "more"
2010-06-11 Ian Ward Comfortrebase -i: Abort cleanly if new base cannot be checked out
2010-06-11 Jeff Kingcommit: give advice on empty amend
2010-06-11 Jonathan NiederDocumentation/checkout: clarify description
2010-06-11 Jonathan Niederrebase -i -p: document shortcomings
2010-06-07 Tor ArntsenChange C99 comments to old-style C comments
2010-06-07 Jay Soffiancommit.txt: clarify how --author argument is used
2010-06-06 Christian Couderdiff: fix "git show -C -C" output when renaming a binar...
2010-06-05 Clemens Buchacherls-files: allow relative pathspec
2010-06-05 Clemens Buchacherquote.c: separate quoting and relative path generation
2010-06-05 Clemens Buchachersetup: document prefix
2010-06-02 Junio C Hamanot9129: fix UTF-8 locale detection
2010-06-02 Gary V. Vaughangit-compat-util.h: use apparently more common __sgi...
2010-06-02 Michael J GruberDocumentation: A...B shortcut for checkout and rebase
2010-06-02 Nazri RamliyDocumentation/pretty-{formats,options}: better referenc...
2010-06-01 Junio C HamanoMerge branch 'maint-1.7.0' into maint
2010-06-01 Jonathan Niedergitignore.5: Clarify matching rules
2010-06-01 Tim HeniganDocumentation/SubmittingPatches: Fix typo in GMail...
2010-06-01 Jonathan NiederDocumentation/checkout: clarify description
2010-05-29 Michael J GruberDocumentation/config: describe status.submodulesummary
2010-05-28 Junio C HamanoMerge branch 'maint-1.7.0' into maint
2010-05-28 Michael J GruberMakefile: reenable install with NO_CURL
2010-05-28 Tay Ray Chuant7502-commit: add summary output tests for empty and...
2010-05-28 Tay Ray Chuant7502-commit: add tests for summary output
2010-05-28 Michael J Grubercompletion: --set-upstream option for git-branch
2010-05-28 Clemens Buchacherget_cwd_relative(): do not misinterpret suffix as subdi...
2010-05-27 Björn Steinbrinkdiff: Support visibility modifiers in the PHP hunk...
2010-05-25 Michael J GruberDocumentation/SubmittingPatches: clarify GMail section...
2010-05-25 Jeff Kingpull: do nothing on --dry-run
2010-05-25 Tay Ray Chuanshow-branch: use DEFAULT_ABBREV instead of 7
2010-05-25 Tay Ray Chuant7502-commit: fix spelling
2010-05-25 Clemens Buchachertest get_git_work_tree() return value for NULL
2010-05-25 Jeff Kingremove over-eager caching in sha1_file_name
2010-05-20 René ScharfeFix checkout of large files to network shares on Windows XP
2010-05-20 bert Dvornikstart_command: close cmd->err descriptor when fork...
2010-05-20 Ian McLeanFix "Out of memory? mmap failed" for files larger than...
2010-05-20 Bert Wesargdiff: fix coloring of extended diff headers
2010-05-20 Jonathan Niederpost-receive-email: document command-line mode
2010-05-19 Marcus ComstedtAdd "Z" as an alias for the timezone "UTC"
2010-05-19 Michael J GruberDocumentation/gitdiffcore: fix order in pickaxe description
2010-05-19 Michael J GruberDocumentation: fix minor inconsistency
2010-05-19 Markus HeidelbergDocumentation: rebase -i ignores options passed to...
2010-05-19 Dmitry Potapovhash_object: correction for zero length file
2010-05-19 Jeff Kingdocs: clarify meaning of -M for git-log
2010-05-12 Tay Ray ChuanGIT-VERSION-GEN: restrict tags used
2010-05-10 Tay Ray Chuanmerge: --log appends shortlog to message if specified
2010-05-10 Tay Ray Chuanfmt-merge-msg: add function to append shortlog only
2010-05-10 Tay Ray Chuanfmt-merge-msg: refactor merge title formatting
2010-05-10 Tay Ray Chuanfmt-merge-msg: minor refactor of fmt_merge_msg()
2010-05-10 Tay Ray Chuanmerge: rename variable
2010-05-10 Tay Ray Chuanmerge: update comment
2010-05-10 Tay Ray Chuant7604-merge-custom-message: show that --log doesn't...
2010-05-10 Tay Ray Chuant7604-merge-custom-message: shift expected output creation
2010-05-10 Jeff Kinghandle "git --bare init <dir>" properly
2010-05-09 Pete Harlanclone: reword messages to match the end-user perception
2010-05-09 Jonathan NiederDocumentation/notes: nitpicks
2010-05-09 Jonathan NiederDocumentation/notes: clean up description of rewriting...
2010-05-09 Jonathan NiederDocumentation/notes: simplify treatment of default...
2010-05-09 Jonathan NiederDocumentation/log: add a CONFIGURATION section
2010-05-09 Jonathan NiederDocumentation/notes: simplify treatment of default...
2010-05-09 Jonathan NiederDocumentation/notes: add configuration section
2010-05-09 Jonathan NiederDocumentation/notes: describe content of notes blobs
2010-05-09 Jonathan NiederDocumentation/notes: document format of notes trees
2010-05-08 Jonathan Niedercherry-pick: do not dump core when iconv fails
2010-05-08 Ramsay JonesMakefile: Fix 'clean' target to remove all gitweb build...
2010-05-08 Clemens BuchacherDocumentation: git-add does not update files marked...
2010-05-08 Leif Arne StorsetDocumentation/config.txt: GIT_NOTES_REWRITE_REF overrid...
2010-05-08 Ævar Arnfjörð... Turn setup code in t2007-checkout-symlink.sh into a...
2010-05-08 Ævar Arnfjörð... Move t6000lib.sh to lib-*
2010-05-07 Bo Yangblame-options.txt: Add default value for `-M/-C` options.
2010-05-06 Michael J Gruberwt-status: take advice.statusHints seriously
2010-05-06 Michael J Grubert7508: test advice.statusHints
2010-05-06 Jonathan Niedertest-lib: some shells do not let $? propagate into...
2010-05-04 Will Palmerpretty: Respect --abbrev option
2010-05-04 Jonathan Niedershortlog: Document and test --format option
2010-05-04 Jonathan Niedert4201 (shortlog): Test output format with multiple...
2010-05-04 Jonathan Niedert4201 (shortlog): guard setup with test_expect_success
2010-05-04 Jonathan NiederDocumentation/shortlog: scripted users should not rely...
2010-05-04 Jonathan Niedercommit --amend: cope with missing display name
2010-05-04 Jonathan Niedertest-lib: Let tests specify commands to be run at end...
2010-05-04 Junio C HamanoMerge branch 'maint-1.7.0' into maint
2010-05-04 René Scharferemove ecb parameter from xdi_diff_outf()
2010-05-04 Ping YinDocumentation/git-send-email: Add "Use gmail as the...
2010-05-04 Junio C Hamanoclone: quell the progress report from init and report...
2010-05-04 Michal Sojkatest-lib.sh: Add explicit license detail, with change...
2010-05-02 Sverre RabbelierGitweb: ignore built file
2010-05-02 René Scharfegit diff too slow for a file
2010-05-02 Junio C HamanoMerge branch 'maint'
2010-05-01 Clemens Buchacherdo not overwrite files marked "assume unchanged"
2010-05-01 Michael J Gruberindex-pack: fix trivial typo in usage string
2010-05-01 Gerrit Papegit-submodule.sh: properly initialize shell variables
next