summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix brown paper bag breakage in t5150-request-pull.shlt/request-pullJohannes Sixt2014-06-021-1/+1
* request-pull: resurrect for-linus -> tags/for-linus DWIMJunio C Hamano2014-05-162-1/+13
* request-pull: documentation updatesJunio C Hamano2014-03-131-6/+49
* request-pull: resurrect "pretty refname" featureJunio C Hamano2014-02-252-2/+10
* request-pull: test updatesJunio C Hamano2014-02-251-8/+8
* request-pull: pick up tag message as beforeJunio C Hamano2014-02-251-0/+8
* request-pull: allow "local:remote" to specify names on both endsLinus Torvalds2014-02-251-21/+29
* request-pull: more strictly match local/remote branchesLinus Torvalds2014-02-251-67/+43
* Makefile: Fix compilation of Windows resource fileJohannes Sixt2014-01-232-3/+3
* Merge git://git.bogomips.org/git-svnJunio C Hamano2014-01-231-3/+38
|\
| * git-svn: memoize _rev_list and rebuildlin zuojian2014-01-231-3/+38
* | Merge git://ozlabs.org/~paulus/gitkJunio C Hamano2014-01-233-11/+1396
|\ \
| * | gitk: Indent word-wrapped lines in commit display headerPaul Mackerras2014-01-231-1/+1
| * | gitk: Comply with XDG base directory specificationAstril Hayato2014-01-221-5/+30
| * | gitk: Replace "next" and "prev" buttons with down and up arrowsMarc Branchaud2014-01-211-2/+28
| * | gitk: chmod +x po2msg.shJonathan Nieder2014-01-211-0/+0
| * | gitk: Update copyright datesPaul Mackerras2014-01-211-2/+2
| * | gitk: Add Bulgarian translation (304t)Alexander Shopov2014-01-211-0/+1334
| * | gitk: Fix mistypeMax Kirillov2014-01-211-1/+1
* | | Add cross-references between docs for for-each-ref and show-refMichael Haggerty2014-01-222-0/+5
| |/ |/|
* | Merge tag 'gitgui-0.19.0' of http://repo.or.cz/r/git-guiJunio C Hamano2014-01-217-12/+3032
|\ \
| * | git-gui 0.19gitgui-0.19.0Pat Thoyts2014-01-181-1/+1
| * | git-gui: chmod +x po2msg, windows/git-gui.shJonathan Nieder2014-01-182-0/+0
| * | git-gui: fallback right pane to packed widgets with Tk 8.4Max Kirillov2014-01-181-11/+21
| * | git-gui i18n: Added Bulgarian translationAlexander Shopov2014-01-181-0/+2694
| * | git-gui l10n: Add 29 more terms to glossaryAlexander Shopov2014-01-181-0/+29
| * | git-gui i18n: Initial glossary in BulgarianAlexander Shopov2014-01-181-0/+287
* | | Git 1.9-rc0v1.9-rc0Junio C Hamano2014-01-172-1/+13
* | | Merge branch 'maint'Junio C Hamano2014-01-170-0/+0
|\ \ \
| * | | git-svn: workaround for a bug in svn serf backendRoman Kagan2014-01-171-2/+8
* | | | Merge branch 'fp/submodule-checkout-mode'Junio C Hamano2014-01-171-1/+12
|\ \ \ \
| * | | | git-submodule.sh: 'checkout' is a valid update modefp/submodule-checkout-modeFrancesco Pretto2014-01-071-1/+12
* | | | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-1736-168/+1535
|\ \ \ \ \
| * | | | | t5537: fix incorrect expectation in test case 10nd/shallow-cloneNguyễn Thái Ngọc Duy2014-01-091-1/+2
| * | | | | shallow: remove unused codeRamsay Jones2014-01-064-20/+0
| * | | | | send-pack.c: mark a file-local function staticRamsay Jones2014-01-061-1/+1
| * | | | | git-clone.txt: remove shallow clone limitationsNguyễn Thái Ngọc Duy2013-12-101-6/+1
| * | | | | prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-106-2/+71
| * | | | | clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-102-2/+16
| * | | | | send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-103-5/+42
| * | | | | receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-102-3/+35
| * | | | | smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-106-9/+81
| * | | | | remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy2013-12-102-1/+9
| * | | | | send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-103-4/+43
| * | | | | receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-105-13/+201
| * | | | | connected.c: add new variant that runs with --shallow-fileNguyễn Thái Ngọc Duy2013-12-102-8/+36
| * | | | | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-105-3/+12
| * | | | | receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-105-11/+146
| * | | | | receive-pack: reorder some code in unpack()Nguyễn Thái Ngọc Duy2013-12-101-40/+30
| * | | | | fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-107-1/+79