Andrew's git
/
gitweb.git
/ search
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
commit
grep
author
committer
pickaxe
?
re
Merge branch 'es/blame-L-twice'
2013-08-18
bash prompt: test the prompt with newline in repository...
diff
|
tree
2013-06-30
test: spell 'ls-files --delete' option correctly in...
diff
|
tree
2013-06-24
bash prompt: mention that PROMPT_COMMAND mode is faster
diff
|
tree
2013-06-24
bash prompt: avoid command substitution when finalizing...
diff
|
tree
2013-06-24
bash prompt: avoid command substitution when checking...
diff
|
tree
2013-06-24
bash prompt: use bash builtins to check stash state
diff
|
tree
2013-06-24
bash prompt: use bash builtins to check for unborn...
diff
|
tree
2013-06-24
bash prompt: combine 'git rev-parse' for detached head
diff
|
tree
2013-06-24
bash prompt: combine 'git rev-parse' executions in...
diff
|
tree
2013-06-24
bash prompt: use bash builtins to find out current...
diff
|
tree
2013-06-24
bash prompt: use bash builtins to find out rebase state
diff
|
tree
2013-06-24
bash prompt: run 'git rev-parse --git-dir' directly...
diff
|
tree
2013-06-24
bash prompt: return early from __git_ps1() when not...
diff
|
tree
2013-06-24
bash prompt: print unique detached HEAD abbreviated...
diff
|
tree
2013-06-24
bash prompt: add a test for symbolic link symbolic...
diff
|
tree
2013-06-24
completion, bash prompt: move __gitdir() tests to completion...
diff
|
tree
2013-06-23
bash prompt: use 'write_script' helper in interactive...
diff
|
tree
2013-06-23
bash prompt: fix redirection coding style in tests
diff
|
tree
2012-11-14
completion: remove 'help' duplicate from porcelain...
diff
|
tree
2012-06-19
completion: respect $GIT_DIR
diff
|
tree
2012-06-13
completion: remove credential helpers from porcelain...
diff
|
tree
2012-06-13
completion: put main git and gitk completion functions...
diff
|
tree
2012-05-09
tests: add tests for the bash prompt functions in the...
diff
|
tree
2012-05-09
tests: move code to run tests under bash into a helper...
diff
|
tree
2012-04-22
completion: fix completion after 'git --option <TAB>'
diff
|
tree
2012-04-22
tests: add tests for the __gitcomp() completion helper...
diff
|
tree
2011-11-09
completion: don't leak variable from the prompt into...
diff
|
tree
2011-10-21
completion: remove broken dead code from __git_heads...
diff
|
tree
2011-10-21
completion: fast initial completion for config 'remote...
diff
|
tree
2011-10-21
completion: improve ls-remote output filtering in __git_refs...
diff
|
tree
2011-10-21
completion: query only refs/heads/ in __git_refs_remotes()
diff
|
tree
2011-10-21
completion: support full refs from remote repositories
diff
|
tree
2011-10-21
completion: improve ls-remote output filtering in __git_refs()
diff
|
tree
2011-10-21
completion: make refs completion consistent for local...
diff
|
tree
2011-10-21
completion: optimize refs completion
diff
|
tree
2011-10-21
completion: document __gitcomp()
diff
|
tree
2011-10-10
completion: unite --format and --pretty for 'log' and...
diff
|
tree
2011-10-10
completion: unite --reuse-message and --reedit-message...
diff
|
tree
2011-04-28
completion: don't declare 'local words' to make zsh...
diff
|
tree
2011-04-28
completion: remove unnecessary _get_comp_words_by_ref...
diff
|
tree
2011-04-28
completion: don't modify the $cur variable in completion...
diff
|
tree
2011-04-04
Documentation: trivial grammar fix in core.worktree...
diff
|
tree
2011-03-22
git-am.txt: advertise 'git am --abort' instead of ...
diff
|
tree
2011-03-11
bash: complete 'git diff ...branc<TAB>'
diff
|
tree
2011-03-11
bash: fix misindented esac statement in __git_complete_file()
diff
|
tree
2010-10-13
bash: support pretty format aliases
diff
|
tree
2010-10-13
bash: support more 'git notes' subcommands and their...
diff
|
tree
2010-10-13
bash: not all 'git bisect' subcommands make sense when...
diff
|
tree
2010-10-13
bash: offer refs for 'git bisect start'
diff
|
tree
2010-10-13
bisect: check for mandatory argument of 'bisect replay'
diff
|
tree
2010-10-13
bisect: improve error msg of 'bisect reset' when original...
diff
|
tree
2010-10-13
bisect: improve error message of 'bisect log' while...
diff
|
tree
2010-07-14
rerere: fix overeager gc
diff
|
tree
2010-07-13
mingw_utime(): handle NULL times parameter
diff
|
tree
2010-04-20
reflog: remove 'show' from 'expire's usage string
diff
|
tree
2010-02-24
bash: completion for gitk aliases
diff
|
tree
2010-02-24
bash: support user-supplied completion scripts for...
diff
|
tree
2010-02-24
bash: support user-supplied completion scripts for...
diff
|
tree
2010-02-24
bash: improve aliased command recognition
diff
|
tree
2010-02-12
bash: support 'git am's new '--continue' option
diff
|
tree
2010-01-28
bash: support 'git notes' and its subcommands
diff
|
tree
2010-01-28
bash: don't offer remote transport helpers as subcommands
diff
|
tree
2009-12-06
bash: update 'git commit' completion
diff
|
tree
2009-10-12
Documentation: add 'git replace' to main git manpage
diff
|
tree
2009-09-25
bash: teach 'git checkout' options
diff
|
tree
2009-09-22
bash: teach 'git reset --patch'
diff
|
tree
2009-09-22
bash: update 'git stash' completion
diff
|
tree
2009-09-22
bash: rename __git_find_subcommand() to __git_find_on_cmdline()
diff
|
tree
2009-07-23
Trailing whitespace and no newline fix
diff
|
tree
2009-07-13
bash: add '--merges' to common 'git log' options
diff
|
tree
2009-07-13
Document 'git (rev-list|log) --merges'
diff
|
tree
2009-06-09
bash: add support for 'git stash pop --index' option
diff
|
tree
2009-06-09
Documentation: mention 'git stash pop --index' option...
diff
|
tree
2009-05-31
bash: remove always true if statement from __git_ps1()
diff
|
tree
2009-02-16
bash: update 'git svn' options
diff
|
tree
2009-02-16
bash: add missing 'git merge' options
diff
|
tree
2009-02-15
bash: fix misspelled 'git svn' option
diff
|
tree
2009-02-15
t1500: more 'git rev-parse --git-dir' tests
diff
|
tree
2009-02-15
Move 'rev-parse --git-dir' test to t1500
diff
|
tree
2009-02-15
rerere: remove duplicated functions
diff
|
tree
2009-01-18
Fix gitdir detection when in subdir of gitdir
diff
|
tree
2009-01-18
bash: refactor 'git log --pretty=<format>' options
diff
|
tree
2009-01-18
bash: add missing format-patch command line options
diff
|
tree
2009-01-18
bash: remove unnecessary checks for long options with...
diff
|
tree
2009-01-05
bash: add '--merge' to 'git reset'
diff
|
tree
2008-11-28
bash: offer refs instead of filenames for 'git revert'
diff
|
tree
2008-11-28
bash: complete full refs
diff
|
tree
2008-11-28
bash: remove dashed command leftovers
diff
|
tree
2008-10-06
bash: remove fetch, push, pull dashed form leftovers
diff
|
tree
2008-10-03
rebase -i: remove leftover debugging
diff
|
tree
2008-10-03
rebase -i: proper prepare-commit-msg hook argument...
diff
|
tree
2008-10-01
Documentation: remove '\' in front of short options
diff
|
tree
2008-09-30
t0024: add executable permission
diff
|
tree
2008-09-30
remove vim syntax highlighting in favor of upstream
diff
|
tree
2008-09-20
bash: use for-each-ref format 'refname:short'
diff
|
tree
2008-09-02
Documentation: minor cleanup in a use case in 'git...
diff
|
tree
2008-09-02
Documentation: fix disappeared lines in 'git stash...
diff
|
tree
2008-09-02
Documentation: fix reference to a for-each-ref option
diff
|
tree
2008-08-08
bash: remove redundant check for 'git stash apply'...
diff
|
tree
2008-07-25
bash: offer only paths after '--' for 'git checkout'
diff
|
tree