2008-10-08 | git rm: refresh index before up-to-date check Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-31 | git wrapper: DWIM mistyped commands Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-22 | test-lib: do not remove trash_directory if called with... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-11 | checkout --track: make up a sensible branch name if... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-09 | Enable parallel tests Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-09 | tests: Clarify dependencies between tests, 'aggregate... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-09 | t9700: remove useless check Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-08 | clone --mirror: avoid storing repeated tags Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-03 | clone --bare: Add ".git" suffix to the directory name... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-02 | clone: Add an option to set up a mirror Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-08-02 | sort_in_topological_order(): avoid setting a commit... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-27 | Avoid chdir() in list_commands_in_dir() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-23 | builtin-commit: Two trivial style-cleanups Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-23 | git daemon: avoid waking up too often Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-23 | sort_in_topological_order(): avoid setting a commit... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-23 | Add test to show that show-branch misses out the 8th... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-23 | Ignore dirty submodule states in "git pull --rebase" Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-22 | Fix two leftovers from path_list->string_list Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-22 | Rename path_list to string_list Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-22 | Rename .git/rebase to .git/rebase-apply Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-16 | git fetch-pack: do not complain about "no common commits... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-16 | Rename ".dotest/" to ".git/rebase" and ".dotest-merge... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-15 | shortlog: support --pretty=format: option Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-13 | git-gui: MERGE_RR lives in .git/ directly with newer... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-13 | Move MERGE_RR from .git/rr-cache/ into .git/ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-12 | Add pretty format %aN which gives the author name,... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-12 | Convert CR/LF to LF in tag signatures Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-07 | Allow cherry-picking root commits Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-07 | run_command(): respect GIT_TRACE Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-07 | git daemon: avoid calling syslog() from a signal handler Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-02 | git fetch-pack: do not complain about "no common commits... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-02 | Teach "git apply" to prepend a prefix with "--root... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-07-01 | Add another fast-import example, this time for .zip... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-06-30 | clone: respect the settings in $HOME/.gitconfig and... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-06-28 | Allow git-apply to recount the lines in a hunk (AKA... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-06-28 | commit-tree: lift completely arbitrary limit of 16... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-06-27 | clone: respect url.insteadOf setting in global configs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-06-23 | Windows: always chmod(, 0666) before unlink(). Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2008-06-09 | merge-recursive: respect core.autocrlf when writing... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-26 | hg-to-git: add --verbose option Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-25 | mailsplit and mailinfo: gracefully handle NUL characters Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-23 | pull --rebase: exit early when the working directory... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-16 | submodule update: add convenience option --init Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-15 | cvsexportcommit: introduce -W for shared working trees... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-15 | Ignore dirty submodule states during rebase and stash Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-15 | Teach update-index about --ignore-submodules Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-15 | diff options: Introduce --ignore-submodules Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-15 | cvsexportcommit: chomp only removes trailing whitespace Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-15 | builtin-clone: fix initial checkout Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-05-14 | Provide git_config with a callback-data parameter Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-25 | init: show "Reinit" message even in an (existing) empty... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-23 | RelNotes: mention checkout/branch's --track option... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-20 | remote show: do not show symbolic refs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-14 | merge-file: handle empty files gracefully Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-13 | git fetch: Take '-n' to mean '--no-tags' Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-13 | gc: call "prune --expire 2.weeks.ago" by default Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-12 | launch_editor(): allow spaces in the filename Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-09 | builtin remote rm: remove symbolic refs, too Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-05 | remote: fix "update [group...]" Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-02 | remote show: Clean up connection correctly if object... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-02 | format-patch: wrap cover-letter's shortlog sensibly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-02 | format-patch: use the diff options for the cover letter... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-02 | Fix make_absolute_path() for parameters without a slash Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-01 | builtin-remote: prune remotes correctly that were added... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-01 | Make git-remote a builtin Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-01 | Test "git remote show" and "git remote prune" Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-01 | parseopt: add flag to stop on first non option Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-03-01 | path-list: add functions to work with unsorted lists Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-28 | completion: support format-patch's --cover-letter option Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-20 | cvsexportcommit: be graceful when "cvs status" reorders... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-18 | xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUM Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-18 | xdl_merge(): make XDL_MERGE_ZEALOUS output simpler Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-18 | bisect view: check for MinGW32 and MacOSX in addition... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-16 | http-push: avoid a needless goto Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-16 | http-push: do not get confused by submodules Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-16 | http-push: avoid invalid memory accesses Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-13 | bisect: use verbatim commit subject in the bisect log Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-11 | Document that the default of branch.autosetupmerge... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-11 | bisect: allow starting with a detached HEAD Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-10 | Introduce the config variable pack.packSizeLimit Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-10 | Adjust .gitignore for 5884f1(Rename 'git-help--browse... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-02-10 | Fix "git clone" for git:// protocol Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-01-28 | Add test for rebase -i with commits that do not pass... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-01-27 | pull --rebase: be cleverer with rebased upstream branches Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-01-21 | Also use unpack_trees() in do_diff_cache() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-01-13 | [PATCH] gitk: make Ctrl "+" really increase the font... Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2008-01-09 | shortlog: mention the "-e" option in the usage Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2008-01-02 | Optimize prefixcmp() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-21 | Mention git-shell's "cvs" substitution in the RelNotes Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-20 | Teach diff machinery to display other prefixes than... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-19 | git show <tag>: show the tagger Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-18 | rebase -p -i: handle "no changes" gracefully Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-18 | Document diff.external and mergetool.<tool>.path Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-18 | Support config variable diff.external Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-04 | Allow ':/<oneline-prefix>' syntax to work with save_commit_b... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-04 | fast-export: rename the signed tag mode 'ignore' to... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-12-03 | Add 'git fast-export', the sister of 'git fast-import' Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-11-30 | Add "--expire <time>" option to 'git prune' Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-11-30 | Replace the word 'update-cache' by 'update-index' everywhere Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-11-30 | receive-pack: allow deletion of corrupt refs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |