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 |
2007-07-14 | Fix git-rebase -i to allow squashing of fast-forwardable... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-07-06 | Add -v|--verbose to git remote to show remote url Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-07-04 | Fix t5516 to create test repo without hooks Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-07-04 | Handle format.subjectprefix for every command which... |
diff | tree |
2007-07-04 | Handle missing prefix for "Subject:" as if no prefix... |
diff | tree |
2007-06-29 | Avoid perl in t1300-repo-config Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-06-20 | cvsserver: Actually implement --export-all |
diff | tree |
2007-06-16 | Do not use h_errno after connect(2): the function does... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-06-16 | Add a local implementation of hstrerror for the system... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-06-08 | Fix push with refspecs containing wildcards Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-06-06 | Fix clone to setup the origin if its name ends with... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-06-02 | Make the installation target of git-gui a little less... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-25 | Add a configuration option to control diffstat after... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-25 | Add another verbosity level to git-fetch Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-25 | Verbose connect messages to show the IP addresses used Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-24 | Allow environment variables to be unset in the processes... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-24 | Add ability to specify environment extension to run_command Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-24 | Add run_command_v_opt_cd: chdir into a directory before... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-23 | Fix the progress code to output LF only when it is... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-12 | Allow fetching references from any namespace Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-07 | Use GIT_OBJECT_DIR for temporary files of pack-objects Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-06 | Handle return code of parse_commit in revision machinery Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-05-06 | Small correction in reading of commit headers Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-30 | Include mailmap.h in mailmap.c to catch mailmap interface... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-30 | Remove pointless calls to access(2) when checking for... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-30 | Fix read_mailmap to handle a caller uninterested in... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-30 | Use strlcpy instead of strncpy in mailmap.c Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-26 | Ignore merged status of the file-level merge Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-26 | Add a test for merging changed and rename-changed branches Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-26 | Avoid excessive rewrites in merge-recursive Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-26 | Fix handle leak in write_tree Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-22 | Fix crash in t0020 (crlf conversion) Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-22 | Fix a typo in crlf conversion code Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-21 | Simplify calling of CR/LF conversion routines Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-19 | Tests for core subproject support Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-18 | Fix overwriting of files when applying contextually... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-16 | Fix permissions on test scripts Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-16 | Fix t4201: accidental arithmetic expansion Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-15 | Document -g (--walk-reflogs) option of git-log Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-14 | Use rev-list --reverse in git-rebase.sh Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-04-05 | Fix passing of TCLTK_PATH to git-gui Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-03-31 | Keep rename/rename conflicts of intermediate merges... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-03-25 | Use diff* with --exit-code in git-am, git-rebase and... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-03-25 | Document --quiet option to git-diff Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-03-16 | Add tests for --quiet option of diff programs Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-03-14 | Allow git-diff exit with codes similar to diff(1) Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-03-07 | Allow "make -w" generate its usual output Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-03-07 | Support of "make -s": do not output anything of the... |
diff | tree |
2007-03-07 | More build output cleaning up Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-03-07 | git-gui: Support of "make -s" in: do not output anything... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-02-21 | disable t4016-diff-quote.sh on some filesystems Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-02-07 | Avoid ActiveState Perl IO in t800[12] Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-01-31 | Fix git-update-index to work with relative pathnames. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-01-25 | Allow default core.logallrefupdates to be overridden... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-01-22 | Cleanup uninitialized value in chomp Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-01-22 | Force Activestate Perl to tie git command pipe handle... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-01-22 | Insert ACTIVESTATE_STRING in Git.pm Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2007-01-10 | Speed-up recursive by flushing index only once for... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-12-13 | Clarify fetch error for missing objects. |
diff | tree |
2006-12-04 | Make perl/ build procedure ActiveState friendly. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-11-29 | git-blame: fix rev parameter handling. |
diff | tree |
2006-11-06 | merge-recursive implicitely depends on trust_executable_bit Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-09-29 | do not discard constness in interp_set_entry value... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-09-29 | fix daemon.c compilation for NO_IPV6=1 Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-09-26 | Use const for interpolate arguments Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-07-25 | Trivial path optimization test Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-07-14 | Do not use perl in git-commit.sh Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-05-21 | remove superflous "const" |
diff | tree |
2006-04-23 | make update-index --chmod work with multiple files... |
diff | tree |
2006-03-03 | workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm) Signed-off-by: Alex Riesen <ariesen@harmanbecker.com> |
diff | tree |
2006-02-23 | PATCH: simplify calls to git programs in git-fmt-merge-msg |
diff | tree |
2006-02-23 | fix t5600-clone-fail-cleanup.sh on windows |
diff | tree |
2006-02-12 | avoid echo -e, there are systems where it does not... |
diff | tree |
2006-02-12 | fix "test: 2: unexpected operator" on bsd |
diff | tree |
2006-01-06 | use GIT_DIR instead of /var/tmp Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: check, if t/trash directory was successfully... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: .gitignore precompiled python modules Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: use git-repo-config to detect how to run tests... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: use git-repo-config to detect if the test... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: remove the dots at the end of file names from... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: clarify, what are the config's user.name and... Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: typo in git-commit.sh Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | use result of open(2) to check for presence Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | fix potential deadlock in create_one_file Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: O_EXCL makes O_TRUNC redundant Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2006-01-06 | trivial: retval of waitpid is not errno Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2005-12-22 | \n usage in stderr output Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2005-12-09 | use "git init-db" in tests Signed-off-by: Alex Riesen <raa.lkml@gmail.com> |
diff | tree |
2005-12-02 | git wrapper: more careful argument stuffing [jc: Originally from Alex Riesen with inputs from Sven |
diff | tree |
2005-11-29 | [PATCH] Add tests for git-mv in subdirectories |
diff | tree |
2005-11-22 | arguments cleanup and some formatting Signed-off-by: Alex Riesen <ariesen@harmanbecker.com> |
diff | tree |
2005-11-22 | remove unused variable Signed-off-by: Alex Riesen <ariesen@harmanbecker.com> |
diff | tree |
2005-11-22 | speedup allocation in pack-redundant.c Signed-off-by: Alex Riesen <ariesen@harmanbecker.com> |
diff | tree |