]> rtime.felk.cvut.cz Git - git.git/shortlog
git.git
2009-09-06 Jeff Kingstatus: add --porcelain output format
2009-09-06 Jeff Kingstatus: refactor format option parsing
2009-09-06 Jeff Kingstatus: refactor short-mode printing to its own function
2009-09-06 Jeff Kingstatus: typo fix in usage
2009-08-22 Junio C Hamanogit status: not "commit --dry-run" anymore
2009-08-22 Junio C Hamanogit stat -s: short status output
2009-08-22 Junio C Hamanogit stat: the beginning of "status that is not a dry...
2009-08-15 Junio C Hamanogit commit --dry-run -v: show diff in color when asked
2009-08-15 Junio C HamanoDocumentation/git-commit.txt: describe --dry-run
2009-08-10 Junio C Hamanowt-status: collect untracked files in a separate "colle...
2009-08-10 Junio C HamanoMake git_status_config() file scope static to builtin...
2009-08-10 Junio C Hamanowt-status: move wt_status_colors[] into wt_status structure
2009-08-10 Junio C Hamanowt-status: move many global settings to wt_status structure
2009-08-08 Junio C Hamanocommit: --dry-run
2009-08-07 Junio C Hamanostatus: show worktree status of conflicted paths separately
2009-08-06 Junio C Hamanowt-status.c: rework the way changes to the index and...
2009-08-05 Junio C Hamanodiff-index: keep the original index intact
2009-08-05 Junio C Hamanodiff-index: report unmerged new entries
2009-07-31 André Goddard... Fix typos on pt_BR/gittutorial.txt translation
2009-07-31 Wesley J. LandakerDocumentation: git-send-email: correct statement about...
2009-07-31 Wesley J. LandakerDocumentation: git-send-email: fix submission port...
2009-07-31 Geoffrey Irvinggit fast-export: add --no-data option
2009-07-31 Johannes Schindelinparse-opt: optionally show "--no-" option string
2009-07-29 Thadeu Lima... Translate the tutorial to Brazillian Portuguese
2009-07-29 Junio C Hamanorequest-pull: optionally show a patch as well
2009-07-29 Junio C HamanoMerge branch 'hv/cvsps-tests'
2009-07-29 Alex RiesenAdd a reminder test case for a merge with F/D transition
2009-07-29 Junio C HamanoStart 1.6.5 cycle
2009-07-29 Junio C HamanoGIT 1.6.4
2009-07-29 Junio C HamanoSync with 1.6.3.4
2009-07-29 Junio C HamanoGIT 1.6.3.4
2009-07-29 Stephen Boydconfig.txt: document add.ignore-errors
2009-07-29 Tom Grennanrequest-pull: allow ls-remote to notice remote.$nicknam...
2009-07-28 David KågedalUpdate the documentation of the raw diff output format
2009-07-28 Michael J Grubergit-rerere.txt: Clarify ambiguity of the config variable
2009-07-26 Eric Wongt9143: do not fail if Compress::Zlib is missing
2009-07-26 Sean EstabrooksTrivial path quoting fixes in git-instaweb
2009-07-26 Junio C HamanoMerge branch 'gp/maint-rebase-p-onto'
2009-07-26 Junio C HamanoMerge branch 'en/fast-export'
2009-07-26 Junio C HamanoGIT 1.6.4-rc3
2009-07-26 Nanako ShiraishiDocumentation/config.txt: a variable can be defined...
2009-07-26 Junio C HamanoMerge git://git.bogomips.org/git-svn
2009-07-25 Eric Wonggit svn: make minimize URL more reliable over http(s)
2009-07-25 Thomas RastDisable asciidoc 8.4.1+ semantics for `{plus}` and...
2009-07-25 Eric Wonggit svn: avoid escaping '/' when renaming/copying files
2009-07-25 Eric Wongt9142: stop httpd after the test
2009-07-25 Eric Wonggit svn: the branch command no longer needs the full...
2009-07-25 Eric Wonggit svn: revert default behavior for --minimize-url
2009-07-25 Robert Allan Zehgit svn: add gc command
2009-07-25 Junio C HamanoMerge branch 'maint'
2009-07-25 Junio C Hamanot8005: Nobody writes Russian in shift_jis
2009-07-25 Junio C HamanoMerge branch 'maint'
2009-07-25 Junio C HamanoFix severe breakage in "git-apply --whitespace=fix"
2009-07-25 Junio C HamanoUpdate release notes for 1.6.4
2009-07-25 Junio C HamanoMerge branch 'js/maint-graft-unhide-true-parents'
2009-07-25 Junio C HamanoMerge branch 'av/maint-config-reader'
2009-07-25 Junio C HamanoMerge branch 'jk/maint-send-email-alias-loop'
2009-07-25 Alex VandiverAfter renaming a section, print any trailing variable...
2009-07-25 Alex VandiverMake section_name_match start on '[', and return the...
2009-07-24 Jeff Kingsend-email: detect cycles in alias expansion
2009-07-24 Daniel TrstenjakShow the presence of untracked files in the bash prompt.
2009-07-24 Junio C HamanoMerge branch 'maint'
2009-07-24 Junio C HamanoSunOS grep does not understand -C<n> nor -e
2009-07-24 Matthias AndreeFix export_marks() error handling.
2009-07-24 Johannes Schindelingit repack: keep commits hidden by a graft
2009-07-24 Björn SteinbrinkAdd a test showing that 'git repack' throws away grafte...
2009-07-24 Linus Torvaldsgit branch: clean up detached branch handling
2009-07-24 Linus Torvaldsgit branch: avoid unnecessary object lookups
2009-07-24 Linus Torvaldsgit branch: fix performance problem
2009-07-23 Eric Wonggit svn: fix shallow clone when upstream revision is...
2009-07-23 Junio C Hamanodo_one_ref(): null_sha1 check is not about broken ref
2009-07-23 Brandon Caseyconfigure.ac: properly unset NEEDS_SSL_WITH_CRYPTO...
2009-07-23 Pierre Habouzitjanitor: useless checks before free
2009-07-23 Pierre Habouzitjanitor: add DIV_ROUND_UP and use it.
2009-07-23 Pierre Habouzitrefactor: use bitsizeof() instead of 8 * sizeof()
2009-07-23 Pierre Habouzitjanitor: use NULL and not 0 for pointers.
2009-07-23 Martin Koeglergit stash: modernize use of "dashed" git-XXX calls
2009-07-23 Yann DirsonImprove doc for format-patch threading options.
2009-07-23 Yann DirsonList send-email config options in config.txt.
2009-07-23 Brandon Caseyconfigure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIB...
2009-07-23 Junio C HamanoMerge branch 'maint'
2009-07-23 SZEDER GáborTrailing whitespace and no newline fix
2009-07-22 Junio C Hamanodiff --cc: a lost line at the beginning of the file...
2009-07-22 Junio C Hamanocombine-diff.c: fix performance problem when folding...
2009-07-22 Greg PriceFix rebase -p --onto
2009-07-20 Eric Wonggit svn: fix reparenting when ugly http(s) URLs are...
2009-07-20 Eric Wonggit svn: rename tests that had conflicting numbers
2009-07-19 Junio C HamanoUpdates to draft release notes to 1.6.4
2009-07-19 Junio C Hamanopush: do not give big warning when no preference is...
2009-07-18 Michael J Grubert4202-log.sh: Test git log --no-walk sort order
2009-07-18 Mike Ralphsoncvsexportcommit: reorder tests to quiet intermittent...
2009-07-18 Junio C HamanoMerge branch 'maint'
2009-07-18 Junio C Hamanocheckout -f: deal with a D/F conflict entry correctly
2009-07-16 Brandon Caseysha1_name.c: avoid unnecessary strbuf_release
2009-07-16 Brandon Caseyrefs.c: release file descriptor on error return
2009-07-15 Junio C HamanoRevert "mailinfo: Remove only one set of square brackets"
2009-07-14 Linus TorvaldsFix extraneous lstat's in 'git checkout -f'
2009-07-14 Linus TorvaldsImprove on the 'invalid object' error message at commit...
2009-07-14 Linus TorvaldsMake 'git show' more useful
2009-07-13 SZEDER Gáborbash: add '--merges' to common 'git log' options
next