]> Kevux Git Server - rit/shortlog
rit
2009-05-18 Christian Couderbisect: rework some rev related functions to make them...
2009-05-18 Stephen Boydformat-patch: migrate to parse-options API
2009-05-17 Stephen Boydshow-branch: Fix die message in parse_reflog_param()
2009-05-17 Junio C HamanoMerge branch 'maint'
2009-05-17 Stephen Boydcompletion: add missing options to show-branch and...
2009-05-17 Linus Torvaldsdir.c: clean up handling of 'path' parameter in read_di...
2009-05-17 Dan McGeeFix type-punning issues
2009-05-17 Junio C HamanoMerge branch 'maint'
2009-05-17 Nanako Shiraishitest: checkout shouldn't say that HEAD has moved if...
2009-05-17 Junio C Hamanocompletion: enhance "current branch" display
2009-05-17 Junio C Hamanocompletion: simplify "current branch" in __git_ps1()
2009-05-17 Junio C Hamanocompletion: fix PS1 display during a merge on detached...
2009-05-17 Alex RiesenImprove the naming of guessed target repository for...
2009-05-17 Alex RiesenUse UTF-8 instead of utf8 for backward compatibility
2009-05-17 Junio C HamanoRevert "git-add--interactive: remove hunk coalescing"
2009-05-17 Matt GrahamSplitting a hunk that adds a line at the top fails...
2009-05-16 Daniel Corderobuiltin-checkout: Don't tell user that HEAD has moved...
2009-05-16 Jim Meyeringpre-commit.sample: don't print incidental SHA1
2009-05-16 Stephen Boydtests: Add tests for missing format-patch long options
2009-05-16 Stephen Boydapi-parse-options.txt: use 'func' instead of 'funct'
2009-05-16 Josh Micichmktree: validate entry type in input
2009-05-16 Josh Micichmktree --batch: build more than one tree object
2009-05-16 Josh Micichmktree --missing: updated usage message and man page
2009-05-16 Tony KempTurn on USE_ST_TIMESPEC for OpenBSD
2009-05-16 Elijah Newrengitk: Make more options easily accessible from Edit...
2009-05-16 Paul Mackerrasgitk: Check git version before using --textconv flag
2009-05-16 Johannes Sixtgitk: Use --textconv to generate diff text
2009-05-16 Christian Stimminggitk: Update German translation.
2009-05-16 Pat Thoytsgitk: Fix errors in the theme patch
2009-05-16 Junio C HamanoMerge branch 'maint-1.6.2' into maint
2009-05-14 Michael J GruberFix behavior with non-commit upstream references
2009-05-14 Junio C HamanoMerge branch 'maint-1.6.1' into maint-1.6.2
2009-05-14 Junio C HamanoMerge branch 'maint-1.6.0' into maint-1.6.1
2009-05-14 Felipe ContrerasPrettify log decorations even more
2009-05-14 Felipe ContrerasChange prettify_ref to prettify_refname
2009-05-14 Trent Piephosend-email: Add config option for sender address
2009-05-14 Johannes SchindelinAdd NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile
2009-05-14 Michael J GruberTest tracking of non-commit upstreams
2009-05-13 Alex RiesenQuote LF in urls git fetch saves in FETCH_HEAD
2009-05-13 Michael J GruberDocumentation: clarify / requirement in 'git check...
2009-05-13 Stephen Boydbash completion: complete variable names for "git confi...
2009-05-13 Jakub Narebskigitweb: Remove unused $hash_base parameter from normali...
2009-05-13 Jakub Narebskigitweb: Simplify snapshot format detection logic in...
2009-05-13 Jakub Narebskigitweb: Use capturing parentheses only when you intend...
2009-05-13 Jakub Narebskigitweb: Replace wrongly added tabs with spaces
2009-05-13 Junio C HamanoMerge branch 'maint'
2009-05-13 Junio C HamanoGIT 1.6.3.1
2009-05-12 Junio C HamanoMerge branch 'maint-1.6.2' into maint
2009-05-12 Junio C HamanoMerge branch 'jc/maint-read-tree-multi' into maint...
2009-05-12 Junio C HamanoRevert "checkout branch: prime cache-tree fully"
2009-05-12 Junio C Hamanot3900: ISO-2022-JP has more than one popular variants
2009-05-11 Jakub Narebskigitweb: Use block form of map/grep in a few cases more
2009-05-11 Jakub Narebskigitweb: Always use three argument form of open
2009-05-11 Jakub Narebskigitweb: Always use three argument form of open
2009-05-11 Jakub Narebskigitweb: Do not use bareword filehandles
2009-05-11 Junio C Hamanomktree --missing: allow missing objects
2009-05-10 Christian Couderbisect: make "git bisect" use new "--next-all" bisect...
2009-05-10 Christian Couderbisect: add "check_good_are_ancestors_of_bad" function
2009-05-10 Christian Couderbisect: implement the "check_merge_bases" function
2009-05-10 Christian Couderbisect: automatically sort sha1_array if needed when...
2009-05-10 Christian Couderbisect: make skipped array functions more generic
2009-05-10 Christian Couderbisect: remove too much function nesting
2009-05-10 Christian Couderbisect: use new "struct argv_array" to prepare argv...
2009-05-10 Christian Couderbisect: store good revisions in a "sha1_array"
2009-05-10 Christian Couderbisect: implement "rev_argv_push" to fill an argv with...
2009-05-10 Christian Couderbisect: use "sha1_array" to store skipped revisions
2009-05-10 Junio C Hamanobuild-in git-mktree
2009-05-10 Junio C Hamanot1010: add mktree test
2009-05-10 Junio C Hamanomktree: do not barf on a submodule commit
2009-05-10 Junio C Hamanobuiltin-mktree.c: use a helper function to handle one...
2009-05-10 Junio C Hamanomktree: use parse-options
2009-05-10 Alex Riesenls-tree manpage: output of ls-tree is compatible with...
2009-05-10 Alex Riesenls-tree manpage: use "unless" instead of "when ......
2009-05-10 Christian Couderam: simplify "sq" function by using "git rev-parse...
2009-05-10 Christian Couderbisect: use "git rev-parse --sq-quote" instead of a...
2009-05-10 Christian Couderrev-parse: add --sq-quote to shell quote arguments
2009-05-10 Christian Couderrev-list: remove stringed output flag from "show_bisect...
2009-05-10 Christian Couderbisect--helper: remove "--next-vars" option as it is...
2009-05-10 Christian Couderbisect: use "git bisect--helper --next-exit" in "git...
2009-05-10 Christian Couderbisect--helper: add "--next-exit" to output bisect...
2009-05-10 Christian Couderbisect: move common bisect functionality to "bisect_common"
2009-05-10 Christian Couderrev-list: refactor printing bisect vars
2009-05-10 Christian Couderrev-list: make "estimate_bisect_steps" non static
2009-05-10 Dave Olszewskimerge-recursive: never leave index unmerged while recursing
2009-05-10 Linus TorvaldsTeach 'git checkout' to preload the index contents
2009-05-10 Linus TorvaldsAvoid unnecessary 'lstat()' calls in 'get_stat_data()'
2009-05-09 Junio C HamanoMerge branch 'maint'
2009-05-09 Sitaram Chamartyallow -t abbreviation for --track in git branch
2009-05-09 Michael S.... Add --reference option to git submodule.
2009-05-09 Jeff Kingadd: don't complain when adding empty project root
2009-05-09 Frank LichtenheldGit.pm: Always set Repository to absolute path if autod...
2009-05-09 Frank LichtenheldGit.pm: Set GIT_WORK_TREE if we set GIT_DIR
2009-05-09 David Aguilarmergetool--lib: specialize diff options for emerge...
2009-05-09 Jim Meyeringformat-patch let -k override a config-specified format...
2009-05-09 Jeff Kingfix GIT_TRACE segfault with shell-quoted aliases
2009-05-09 Robin RosenbergDisallow '\' in ref names
2009-05-09 Jakub Narebskigitweb: Remove function prototypes (cleanup)
2009-05-09 Alexander PotashevDocumentation: cloning to empty directory is allowed
2009-05-09 Heiko VoigtExtend sample update hook, disable modifying of existin...
2009-05-09 René Scharfegrep: use parseopt
next