summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* t3080: tests for git-list-filesnd/list-filesNguyễn Thái Ngọc Duy2015-02-091-0/+134
* list-files: -M aka diff-cachedNguyễn Thái Ngọc Duy2015-02-091-3/+64
* list-files -F: show submodules with the new indicator '&'Nguyễn Thái Ngọc Duy2015-02-092-2/+4
* list-files: add -F/--classifyNguyễn Thái Ngọc Duy2015-02-092-0/+37
* list-files: show directories as well as filesNguyễn Thái Ngọc Duy2015-02-091-4/+60
* list-files: do not show duplicate cached entriesNguyễn Thái Ngọc Duy2015-02-091-1/+51
* list-files: sort output and remove duplicatesNguyễn Thái Ngọc Duy2015-02-091-12/+24
* list-files: add -t backNguyễn Thái Ngọc Duy2015-02-092-10/+23
* list-files: add -1 short for --no-columnNguyễn Thái Ngọc Duy2015-02-092-0/+5
* list-files: add -R/--recursive short for --max-depth=-1Nguyễn Thái Ngọc Duy2015-02-092-0/+6
* list-files: -u does not imply showing stagesNguyễn Thái Ngọc Duy2015-02-091-1/+1
* list-files: make alias 'ls' default to 'list-files'Nguyễn Thái Ngọc Duy2015-02-092-1/+10
* list-files: a user friendly version of ls-files and moreNguyễn Thái Ngọc Duy2015-02-097-4/+159
* ls-files: support --max-depthNguyễn Thái Ngọc Duy2015-02-092-0/+14
* ls-files: add --columnNguyễn Thái Ngọc Duy2015-02-092-0/+34
* ls-files: add --color to highlight file namesNguyễn Thái Ngọc Duy2015-02-092-3/+42
* ls-files: buffer full item in strbuf before printingNguyễn Thái Ngọc Duy2015-02-091-13/+35
* ls_colors.c: highlight submodules like directoriesNguyễn Thái Ngọc Duy2015-02-092-2/+9
* ls_colors.c: add a function to color a file nameNguyễn Thái Ngọc Duy2015-02-092-0/+68
* ls_colors.c: parse color.ls.* from config fileNguyễn Thái Ngọc Duy2015-02-092-1/+40
* ls_colors.c: add $LS_COLORS parsing codeNguyễn Thái Ngọc Duy2015-02-093-0/+407
* Git 2.2v2.2.0Junio C Hamano2014-11-262-1/+6
* RelNotes: spelling & grammar tweaksMarc Branchaud2014-11-261-51/+52
* Git 2.2.0-rc3v2.2.0-rc3Junio C Hamano2014-11-212-14/+15
* l10n: remove a superfluous translation for push.cJiang Xin2014-11-206-30/+6
* l10n: de.po: translate 2 messagesRalf Thielow2014-11-201-3/+1
* l10n: de.po: translate 2 new messagesRalf Thielow2014-11-201-2/+2
* l10n: batch updates for one trivial changeJiang Xin2014-11-207-519/+554
* l10n: git.pot: v2.2.0 round 2 (1 updated)Jiang Xin2014-11-201-24/+24
* Merge branch 'sv/submitting-final-patch'Junio C Hamano2014-11-191-1/+1
|\
| * SubmittingPatches: final submission is To: maintainer and CC: listsv/submitting-final-patchSlavomir Vlcek2014-11-131-1/+1
* | Merge branch 'sn/tutorial-status-output-example'Junio C Hamano2014-11-192-19/+21
|\ \
| * | gittutorial: fix output of 'git status'sn/tutorial-status-output-exampleStefan Naewe2014-11-132-19/+21
* | | Merge branch 'mh/doc-remote-helper-xref'Junio C Hamano2014-11-195-0/+22
|\ \ \
| * | | doc: add some crossrefs between manual pagesmh/doc-remote-helper-xrefMax Horn2014-11-115-0/+22
* | | | Merge branch 'tb/no-relative-file-url'Junio C Hamano2014-11-191-1/+1
|\ \ \ \
| * | | | t5705: the file:// URL should be absolutetb/no-relative-file-urlTorsten Bögershausen2014-11-131-1/+1
| | |/ / | |/| |
* | | | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-11-191-4/+10
|\ \ \ \
| * | | | trailer: display a trailer without its trailing newlinecc/interpret-trailersChristian Couder2014-11-101-2/+6
| * | | | trailer: ignore comment lines inside the trailersChristian Couder2014-11-101-2/+4
* | | | | Merge git://github.com/git-l10n/git-poJunio C Hamano2014-11-181-2165/+2392
|\ \ \ \ \
| * | | | | l10n: Update Catalan translationAlex Henrie2014-11-171-2165/+2392
* | | | | | Merge branch 'jc/doc-commit-only'Junio C Hamano2014-11-181-2/+3
|\ \ \ \ \ \
| * | | | | | Documentation/git-commit: clarify that --only/--include records the working t...jc/doc-commit-onlyJunio C Hamano2014-11-071-2/+3
* | | | | | | Merge branch 'ta/tutorial-modernize'Junio C Hamano2014-11-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | gittutorial.txt: remove reference to ancient Git versionta/tutorial-modernizeThomas Ackermann2014-11-111-1/+1
* | | | | | | | Merge branch 'da/difftool'Junio C Hamano2014-11-182-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | difftool: honor --trust-exit-code for builtin toolsDavid Aguilar2014-11-142-0/+6
* | | | | | | | | Merge branch 'master' of git://github.com/git-l10n/git-poJunio C Hamano2014-11-171-1990/+2239
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | l10n: de.po: translate 62 new messagesRalf Thielow2014-11-151-1414/+1663