2006-08-16 | [PATCH] git-mv: add more path normalization Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-08-16 | git-mv: succeed even if source is a prefix of destination Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-08-10 | Add the --color-words option to the diff options family Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-08-05 | http-push: avoid fork() by calling merge_bases() directly Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-08-04 | Fix crash when GIT_DIR is invalid Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-31 | read-tree: move merge functions to the library Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2006-07-31 | read-trees: refactor the unpack_trees() part Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2006-07-31 | tar-tree: illustrate an obscure feature better Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-29 | Fix http-fetch Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2006-07-28 | Teach git-apply about '-R' Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-28 | Makefile: ssh-pull.o depends on ssh-fetch.c Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | cvsserver: imitate git-update-ref when committing Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | instaweb: Be more clear if httpd or the browser fail Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | builtin git-mv: support moving directories Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | Make git-mv a builtin Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | Extract helper bits from c-merge-recursive work |
diff | tree |
2006-07-26 | git-cvsserver: support multiline commit messages Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | t7001: add test for git-mv dir1 dir2/ Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | gitweb: fix two warnings Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | git-instaweb: respect bindir from Makefile Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-26 | git-instaweb: some Apache have mod_cgi builtin Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-25 | git wrapper: add --git-dir=<path> and --bare options Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-25 | Allow an alias to start with "-p" Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-25 | cvsserver: avoid warning about active db handles Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-25 | cvsserver: suppress warnings Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-24 | Always reset the color _before_ printing out the newline Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-24 | Fix t4114 on cygwin Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-10 | Fix linking for not-so-clever linkers. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-08 | Close the index file between writing and committing Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2006-07-07 | Makefile: export NO_SVN_TESTS Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-04 | Make git-fmt-merge-msg a builtin Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-07-02 | Makefile: replace ugly and unportable sed invocation Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-29 | move get_merge_bases() to core lib. |
diff | tree |
2006-06-29 | refactor merge_bases() as preparation to libify merge... |
diff | tree |
2006-06-28 | Save errno in handle_alias() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2006-06-27 | format-patch: use clear_commit_marks() instead of some... Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-27 | t4014: fix for whitespace from "wc -l" Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-26 | format-patch: introduce "--ignore-if-in-upstream" Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-26 | add diff_flush_patch_id() to calculate the patch id Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-25 | apply: replace NO_ACCURATE_DIFF with --inaccurate-eof... Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-25 | cvsimport: always set $ENV{GIT_INDEX_FILE} to $index... Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-24 | Teach diff about -b and -w flags Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-23 | patch-id: take "commit" prefix as well as "diff-tree... Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-20 | git_config: access() returns 0 on success, not > 0 Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-20 | repo-config: Fix late-night bug Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-20 | Read configuration also from $HOME/.gitconfig Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-20 | Fix setting config variables with an alternative GIT_CONFIG Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-20 | Initialize lock_file struct to all zero. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-18 | diff options: add --color Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-06 | If you have a config containing something like this: Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-06-02 | format-patch: resurrect extra headers from config Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-31 | send-email: only 'require' instead of 'use' Net::SMTP Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-26 | git-format-patch --start-number <n> |
diff | tree |
2006-05-21 | fmt-patch: Support --attach Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-21 | diff family: add --check option Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-07 | Fix crash when reading the empty tree Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-07 | Fix users of prefix_path() to free() only when necessary Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-07 | Fix users of prefix_path() to free() only when necessary Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-06 | fmt-patch: understand old <his> notation Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-05 | repo-config: trim white-space before comment Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-05 | Teach fmt-patch about --keep-subject Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-05 | Teach fmt-patch about --numbered Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-05 | fmt-patch: implement -o <dir> Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-05 | fmt-patch: output file names to stdout Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-05 | Teach fmt-patch to write individual files. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-05 | builtin-push: --all and --tags _are_ explicit refspecs Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-04 | Add a conversion tool to migrate remote information... Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-04 | fetch, pull: ask config for remote information Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-03 | repo-config: deconvolute logics Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-03 | repo-config: support --get-regexp Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-02 | repo-config: trim white-space before comment Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-02 | repo-config: fix segfault with no argument. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-02 | fetch, pull: ask config for remote information Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-02 | builtin-push: also ask config for remote information Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-05-02 | cache-tree: replace a sscanf() by two strtol() calls Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-04-30 | builtin-push: resurrect parsing of Push: lines Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-04-16 | pager: do not fork a pager if PAGER is set to empty. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-04-16 | diff-options: add --patch-with-stat Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-04-13 | diff-options: add --stat (take 2) |
diff | tree |
2006-04-13 | diff-options: add --stat (take 2) Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-04-05 | Fix compile with expat, but an old curl version Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-04-05 | On some platforms, certain headers need to be included... Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-04-05 | cvsimport: use git-update-ref when updating Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-03-27 | Remove dependency on a file named "-lz" Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-03-12 | imap-send: Add missing #include for macosx Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-03-03 | Fix test case for some sed Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-03-01 | Warn about invalid refs Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-02-22 | Use Ryan's git-annotate instead of jsannotate Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-02-22 | Fix "gmake -j" |
diff | tree |
2006-02-20 | Really honour NO_PYTHON |
diff | tree |
2006-02-20 | avoid makefile override warning |
diff | tree |
2006-02-19 | Fixes for ancient versions of GNU make |
diff | tree |
2006-02-19 | Optionally work without python |
diff | tree |
2006-02-18 | Support Irix |
diff | tree |
2006-02-18 | Optionally support old diffs |
diff | tree |
2006-02-18 | Fix cpio call |
diff | tree |
2006-02-12 | Use a hashtable for objects instead of a sorted list Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-01-20 | git-fetch-pack: really do not ask for funny refs Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2006-01-11 | glossary: explain "master" and "origin" Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2005-12-27 | Handle symlinks graciously Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |