2016-05-02 | t5510: run auto-gc in the foreground Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-12-16 | credential-store: don't pass strerror to die_errno() Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-12-14 | completion: fix completing unstuck email alias arguments Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-12-11 | completion: remove 'git column' from porcelain commands Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-12-01 | Make error message after failing commit_lock_file(... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-11-24 | filter-branch: deal with object name vs. pathname ambiguity... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-11-24 | bash prompt: indicate dirty index even on orphan branches Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-11-24 | bash prompt: remove a redundant 'git diff' option Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-11-24 | bash prompt: test dirty index and worktree while on... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-08-25 | describe --contains: default to HEAD when no commit... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-08-21 | wt-status: move #include "pathspec.h" to the header Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-08-20 | config: restructure format_config() for better control... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-08-20 | t3020: fix typo in test description Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-08-10 | completion: list variable names reliably with 'git... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-08-10 | config: add '--name-only' option to list only variable... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-07-20 | bash prompt: faster untracked status indicator with... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-07-20 | bash prompt: test untracked files status indicator... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-06-09 | commit: cope with scissors lines in commit message Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-06-08 | completion: teach 'scissors' mode to 'git commit -... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-05-28 | Documentation: include 'merge.branchdesc' for merge... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-05-12 | completion: simplify query for config variables Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-05-12 | completion: add a helper function to get config variables Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-05-06 | completion: remove credential helpers from porcelain... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-05-03 | completion: fix and update 'git log --decorate=' options Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-05-03 | completion: remove redundant __git_compute_all_commands... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-03-22 | completion: use __gitcomp_nl() for completing refs Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-03-06 | completion: simplify __git_remotes() Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2015-03-06 | completion: add a test for __git_remotes() helper function Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-10-17 | t4254: modernize tests Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-10-16 | t3600: fix broken "choking git rm" test Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-10-15 | bash prompt: don't use '+=' operator in show upstream... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-09-19 | completion: improve untracked directory filtering for... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-08-18 | bash prompt: test the prompt with newline in repository... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-30 | test: spell 'ls-files --delete' option correctly in... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: mention that PROMPT_COMMAND mode is faster Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: avoid command substitution when finalizing... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: avoid command substitution when checking... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: use bash builtins to check stash state Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: use bash builtins to check for unborn... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: combine 'git rev-parse' for detached head Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: combine 'git rev-parse' executions in... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: use bash builtins to find out current... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: use bash builtins to find out rebase state Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: run 'git rev-parse --git-dir' directly... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: return early from __git_ps1() when not... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: print unique detached HEAD abbreviated... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | bash prompt: add a test for symbolic link symbolic... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-24 | completion, bash prompt: move __gitdir() tests to completion... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-23 | bash prompt: use 'write_script' helper in interactive... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2013-06-23 | bash prompt: fix redirection coding style in tests Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2012-11-14 | completion: remove 'help' duplicate from porcelain... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2012-06-19 | completion: respect $GIT_DIR Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2012-06-13 | completion: remove credential helpers from porcelain... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2012-06-13 | completion: put main git and gitk completion functions... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2012-05-09 | tests: add tests for the bash prompt functions in the... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2012-05-09 | tests: move code to run tests under bash into a helper... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2012-04-22 | completion: fix completion after 'git --option <TAB>' Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2012-04-22 | tests: add tests for the __gitcomp() completion helper... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-11-09 | completion: don't leak variable from the prompt into... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: remove broken dead code from __git_heads... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: fast initial completion for config 'remote... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: improve ls-remote output filtering in __git_refs... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: query only refs/heads/ in __git_refs_remotes() Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: support full refs from remote repositories Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: improve ls-remote output filtering in __git_refs() Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: make refs completion consistent for local... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: optimize refs completion Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-21 | completion: document __gitcomp() Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-10 | completion: unite --format and --pretty for 'log' and... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-10-10 | completion: unite --reuse-message and --reedit-message... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-04-28 | completion: don't declare 'local words' to make zsh... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-04-28 | completion: remove unnecessary _get_comp_words_by_ref... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-04-28 | completion: don't modify the $cur variable in completion... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-04-04 | Documentation: trivial grammar fix in core.worktree... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-03-22 | git-am.txt: advertise 'git am --abort' instead of ... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-03-11 | bash: complete 'git diff ...branc<TAB>' Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2011-03-11 | bash: fix misindented esac statement in __git_complete_file() Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-10-13 | bash: support pretty format aliases Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-10-13 | bash: support more 'git notes' subcommands and their... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-10-13 | bash: not all 'git bisect' subcommands make sense when... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-10-13 | bash: offer refs for 'git bisect start' Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-10-13 | bisect: check for mandatory argument of 'bisect replay' Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-10-13 | bisect: improve error msg of 'bisect reset' when original... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-10-13 | bisect: improve error message of 'bisect log' while... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-07-14 | rerere: fix overeager gc Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-07-13 | mingw_utime(): handle NULL times parameter Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-04-20 | reflog: remove 'show' from 'expire's usage string Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-02-24 | bash: completion for gitk aliases Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-02-24 | bash: support user-supplied completion scripts for... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-02-24 | bash: support user-supplied completion scripts for... Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-02-24 | bash: improve aliased command recognition Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-02-12 | bash: support 'git am's new '--continue' option Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-01-28 | bash: support 'git notes' and its subcommands Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2010-01-28 | bash: don't offer remote transport helpers as subcommands Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2009-12-06 | bash: update 'git commit' completion Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2009-10-12 | Documentation: add 'git replace' to main git manpage Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2009-09-25 | bash: teach 'git checkout' options Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2009-09-22 | bash: teach 'git reset --patch' Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2009-09-22 | bash: update 'git stash' completion Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |
2009-09-22 | bash: rename __git_find_subcommand() to __git_find_on_cmdline() Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> |
diff | tree |