2007-09-26 | apply: get rid of --index-info in favor of --build... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-26 | rebase -i: work on a detached HEAD ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-26 | rebase -i: avoid exporting GIT_AUTHOR_* variables ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-26 | rebase -i: Fix numbers in progress report ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-26 | rebase -i: style fixes and minor cleanups ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-26 | rebase -i: commit when continuing after "edit" ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-25 | git-gui: add a simple msgfmt replacement ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-24 | git-gui: Deiconify startup wizard so it raises to the top |
diff | tree |
2007-09-19 | Add bundle transport ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-19 | Move bundle specific stuff into bundle.[ch] ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-19 | apply: get rid of --index-info in favor of --build... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-17 | apply --index-info: fall back to current index for... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-15 | revision walker: --cherry-pick is a limited operation ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-03 | verify-tag: also grok CR/LFs in the tag signature ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-03 | Teach "git remote" a mirror mode ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-02 | Ignore po/*.msg ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-02 | Add po/git-gui.pot ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-01 | filter-branch: introduce convenience function "skip_commit" ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-01 | filter-branch: provide the convenience functions also... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-01 | rebase -i: mention the option to split commits in the... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-09-01 | filter-branch: fix remnants of old syntax in documentation ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-29 | completion: also complete git-log's --left-right and... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-28 | name-rev: Fix non-shortest description ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-23 | rebase -i: fix squashing corner case ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-10 | Reinstate the old behaviour when GIT_DIR is set and... ...off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2007-08-05 | checkout-index needs a working tree ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-03 | read-tree: remove unnecessary call to setup_git_directory() ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-02 | rebase -i: fix for optional [branch] parameter ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-02 | rebase -i: ignore patches that are already in the upstream ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-01 | get_relative_cwd(): clarify why it handles dir == NULL ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-01 | Clean up work-tree handling ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-01 | Add set_git_dir() function ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-01 | Add functions get_relative_cwd() and is_inside_dir() ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-08-01 | Add is_absolute_path() and make_absolute_path() ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-30 | white space fixes in setup.c ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-27 | rebase -i: fix interrupted squashing ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-27 | Teach "git stripspace" the --strip-comments option ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-26 | rebase -i: fix overzealous output redirection ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-25 | git am: skip pine's internal folder data ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-25 | Teach approxidate() to understand "never" ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-25 | git log -g: Complain, but do not fail, when no reflogs... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-24 | Teach revision machinery about --no-walk ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-24 | filter-branch: Big syntax change; support rewriting... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-24 | rebase -i: exchange all "if [ .. ]" by "if test .." ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-24 | Shut "git rebase -i" up when no --verbose was given ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-24 | mailinfo: fix 'fatal: cannot convert from utf-8 to... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-22 | fsck --lost-found: write blob's contents, not their... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-21 | launch_editor(): Heed GIT_EDITOR and core.editor settings ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-21 | rebase -i: call editor just once for a multi-squash ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-19 | filter-branch: get rid of "set -e" ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-11 | branch --track: code cleanup and saner handling of... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-11 | Add for_each_remote() function, and extend remote_find_track... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-11 | Fix --cherry-pick with given paths ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-11 | Fix core.sharedRepository = 2 ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-10 | rerere: record resolution even if file is not in merge... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-09 | rebase -i: put a nice warning into the todo list ...off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2007-07-09 | rebase -i: remember the settings of -v, -s and -p when... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-09 | rebase -i: actually show the diffstat when being verbose ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-09 | rebase -i: handle --continue more like non-interactive... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-09 | branch.autosetupmerge: allow boolean values, or "all" ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-07 | Fix "apply --reverse" with regard to whitespace ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-07 | git-branch: default to --track ...off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2007-07-07 | Enable "git rerere" by the config variable rerere.enabled ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-06 | Teach git-stash to "apply --index" ...off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2007-07-06 | Future-proof source for changes in xdemitconf_t ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-06 | filter-branch: fail gracefully when a filter fails ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-06 | filter-branch documentation: clarify which filters... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-04 | filter-branch: a few more touch ups to the man page ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-04 | filter-branch: make output nicer ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-04 | filter-branch: add a test for the commit removal example ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-04 | Add diff-option --ext-diff ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-04 | Document git-filter-branch ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-03 | glossary: add 'reflog' ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-03 | diff --no-index: fix --name-status with added files ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-03 | git-fsck: add --lost-found option ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-02 | Make '!' aliases more useful ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-01 | git add: respect core.filemode with unmerged entries ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-07-01 | t7004: ship trustdb to avoid gpg warnings |
diff | tree |
2007-06-27 | Teach rebase -i about --preserve-merges ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-27 | rebase -i: provide reasonable reflog for the rebased... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-27 | rebase -i: several cleanups ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-25 | Teach rebase an interactive mode ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-25 | Move the pick_author code to git-sh-setup ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-23 | filter-branch: add example to move everything into... ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-23 | diffcore-rename: favour identical basenames ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-17 | pp_header(): work around possible memory corruption ...off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2007-06-16 | merge-recursive: refuse to merge binary files ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-16 | Move buffer_is_binary() to xdiff-interface.h ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-12 | Teach diff to imply --find-copies-harder upon -C -C ...off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2007-06-09 | Teach filter-branch about subdirectory filtering ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-06 | t5000: skip ZIP tests if unzip was not found ...off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2007-06-06 | filter-branch: fix behaviour of '-k' ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-06 | filter-branch: use $(($i+1)) instead of $((i+1)) ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-05 | git-merge-file: refuse to merge binary files ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-05 | merge-recursive: refuse to merge binary files ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-05 | Move buffer_is_binary() to xdiff-interface.h ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-05 | git-fsck: learn about --verbose ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-03 | Add git-filter-branch ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-06-03 | Update to SubmittingPatches ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2007-05-22 | git-status: respect core.excludesFile ...off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |