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