Code

git.git
2011-12-13 Jeff Kingadd generic terminal prompt function
2011-12-13 Jeff Kingrefactor git_getpass into generic prompt function
2011-12-13 Jeff Kingmove git_getpass to its own source file
2011-12-13 Jeff Kingimap-send: don't check return value of git_getpass
2011-12-13 Jeff Kingimap-send: avoid buffer overflow
2011-12-13 Jeff Kingstrbuf: add strbuf_add*_urlencode
2011-12-13 Johannes SixtMakefile: unix sockets may not available on some platforms
2011-12-12 Jeff Kingmv: be quiet about overwriting
2011-12-12 Jeff Kingmv: improve overwrite warning
2011-12-12 Jonathan Niederrevert: stop creating and removing sequencer-old directory
2011-12-12 Jonathan NiederRevert "reset: Make reset remove the sequencer state"
2011-12-12 Jonathan Niederrevert: do not remove state until sequence is finished
2011-12-12 Jonathan Niederrevert: allow single-pick in the middle of cherry-pick...
2011-12-12 Jonathan Niederrevert: pass around rev-list args in already-parsed...
2011-12-12 Jonathan Niederrevert: allow cherry-pick --continue to commit before...
2011-12-12 Jonathan Niederrevert: give --continue handling its own function
2011-12-12 Jeff Kingmv: make non-directory destination error more clear
2011-12-12 Jeff Kingmv: honor --verbose flag
2011-12-12 Jeff Kingdocs: mention "-k" for both forms of "git mv"
2011-12-12 Nguyễn Thái... revert: convert resolve_ref() to read_ref_full()
2011-12-12 Jeff Kingcompat/snprintf: don't look at va_list twice
2011-12-12 Michael Haggertyadd_ref(): take a (struct ref_entry *) parameter
2011-12-12 Michael Haggertycreate_ref_entry(): extract function from add_ref()
2011-12-12 Michael Haggertyrepack_without_ref(): remove temporary
2011-12-12 Michael Haggertyresolve_gitlink_ref_recursive(): change to work with...
2011-12-12 Michael HaggertyPass a (ref_cache *) to the resolve_gitlink_*() helper...
2011-12-12 Michael Haggertyresolve_gitlink_ref(): improve docstring
2011-12-12 Michael Haggertyget_ref_dir(): change signature
2011-12-12 Michael Haggertyrefs: change signatures of get_packed_refs() and get_lo...
2011-12-12 Michael Haggertyis_dup_ref(): extract function from sort_ref_array()
2011-12-12 Michael Haggertyadd_ref(): add docstring
2011-12-12 Michael Haggertyparse_ref_line(): add docstring
2011-12-12 Michael Haggertyis_refname_available(): remove the "quiet" argument
2011-12-12 Michael Haggertyclear_ref_array(): rename from free_ref_array()
2011-12-12 Michael Haggertyrefs: rename parameters result -> sha1
2011-12-12 Michael Haggertyrefs: rename "refname" variables
2011-12-12 Michael Haggertystruct ref_entry: document name member
2011-12-12 Jeff Kingcredentials: add "cache" helper
2011-12-12 Jeff Kingdocs: end-user documentation for the credential subsystem
2011-12-12 Jeff Kingcredential: make relevance of http path configurable
2011-12-12 Jeff Kingcredential: add credential.*.username
2011-12-12 Jeff Kingcredential: apply helper config
2011-12-12 Jeff Kinghttp: use credential API to get passwords
2011-12-12 Jeff Kingcredential: add function for parsing url components
2011-12-12 Jeff Kingintroduce credentials API
2011-12-12 Jeff Kingt5550: fix typo
2011-12-12 Jeff Kingtest-lib: add test_config_global variant
2011-12-12 Pete HarlanTest 'checkout -m -- path'
2011-12-12 Martin von... t3401: use test_commit in setup
2011-12-12 Martin von... t3401: modernize style
2011-12-12 Pete Wyckoffgit-p4: test for absolute PWD problem
2011-12-12 Gary Gibbonsgit-p4: use absolute directory for PWD env var
2011-12-12 Pete Wyckoffgit-p4: submit test for auto-creating clientPath
2011-12-12 Gary Gibbonsgit-p4: ensure submit clientPath exists before chdir
2011-12-10 Jeff Kingfetch: create status table using strbuf
2011-12-09 Junio C HamanoUpdate draft release notes for 1.7.9
2011-12-09 Junio C HamanoMerge branch 'sg/complete-refs'
2011-12-09 Junio C HamanoMerge branch 'nd/resolve-ref'
2011-12-09 Junio C HamanoMerge branch 'jc/pull-signed-tag'
2011-12-09 Junio C HamanoMerge branch 'jc/request-pull-show-head-4'
2011-12-09 Junio C HamanoMerge branch 'ab/pull-rebase-config'
2011-12-09 Junio C HamanoMerge branch 'rs/allocate-cache-entry-individually'
2011-12-09 Junio C HamanoMerge branch 'maint'
2011-12-09 Junio C HamanoMerge branch 'maint-1.7.7' into maint
2011-12-09 Ramkumar Ramachandrat3040 (subprojects-basic): fix '&&' chaining, modernize...
2011-12-09 Martin von... am: don't persist keepcr flag
2011-12-09 Erik Faye-Lundmingw: give waitpid the correct signature
2011-12-09 Ramkumar Ramachandrat1510 (worktree): fix '&&' chaining
2011-12-09 Ramkumar Ramachandrat3030 (merge-recursive): use test_expect_code
2011-12-09 Kirill A. Shutemovgit-tag: introduce --cleanup option
2011-12-09 Pat Thoytsgit-gui: handle shell script text filters when loading...
2011-12-09 Ramkumar Ramachandratest: fix '&&' chaining
2011-12-09 Ramkumar Ramachandrat3200 (branch): fix '&&' chaining
2011-12-08 Jonathan Niedertest: commit --amend should honor --no-edit
2011-12-08 Junio C Hamanocommit: honour --no-edit
2011-12-08 Jonathan Niedert7501 (commit): modernize style
2011-12-08 Jonathan Niedertest: remove a porcelain test that hard-codes commit...
2011-12-08 Jonathan Niedertest: add missing "&&" after echo command
2011-12-08 Jens Lehmanndiff/status: print submodule path when looking for...
2011-12-08 Michael Haggertygit symbolic-ref: documentation fix
2011-12-07 Samuel Bronsongit-gui: Set both 16x16 and 32x32 icons on X to pacify...
2011-12-06 Thomas Rastreset: update cache-tree data when appropriate
2011-12-06 Thomas Rastcommit: write cache-tree data when writing index anyway
2011-12-06 Thomas RastRefactor cache_tree_update idiom from commit
2011-12-06 Thomas RastTest the current state of the cache-tree optimization
2011-12-06 Thomas RastAdd test-scrap-cache-tree
2011-12-06 Junio C Hamanocheckout -m: no need to insist on having all 3 stages
2011-12-06 Thomas Rastuserdiff: allow * between cpp funcname words
2011-12-06 Eric Wongenable SO_KEEPALIVE for connected TCP sockets
2011-12-06 Junio C HamanoMerge branch 'master' of git://bogomips.org/git-svn
2011-12-06 Ævar Arnfjörð... i18n: add infrastructure for translating Git with gettext
2011-12-06 Nguyễn Thái... Copy resolve_ref() return value for longer use
2011-12-05 Junio C HamanoKick-off the 1.7.9 cycle
2011-12-05 Junio C HamanoMerge branch 'jk/refresh-porcelain-output'
2011-12-05 Junio C HamanoMerge branch 'gh/userdiff-matlab'
2011-12-05 Junio C HamanoMerge branch 'nd/maint-ignore-exclude'
2011-12-05 Junio C HamanoMerge branch 'vr/git-merge-default-to-upstream'
2011-12-05 Junio C HamanoMerge branch 'jc/maint-pack-object-cycle'
2011-12-05 Junio C HamanoMerge branch 'jc/index-pack-reject-dups'
2011-12-05 Junio C HamanoMerge branch 'vr/msvc'
next