2009-08-31 | Add date formatting and parsing functions relative... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-07-29 | Add a reminder test case for a merge with F/D transition Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-05-24 | http-push.c::remove_locks(): fix use after free Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-05-17 | Improve the naming of guessed target repository for... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-05-17 | Use UTF-8 instead of utf8 for backward compatibility Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-05-13 | Quote LF in urls git fetch saves in FETCH_HEAD Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-05-10 | ls-tree manpage: output of ls-tree is compatible with... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-05-10 | ls-tree manpage: use "unless" instead of "when ...... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-05-09 | Clarify kind of conflict in merge-one-file helper Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-05-06 | improve error message in config.c Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-30 | gitk: Add Russian translation Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-30 | Clarify kind of conflict in merge-one-file helper Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-30 | improve error message in config.c Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-30 | print unlink(2) errno in copy_or_link_directory Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-30 | replace direct calls to unlink(2) with unlink_or_warn Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-30 | Introduce an unlink(2) wrapper which gives warning... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-29 | git-gui: Update Russian translation Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-24 | Explain seemingly pointless use of system in difftool Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-04-23 | Wait for git diff to finish in git difftool |
diff | tree |
2009-03-23 | Improve error message about fetch into current branch Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-03-20 | Microoptimize strbuf_cmp Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-03-20 | Produce a nicer output in case of sha1_object_info... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2009-03-17 | disable post-checkout test on Cygwin Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-12-05 | Report symlink failures in merge-recursive Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-12-05 | Make chdir failures visible Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-12-05 | Make some of fwrite/fclose/write/close failures visible Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-11-24 | Fix t4030-diff-textconv.sh Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-11-24 | Fix handle leak in sha1_file/unpack_objects if there... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-10-31 | Use test-chmtime -v instead of perl in t5000 to get... Signed-off-by: Alex Riesen <ariesen@harmanbecker.com> |
diff | tree |
2008-10-31 | Add --verbose|-v to test-chmtime Signed-off-by: Alex Riesen <ariesen@harmanbecker.com> |
diff | tree |
2008-10-31 | Use git_pathdup instead of xstrdup(git_path(...)) |
diff | tree |
2008-10-31 | git_pathdup: returns xstrdup-ed copy of the formatted... |
diff | tree |
2008-10-31 | Fix potentially dangerous use of git_path in ref.c |
diff | tree |
2008-10-31 | Add git_snpath: a .git path formatting routine with... |
diff | tree |
2008-10-30 | Plug a memleak in builtin-revert |
diff | tree |
2008-10-27 | Fix potentially dangerous uses of mkpath and git_path Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-10-27 | Fix potentially dangerous uses of mkpath and git_path Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-10-27 | Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.c Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-10-27 | Add mksnpath which allows you to specify the output... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-09-29 | Use remove_path from dir.c instead of own implementation Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-09-29 | Add remove_path: a function to remove as much as possible... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-09-26 | Cleanup remove_path Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-09-26 | Remove empty directories in recursive merge Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-31 | Add help.autocorrect to enable/disable autocorrecting Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-30 | Fix use of hardlinks in "make install" Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-29 | list_commands: only call git_exec_path if it is needed Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-29 | Allow git help work without PATH set Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-29 | Make main_cmds and other_cmds local to builtin-help.c Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-29 | Remove useless memset of static command name lists... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-29 | Remove calculation of the longest command name from... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-23 | Extend "checkout --track" DWIM to support more cases Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-08-15 | Fix t3700 on filesystems which do not support question... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-07-29 | Make use of stat.ctime configurable Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-07-23 | Allow pager of diff command be enabled/disabled Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-07-07 | git-clone: remove leftover debugging fprintf(). |
diff | tree |
2008-06-26 | Fix use of "perl -i" on Windows Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-06-04 | Fix t5516 on cygwin: it does not like double slashes... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-21 | Fix t3701 if core.filemode disabled Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-21 | Fix t6031 on filesystems without working exec bit Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-19 | Ensure that a test is run in the trash directory Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-13 | Add a config option to ignore errors for git-add Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-13 | Add a test for git-add --ignore-errors Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-13 | Add --ignore-errors to git-add to allow it to skip... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-13 | Extend interface of add_files_to_cache to allow ignore... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-13 | Make the exit code of add_file_to_index actually useful Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-05-13 | Improve reporting of errors in config file routines Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-04-30 | Use the modern syntax of git-diff-files in t2002-checkout... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-04-29 | Fix use after free() in builtin-fetch Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-04-28 | Use "=" instead of "==" in condition as it is more... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-03-15 | git-gui: update russian translation Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-03-05 | Do not use GUID on dir in git init --shared=all on... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-03-04 | Fix test for cleanup failure in t7300 on Windows Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-02-29 | Fix builtin checkout crashing when given an invalid... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2008-01-22 | Make t5710 more strict when creating nested repos Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-12-23 | Allow selection of different cleanup modes for commit... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-12-12 | Fix git-fast-export for zero-sized blobs Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-12-04 | Simplify crud() in ident.c Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-11-28 | Do not generate full commit log message if it is not... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-11-14 | Fix dependencies of parse-options test program Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-11-13 | Update the tracking references only if they were succesfully... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-11-13 | Add a test checking if send-pack updated local tracking... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-11-09 | stop t1400 hiding errors in tests Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-11-01 | Do no colorify test output if stdout is not a terminal |
diff | tree |
2007-11-01 | Updated russian translation of git-gui |
diff | tree |
2007-10-30 | Rework make_usage to print the usage message immediately Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-10-26 | Fix generation of perl/perl.mak Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-10-23 | More updates and corrections to the russian translation... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-10-16 | Fix a crash in ls-remote when refspec expands into... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-10-16 | fix t5403-post-checkout-hook.sh: built-in test in dash... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-31 | Temporary fix for stack smashing in mailinfo Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-22 | Fix git-remote for ActiveState Perl Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-21 | Avoid using va_copy in fast-import: it seems to be... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-19 | Fix whitespace in "Format of STDIN stream" of fast... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-12 | [PATCH] gitk: Show an error and exit if no .git could... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-12 | [PATCH] gitk: Continue and show error message in new... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-11 | Fix filehandle leak in "git branch -D" Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-02 | Hack git-add--interactive to make it work with ActiveState... |
diff | tree |
2007-08-01 | Make verse of git-config manpage more readable Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-01 | Add a test for git-config --file Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-08-01 | Add an option to specify a file to config builtin Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |