summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-30remote-bzr: fixes for branch divergeLibravatar Felipe Contreras1-1/+7
2013-04-30remote-bzr: add support to push mergesLibravatar Felipe Contreras2-8/+57
2013-04-30remote-bzr: always try to update the worktreeLibravatar Felipe Contreras1-1/+5
2013-04-30remote-bzr: fix order of locking in CustomTreeLibravatar Felipe Contreras1-1/+1
2013-04-30remote-bzr: delay blob fetching until the very endLibravatar Felipe Contreras1-3/+5
2013-04-30remote-bzr: cleanup CustomTreeLibravatar Felipe Contreras1-7/+1
2013-04-30unpack_entry: avoid freeing objects in base cacheLibravatar Thomas Rast1-1/+0
2013-04-30l10n: Update Swedish translation (2080t0f0u)Libravatar Peter Krefting1-537/+731
2013-04-30l10n: git.pot: v1.8.3 round 2 (44 new, 12 removed)Libravatar Jiang Xin1-505/+670
2013-04-29t0008: use named pipe (FIFO) to test check-ignore streamingLibravatar Adam Spiers1-21/+17
2013-04-29test output: respect $TEST_OUTPUT_DIRECTORYLibravatar John Keeping3-4/+11
2013-04-29git-completion.bash: add remote.pushdefault to config listLibravatar Ramkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: add branch.*.pushremote to config listLibravatar Ramkumar Ramachandra1-2/+2
2013-04-29Merge branch 'maint'Libravatar Junio C Hamano2-9/+136
2013-04-29Merge branch 'fc/zsh-completion' into maintLibravatar Junio C Hamano1-8/+126
2013-04-29complete: zsh: use zsh completion for the main cmdLibravatar Felipe Contreras1-1/+119
2013-04-29complete: zsh: trivial simplificationLibravatar Felipe Contreras1-8/+8
2013-04-29git-completion.bash: complete branch.*.rebase as booleanLibravatar Ramkumar Ramachandra1-0/+4
2013-04-29git-completion.bash: add diff.submodule to config listLibravatar Ramkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: lexical sorting for diff.statGraphWidthLibravatar Ramkumar Ramachandra1-1/+1
2013-04-29Git.pm: call tempfile from File::Temp as a regular functionLibravatar H. Merijn Brand1-1/+1
2013-04-28upload-pack: ignore 'shallow' lines with unknown obj-idsLibravatar Michael Heemskerk2-3/+2
2013-04-28git-remote-testgit: build it to run under $SHELL_PATHLibravatar Junio C Hamano4-5/+2
2013-04-28git-remote-testgit: further remove some bashismsLibravatar Johannes Sixt1-4/+9
2013-04-28Merge branch 'maint'Libravatar Junio C Hamano2-44/+6
2013-04-28documentation: trivial whitespace cleanupsLibravatar Felipe Contreras1-6/+6
2013-04-28t/Makefile: remove smoke test targetsLibravatar John Keeping1-38/+0
2013-04-28sparse: Fix mingw_main() argument number/type errorsLibravatar Ramsay Jones10-15/+16
2013-04-28compat/mingw.c: Fix some sparse warningsLibravatar Ramsay Jones2-3/+10
2013-04-28compat/win32mmap.c: Fix some sparse warningsLibravatar Ramsay Jones1-2/+2
2013-04-28compat/poll/poll.c: Fix a sparse warningLibravatar Ramsay Jones1-1/+1
2013-04-28compat/win32/pthread.c: Fix a sparse warningLibravatar Ramsay Jones1-1/+1
2013-04-28compat/unsetenv.c: Fix a sparse warningLibravatar Ramsay Jones1-1/+0
2013-04-28compat/nedmalloc: Fix compiler warnings on linuxLibravatar Ramsay Jones1-0/+4
2013-04-28compat/nedmalloc: Fix some sparse warningsLibravatar Ramsay Jones3-3/+4
2013-04-28compat/fnmatch/fnmatch.c: Fix a sparse errorLibravatar Ramsay Jones1-1/+2
2013-04-28compat/regex/regexec.c: Fix some sparse warningsLibravatar Ramsay Jones1-3/+3
2013-04-28Merge branch 'nd/pretty-formats'Libravatar Junio C Hamano1-2/+2
2013-04-28pretty: Fix bug in truncation support for %>, %< and %><Libravatar Ramsay Jones1-2/+2
2013-04-28Merge branch 'jk/check-corrupt-objects-carefully'Libravatar Junio C Hamano1-1/+1
2013-04-28clone: Make the 'junk_mode' symbol a file staticLibravatar Ramsay Jones1-1/+1
2013-04-28Merge branch 'jk/merge-tree-added-identically'Libravatar Junio C Hamano2-1/+14
2013-04-28merge-tree: fix typo in "both changed identically"Libravatar John Keeping2-1/+14
2013-04-27completion: add missing format-patch optionsLibravatar Felipe Contreras1-1/+2
2013-04-27completion: remove __git_index_file_list_filter()Libravatar Felipe Contreras1-20/+8
2013-04-27completion: add space after completed filenameLibravatar Felipe Contreras1-1/+1
2013-04-27completion: add hack to enable file mode in bash < 4Libravatar Felipe Contreras1-36/+7
2013-04-27completion: refactor __git_complete_index_file()Libravatar Felipe Contreras1-6/+3
2013-04-27completion: refactor diff_index wrappersLibravatar Felipe Contreras1-55/+16
2013-04-27completion: use __gitcompadd for __gitcomp_fileLibravatar Felipe Contreras1-1/+1