Code

git.git
2011-08-11 Junio C HamanoMerge branch 'rs/grep-function-context'
2011-08-11 Junio C HamanoMerge branch 'ef/ipv4-connect-error-report'
2011-08-09 maximilian... am: Document new --exclude=<path> option
2011-08-09 Jon Seymourbisect: add support for bisecting bare repositories
2011-08-08 Junio C Hamanohelping smart-http/stateless-rpc fetch race
2011-08-08 Tay Ray Chuanxdiff/xhistogram: drop need for additional variable
2011-08-08 Tay Ray Chuanxdiff/xhistogram: rely on xdl_trim_ends()
2011-08-08 Tay Ray Chuanxdiff/xhistogram: rework handling of recursed results
2011-08-08 Junio C HamanoMerge branch 'oa/pull-reflog'
2011-08-08 Junio C HamanoMerge branch 'ms/reflog-show-is-default'
2011-08-08 Junio C HamanoMerge branch 'jl/submodule-status-summary-doc'
2011-08-08 Junio C HamanoMerge branch 'jn/gitweb-config-list-case'
2011-08-08 Junio C HamanoMerge branch 'jl/submodule-update-quiet'
2011-08-08 Junio C HamanoMerge branch 'js/ls-tree-error'
2011-08-08 Junio C HamanoMerge branch 'jn/gitweb-system-config'
2011-08-08 Junio C HamanoMerge branch 'jk/reset-reflog-message-fix'
2011-08-08 Junio C HamanoMerge branch 'jc/diff-index-refactor'
2011-08-08 Junio C Hamanoreceive-pack: do not overstep command line argument...
2011-08-08 Junio C HamanoMerge branch 'maint'
2011-08-08 Michael Wittenfilter-branch: Export variable `workdir' for --commit...
2011-08-08 Jon Seymoursubmodule: take advantage of gettextln and eval_gettextln.
2011-08-08 Jon Seymourstash: take advantage of eval_gettextln
2011-08-08 Jon Seymourpull: take advantage of eval_gettextln
2011-08-08 Jon Seymourgit-am: take advantage of gettextln and eval_gettextln.
2011-08-08 Jon Seymourgettext: add gettextln, eval_gettextln to encode common...
2011-08-08 Jonathan Niedertest: cope better with use of return for errors
2011-08-08 Jonathan Niedertest: simplify return value of test_run_
2011-08-08 Emilio G. CotaDocumentation/Makefile: add *.pdf to `clean' target
2011-08-08 Emilio G. CotaDocumentation: ignore *.pdf files
2011-08-05 Jeff Kingfast-export: quote paths in output
2011-08-05 Junio C Hamanofilter-branch.sh: de-dent usage string
2011-08-05 Jon Seymourmisc-sh: fix up whitespace in some other .sh files.
2011-08-05 Junio C HamanoMerge branch 'tc/minix'
2011-08-05 Junio C HamanoMerge branch 'jc/pack-order-tweak'
2011-08-05 Junio C Hamanobisect: further style nitpicks
2011-08-05 Jon Seymourbisect: replace "; then" with "\n<tab>*then"
2011-08-05 Jon Seymourbisect: cleanup whitespace errors in git-bisect.sh.
2011-08-04 Michael Haggertytest-path-utils: Add subcommand "prefix_path"
2011-08-04 Michael Haggertytest-path-utils: Add subcommand "absolute_path"
2011-08-04 Michael Haggertygit-check-attr: Normalize paths
2011-08-04 Michael Haggertygit-check-attr: Demonstrate problems with relative...
2011-08-04 Michael Haggertygit-check-attr: Demonstrate problems with unnormalized...
2011-08-04 Michael Haggertygit-check-attr: test that no output is written to stderr
2011-08-04 Michael HaggertyRename git_checkattr() to git_check_attr()
2011-08-04 Michael Haggertygit-check-attr: Fix command-line handling to match...
2011-08-04 Michael Haggertygit-check-attr: Drive two tests using the same raw...
2011-08-04 Michael Haggertygit-check-attr: Add an --all option to show all attributes
2011-08-04 Michael Haggertygit-check-attr: Error out if no pathnames are specified
2011-08-04 Michael Haggertygit-check-attr: Process command-line args more systemat...
2011-08-04 Michael Haggertygit-check-attr: Handle each error separately
2011-08-04 Michael Haggertygit-check-attr: Extract a function error_with_usage()
2011-08-04 Michael Haggertygit-check-attr: Introduce a new variable
2011-08-04 Michael Haggertygit-check-attr: Extract a function output_attr()
2011-08-04 Michael HaggertyAllow querying all attributes on a file
2011-08-04 Michael HaggertyRemove redundant check
2011-08-04 Michael HaggertyRemove redundant call to bootstrap_attr_stack()
2011-08-04 Michael HaggertyExtract a function collect_all_attrs()
2011-08-04 Michael HaggertyTeach prepare_attr_stack() to figure out dirlen itself
2011-08-04 Michael Haggertygit-check-attr: Use git_attr_name()
2011-08-04 Michael HaggertyProvide access to the name attribute of git_attr
2011-08-04 Michael Haggertygit-check-attr: Add tests of command-line parsing
2011-08-04 Michael Haggertygit-check-attr: Add missing "&&"
2011-08-04 Michael HaggertyDisallow the empty string as an attribute name
2011-08-04 Michael HaggertyRemove anachronism from comment
2011-08-04 Michael Haggertydoc: Correct git_attr() calls in example code
2011-08-04 Michael Haggertydoc: Add a link from gitattributes(5) to git-check...
2011-08-04 Jeff Kingdocs: put listed example commands in backticks
2011-08-04 Jon Seymourbisect: add documentation for --no-checkout option.
2011-08-04 Jon Seymourbisect: add tests for the --no-checkout option.
2011-08-04 Jon Seymourbisect: introduce --no-checkout support into porcelain.
2011-08-04 Jon Seymourbisect: introduce support for --no-checkout option.
2011-08-04 Jon Seymourbisect: add tests to document expected behaviour in...
2011-08-04 Jon Seymourbisect: use && to connect statements that are deferred...
2011-08-04 Jon Seymourbisect: move argument parsing before state modification.
2011-08-04 张忠山gitweb: pass string after encoding in utf-8 to syntax...
2011-08-04 Jon JensenAdd option hooks.diffopts to customize change summary...
2011-08-04 Junio C Hamanodiff -c/--cc: do not mistake "resolved as deletion...
2011-08-03 Junio C HamanoMerge branch 'maint'
2011-08-03 Heiko Voigtadd gitignore entry to description about how to write...
2011-08-03 Tay Ray ChuanMakefile: some changes for http-related flag documentation
2011-08-03 Tay Ray Chuanhttp.c: fix an invalid free()
2011-08-03 maximilian... am: pass exclude down to apply
2011-08-03 Michael Haggertygitattributes: Reword "attribute macro" to "macro attri...
2011-08-03 Michael Haggertygitattributes: Clarify discussion of attribute macros
2011-08-03 Johannes SixtSkip archive --remote tests on Windows
2011-08-03 Tay Ray Chuanxdiff: do away with xdl_mmfile_next()
2011-08-03 Johannes SixtMake test number unique
2011-08-02 Clemens Buchachercommit: allow partial commits with relative paths
2011-08-01 Clemens Buchachernotice error exit from pager
2011-08-01 René Scharfegrep: long context options
2011-08-01 René Scharfegrep: add option to show whole function as context
2011-08-01 Ori Avtalionpull: remove extra space from reflog message
2011-08-01 Jens LehmannDocumentation/submodule: add command references and...
2011-08-01 Junio C HamanoMerge branch 'vi/make-test-vector-less-specific'
2011-08-01 Junio C HamanoMerge branch 'jk/clone-detached'
2011-08-01 Junio C HamanoMerge branch 'jc/streaming-filter'
2011-08-01 Junio C HamanoMerge branch 'sr/transport-helper-fix'
2011-08-01 Junio C HamanoMerge branch 'jc/maint-reset-unmerged-path'
2011-08-01 Junio C HamanoMerge branch 'maint'
2011-08-01 Junio C HamanoMerge branch 'nk/ref-doc' into maint
next