2017-05-08 | git_config_rename_section_in_file(): avoid resource... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | add_commit_patch_id(): avoid allocating memory unnecessarily Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | winansi: avoid buffer overrun Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | winansi: avoid use of uninitialized value Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-05-08 | mingw: avoid memory leak when splitting PATH Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-04-27 | use uintmax_t for timestamps Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-04-27 | date.c: abort if the system time cannot handle one... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-04-27 | timestamp_t: a new data type for timestamps Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-04-24 | PRItime: introduce a new "printf format" for timestamps Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-04-24 | parse_timestamp(): specify explicitly where we parse... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-04-21 | t0006 & t5000: skip "far in the future" test when time_t... Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> |
diff | tree |
2017-04-21 | t0006 & t5000: prepare for 64-bit timestamps Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-04-21 | ref-filter: avoid using `unsigned long` for catch-all... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-04-14 | difftool: fix use-after-free Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-27 | sequencer: allow the commit-msg hooks to run during... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-27 | sequencer: make commit options more extensible Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-22 | t7504: document regression: reword no longer calls... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | setup.c: mention unresolved problems Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | t1309: document cases where we would want early config... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | setup_git_directory_gently_1(): avoid die()ing Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | t1309: test read_early_config() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | read_early_config(): really discover .git/ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | read_early_config(): avoid .git/config hack when unneeded Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | setup: make read_early_config() reusable Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | setup: introduce the discover_git_directory() function Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | setup_git_directory_1(): avoid changing global state Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-14 | setup: prepare setup_discovered_git_dir() for the root... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-08 | real_pathdup(): fix callsites that wanted it to die... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-08 | t1501: demonstrate NULL pointer access with invalid... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-07 | setup_git_directory(): use is_dir_sep() helper Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-06 | Travis: also test on 32-bit Linux Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-03-03 | t7006: replace dubious test Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-02-17 | rev-parse: fix several options when running in a subdirectory Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-02-14 | mingw: make stderr unbuffered again Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-02-09 | rebase -i: use the rebase--helper builtin Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-02-09 | rebase--helper: add a builtin helper for interactive... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-02-01 | git_connect(): factor out SSH variant handling Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-30 | mingw: allow hooks to be .exe files Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-27 | test-lib: on FreeBSD, look for unzip(1) in /usr/local... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-27 | t/Makefile: add a rule to re-run previously-failed... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-26 | status: be prepared for not-yet-started interactive... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-25 | relink: retire the command Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-19 | remote rename: more carefully determine whether a remote... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-19 | remote rename: demonstrate a bogus "remote exists" bug Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-19 | difftool: retire the scripted version Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-19 | difftool: implement the functionality in the builtin Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-18 | mingw: follow-up to "replace isatty() hack" Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | sequencer (rebase -i): write out the final message Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | sequencer (rebase -i): write the progress into files Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | sequencer (rebase -i): show the progress Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | sequencer (rebase -i): suggest --edit-todo upon unknown... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | sequencer (rebase -i): show only failed cherry-picks... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | sequencer (rebase -i): show only failed `git commit... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | sequencer: use run_command() directly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | sequencer: update reading author-script Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-17 | difftool: add a skeleton for the upcoming builtin Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): differentiate between comments... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): implement the 'drop' command Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): allow rescheduling commands Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): respect strategy/strategy_opts... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): respect the rebase.autostash... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): run the post-rewrite hook, if... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): record interrupted commits in... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): copy commit notes at end Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): set the reflog message consistently Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): refactor setting the reflog... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): allow fast-forwarding for edit... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): implement the 'reword' command Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): leave a patch upon error Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): update refs after a successful... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): the todo can be empty when continuing Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): skip some revert/cherry-pick... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): remove CHERRY_PICK_HEAD when... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): allow continuing with staged... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): write an author-script file Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): implement the short commands Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): add support for the 'fixup'... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): write the 'done' file Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): learn about the 'verbose' mode Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): implement the 'exec' command Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): implement the 'edit' command Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer (rebase -i): implement the 'noop' command Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer: support a new action: 'interactive rebase' Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer: use a helper to find the commit message Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer: move "else" keyword onto the same line as... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | sequencer: avoid unnecessary curly braces Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-09 | git_exec_path: avoid Coverity warning about unfree... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-07 | giteveryday: unbreak rendering with AsciiDoctor Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2017-01-07 | mingw: add a regression test for pushing to UNC paths Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-12-22 | mingw: adjust is_console() to work with stdin Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-12-12 | mingw: intercept isatty() to handle /dev/null as Git... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-11-28 | merge-recursive: handle NULL in add_cacheinfo() correctly Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-11-28 | cherry-pick: demonstrate a segmentation fault Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-11-21 | rebase -i: handle core.commentChar=auto Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-11-21 | stripspace: respect repository config Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-11-21 | rebase -i: highlight problems with core.commentchar Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-11-10 | t6026: ensure that long-running script really is Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-10-21 | sequencer: mark all error messages for translation Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-10-21 | sequencer: start error messages consistently with lower... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |
2016-10-21 | sequencer: quote filenames in error messages Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |
diff | tree |