summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completion: remove broken dead code from __git_heads() and __git_tags()sg/complete-refsSZEDER Gábor2011-10-211-20/+2
* completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-211-0/+4
* completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-211-9/+4
* completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-211-8/+5
* completion: support full refs from remote repositoriesSZEDER Gábor2011-10-211-8/+21
* completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-211-7/+7
* completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-211-4/+2
* completion: optimize refs completionSZEDER Gábor2011-10-211-45/+70
* completion: document __gitcomp()SZEDER Gábor2011-10-211-2/+7
* Merge branch 'sg/completion'Junio C Hamano2011-10-171-18/+6
|\
| * completion: unite --format and --pretty for 'log' and 'show'SZEDER Gábor2011-10-101-14/+4
| * completion: unite --reuse-message and --reedit-message for 'notes'SZEDER Gábor2011-10-101-4/+2
* | Merge branch 'mm/maint-config-explicit-bool-display'Junio C Hamano2011-10-172-7/+19
|\ \
| * | config: display key_delim for config --bool --get-regexpMatthieu Moy2011-10-102-7/+19
* | | Merge branch 'tc/fetch-leak'Junio C Hamano2011-10-171-4/+9
|\ \ \
| * | | fetch: plug two leaks on error exit in store_updated_refsTay Ray Chuan2011-10-071-4/+9
* | | | Merge branch 'jk/name-hash-dirent'Junio C Hamano2011-10-172-7/+9
|\ \ \ \
| * | | | fix phantom untracked files when core.ignorecase is setJeff King2011-10-072-7/+9
* | | | | Merge branch 'ef/mingw-syslog'Junio C Hamano2011-10-171-12/+18
|\ \ \ \ \
| * | | | | mingw: avoid using strbuf in syslogef/mingw-syslogErik Faye-Lund2011-10-071-12/+18
* | | | | | Merge branch 'tm/completion-push-set-upstream'Junio C Hamano2011-10-171-1/+1
|\ \ \ \ \ \
| * | | | | | completion: push --set-upstreamtm/completion-push-set-upstreamTeemu Matilainen2011-10-061-1/+1
* | | | | | | Merge branch 'tm/completion-commit-fixup-squash'Junio C Hamano2011-10-171-7/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | completion: commit --fixup and --squashtm/completion-commit-fixup-squashTeemu Matilainen2011-10-061-2/+3
| * | | | | | completion: unite --reuse-message and --reedit-message handlingTeemu Matilainen2011-10-061-6/+2
| |/ / / / /
* | | | | | Merge branch 'ph/push-to-delete-nothing'Junio C Hamano2011-10-172-8/+215
|\ \ \ \ \ \
| * | | | | | receive-pack: don't pass non-existent refs to post-{receive,update} hooksph/push-to-delete-nothingPang Yan Han2011-09-304-8/+211
* | | | | | | Merge branch 'jc/checkout-from-tree-keep-local-changes'Junio C Hamano2011-10-172-1/+47
|\ \ \ \ \ \ \
| * | | | | | | checkout $tree $path: do not clobber local changes in $path not in $treeJunio C Hamano2011-09-302-1/+47
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'js/bisect-no-checkout'Junio C Hamano2011-10-171-1/+2
|\ \ \ \ \ \ \
| * | | | | | | bisect: fix exiting when checkout failed in bisect_start()Christian Couder2011-09-211-1/+2
* | | | | | | | resolve_gitlink_packed_ref(): fix mismergeJunio C Hamano2011-10-172-1/+30
* | | | | | | | Update draft release notes to 1.7.8Junio C Hamano2011-10-161-1/+3
* | | | | | | | Merge git://repo.or.cz/git-guiJunio C Hamano2011-10-169-29/+159
|\ \ \ \ \ \ \ \
| * | | | | | | | git-gui: incremental goto line in blame viewBert Wesarg2011-10-151-4/+11
| * | | | | | | | git-gui: clear the goto line input when hidingBert Wesarg2011-10-151-0/+1
| * | | | | | | | git-gui: only accept numbers in the goto-line inputBert Wesarg2011-10-151-2/+11
| * | | | | | | | git-gui: search and linenumber input are mutual exclusive in the blame viewBert Wesarg2011-10-151-6/+16
| * | | | | | | | git-gui: deal with unknown files when pressing the "Stage Changed" buttonHeiko Voigt2011-10-061-0/+9
| * | | | | | | | git-gui: drop the 'n' and 'Shift-n' bindings from the last patch.Pat Thoyts2011-07-191-2/+0
| * | | | | | | | git-gui: Add keyboard shortcuts for search and goto commands in blame view.David Fries2011-07-192-1/+7
| * | | | | | | | git-gui: Enable jumping to a specific line number in blame view.David Fries2011-07-192-0/+75
| * | | | | | | | Fix tooltip display with multiple monitors on windows.Pat Thoyts2011-07-112-4/+4
| * | | | | | | | Fix typo: existant->existentDmitry Ivankov2011-07-111-1/+1
| * | | | | | | | git-gui: updated translator README for current procedures.Pat Thoyts2011-07-111-20/+19
| * | | | | | | | git-gui: warn when trying to commit on a detached headHeiko Voigt2011-05-202-0/+16
| * | | | | | | | git-gui: Corrected a typo in the Swedish translation of 'Continue'Christoffer Pettersson2011-05-161-1/+1
* | | | | | | | | git-svn: Allow certain refs to be ignoredMichael Olson2011-10-161-5/+33
* | | | | | | | | git svn dcommit: new option --interactive.Frédéric Heitzmann2011-10-163-1/+146
* | | | | | | | | Sync with maintJunio C Hamano2011-10-152-41/+39
|\ \ \ \ \ \ \ \ \