Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-06Merge branch 'ta/doc-no-small-caps'Junio C Hamano
2013-02-04Merge branch 'jc/custom-comment-char'Junio C Hamano
2013-02-02Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2013-02-02Documentation: avoid poor-man's small caps GITThomas Ackermann
2013-02-02Merge branch 'nd/fetch-depth-is-broken'Junio C Hamano
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-17Allow custom "comment char"Junio C Hamano
2013-01-12Merge branch 'jk/unify-exit-code-by-receiving-signal'Junio C Hamano
2013-01-11fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy
2013-01-11Merge branch 'as/api-allocation-doc'Junio C Hamano
2013-01-11Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-07add git-check-ignore sub-commandAdam Spiers
2013-01-07dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers
2013-01-07dir.c: use a single struct exclude_list per source of excludesAdam Spiers
2013-01-07api-allocation-growing.txt: encourage better variable namingAdam Spiers
2013-01-06run-command: encode signal death as a positive integerJeff King
2013-01-02Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano
2013-01-02Merge branch 'mh/ceiling'Junio C Hamano
2012-12-29Improve documentation and comments regarding directory traversal APIAdam Spiers
2012-12-29api-directory-listing.txt: update to match codeAdam Spiers
2012-12-23Merge branch 'ta/api-index-doc' into maintJunio C Hamano
2012-12-23Merge branch 'nd/index-format-doc' into maintJunio C Hamano
2012-12-22Merge branch 'ta/new-command-howto'Junio C Hamano
2012-12-22Merge branch 'ta/api-index-doc'Junio C Hamano
2012-12-22Merge branch 'nd/index-format-doc'Junio C Hamano
2012-12-21Move ./technical/api-command.txt to ./howto/new-command.txtThomas Ackermann
2012-12-16Remove misleading date from api-index-skel.txtThomas Ackermann
2012-12-15Renumber list in api-command.txtThomas Ackermann
2012-12-13index-format.txt: clarify what is "invalid"Nguyễn Thái Ngọc Duy
2012-11-27Documentation: how to add a new commandEric S. Raymond
2012-11-20Merge branch 'ta/doc-cleanup'Junio C Hamano
2012-11-15Merge branch 'mh/notes-string-list'Junio C Hamano
2012-11-08string_list: add a function string_list_remove_empty_items()Michael Haggerty
2012-11-04strbuf_split*(): document functionsMichael Haggerty
2012-10-29string_list_longest_prefix(): remove functionMichael Haggerty
2012-10-25Merge branch 'fa/remote-svn'Jeff King
2012-10-17Documentation/technical: convert plain text files to asciidocThomas Ackermann
2012-10-17Change headline of technical/send-pack-pipeline.txt to not confuse its conten...Thomas Ackermann
2012-10-08Add argv_array_detach and argv_array_free_detachedFlorian Achleitner
2012-09-25graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz
2012-09-21Merge branch 'mh/fetch-filter-refs'Junio C Hamano
2012-09-19Merge branch 'jc/make-static'Junio C Hamano
2012-09-19Sync with 1.7.12.1Junio C Hamano
2012-09-19Doc: Improve shallow depth wordingPhilip Oakley
2012-09-18string_list API: document what "sorted" meansMichael Haggerty
2012-09-18Merge branch 'mh/string-list'Junio C Hamano
2012-09-16sha1-array.c: mark a private file-scope symbol as staticJunio C Hamano
2012-09-12api-string-list.txt: initialize the string_list the easy wayMichael Haggerty
2012-09-12string_list: add a function string_list_longest_prefix()Michael Haggerty
2012-09-12string_list: add a new function, string_list_remove_duplicates()Michael Haggerty