2016-01-13 | completion: add missing branch.*.rebase values Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-01-13 | remote: handle the config setting branch.*.rebase=interactive Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-01-13 | pull: allow interactive rebase with --rebase=interactive Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-01-13 | receive-pack: release pack files before garbage-collecting Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-01-13 | merge: release pack files before garbage-collecting Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-01-13 | am: release pack files before garbage-collecting Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-01-13 | fetch: release pack files before garbage-collecting Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-01-11 | Handle more file writes correctly in shared repos Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-01-07 | commit: allow editing the commit message even in shared... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-12-21 | mingw: emulate write(2) that fails with a EPIPE Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-30 | test: facilitate debugging Git executables in tests... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-28 | t3404: "rebase -i" gets broken when insn sheet uses... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-26 | Silence GCC's "cast of pointer to integer of a different... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-26 | Squelch warning about an integer overflow Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-26 | imap-send: only use CURLOPT_LOGIN_OPTIONS if it is... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-08 | pack-objects: do not get distracted by broken symrefs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-07 | clone --dissociate: avoid locking pack files Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-07 | sha1_file.c: add a function to release all packs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-05 | gc: demonstrate failure with stale remote HEAD Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-05 | sha1_file: consolidate code to close a pack's file... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-10-05 | t5700: demonstrate a Windows file locking issue with... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-09-28 | setup: fix "inside work tree" detection on case-insensitive... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-09-09 | am --skip/--abort: merge HEAD/ORIG_HEAD tree into index Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-29 | rebase -i: do not leave a CHERRY_PICK_HEAD file behind Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-29 | t3404: demonstrate CHERRY_PICK_HEAD bug Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: support ignoring objects in `git fsck` via fsck... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: git receive-pack: support excluding objects from... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: introduce `git fsck --connectivity-only` Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: support demoting errors to warnings Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: document the new receive.fsck.<msg-id> options Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: allow upgrading fsck warnings to errors Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: optionally ignore specific fsck issues completely Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: disallow demoting grave fsck errors to warnings Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: add a simple test for receive.fsck.<msg-id> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: make fsck_tag() warn-friendly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: handle multiple authors in commits specially Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: make fsck_commit() warn-friendly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: make fsck_ident() warn-friendly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: report the ID of the error/warning Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck (receive-pack): allow demoting errors to warnings Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-23 | fsck: offer a function to demote fsck errors to warnings Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-22 | fsck: provide a function to parse fsck message IDs Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-22 | fsck: introduce identifiers for fsck messages Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2015-06-22 | fsck: introduce fsck options Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-12-23 | Add a regression test for 'git remote add <existing... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-12-23 | git remote: allow adding remotes agreeing with url... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-12-17 | fsck: complain about NTFS ".git" aliases in trees Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-12-17 | read-cache: optionally disallow NTFS .git variants Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-12-17 | path: add is_ntfs_dotgit() helper Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-12-09 | test-hashmap: squelch gcc compiler warning Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-12-01 | receive-pack: add another option for receive.denyCurrentBranch Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-09-12 | Make sure that index-pack --strict checks tag objects Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-09-11 | Add regression tests for stricter tag fsck'ing Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-09-11 | fsck: check tag objects' headers Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-09-11 | Make sure fsck_commit_buffer() does not run out of... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-09-10 | fsck_object(): allow passing object data separately... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-09-10 | Refactor type_from_string() to allow continuing after... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-07-17 | MinGW: Skip test redirecting to fd 4 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-06-16 | Win32: let mingw_execve() return an int Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2014-05-15 | git grep -O -i: if the pager is 'less', pass the '... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2013-12-28 | Remove the line length limit for graft files Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2013-06-04 | Windows resource: handle dashes in the Git version... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2013-06-04 | Define NO_GETTEXT for Git for Windows Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2012-06-12 | fast-export: report SHA-1 instead of gibberish when... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2012-02-07 | add -e: do not show difference in a submodule that... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2011-10-26 | git grep: be careful to use mutexes only when they... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2011-10-15 | t9300: do not run --cat-blob-fd related tests on MinGW Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2011-10-15 | t9001: do not fail only due to CR/LF issues Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2011-10-15 | t1020: disable the pwd test on MinGW Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2011-10-11 | Fix is_gitfile() for files too small or larger than... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2011-07-11 | get_pwd_cwd(): Do not trust st_dev/st_ino blindly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2011-03-22 | Remove unused variables Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2011-02-07 | mingw_rmdir: set errno=ENOTEMPTY when appropriate Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-10-01 | merge-octopus: Work around environment issue on Windows Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-09-30 | Fix typo in pack-objects' usage Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-09-30 | Make sure that git_getpass() never returns NULL Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-08-25 | checkout: respect diff.ignoreSubmodules setting Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-08-09 | Add the 'diff.ignoreSubmodules' config setting Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-06-13 | grep -O: allow optional argument specifying the pager... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-06-13 | grep: Add the option '--open-files-in-pager' Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-06-13 | Unify code paths of threaded greps Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-05-03 | gitweb: Syntax highlighting support Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2010-01-12 | Introduce <branch>@{upstream} notation Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-11-18 | Allow specifying the remote helper in the url Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-30 | diff --color-words -U0: fix the location of hunk headers Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-28 | help -a: do not unnecessarily look for a repository Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2009-10-22 | blame: make sure that the last line ends in an LF CC: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-20 | Add the --submodule option to the diff option family Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-20 | Add '%N'-format for pretty-printing commit notes |
diff | tree |
2009-10-20 | Add an expensive test for git-notes Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-20 | Speed up git notes lookup Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-20 | Add a script to edit/inspect notes Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-20 | Introduce commit notes Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-19 | Add strbuf_add_wrapped_text() to utf8.[ch] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-10-19 | print_wrapped_text(): allow hard newlines Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-08-18 | filter-branch: add an example how to add ACKs to a... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-08-10 | Correctly mark cover letters' encodings if they are... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-08-10 | Expose the has_non_ascii() function Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2009-07-31 | parse-opt: optionally show "--no-" option string Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2009-07-31 | Make 'git stash -k' a short form for 'git stash save... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |