Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unpack_trees: group error messages by type | Matthieu Moy | 2010-08-11 | 1 | -0/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2010-07-11 | 1 | -1/+1 |
|\ | |||||
| * | Documentation: Spelling fix in protocol-capabilities.txt | Fredrik Skolmli | 2010-07-09 | 1 | -1/+1 |
* | | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | 1 | -2/+2 |
|\ \ | |||||
| * | | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'js/async-thread' | Junio C Hamano | 2010-06-21 | 1 | -2/+3 |
|\ \ | |/ |/| | |||||
| * | Enable threaded async procedures whenever pthreads is available | Johannes Sixt | 2010-03-10 | 1 | -2/+3 |
* | | Merge branch 'sb/fmt-merge-msg' | Junio C Hamano | 2010-04-06 | 1 | -1/+5 |
|\ \ | |||||
| * | | string-list: add unsorted_string_list_lookup() | Stephen Boyd | 2010-03-24 | 1 | -1/+5 |
| |/ | |||||
* | | Merge branch 'maint' | Junio C Hamano | 2010-04-04 | 1 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | pack-protocol.txt: fix pkt-line lengths | Tay Ray Chuan | 2010-04-04 | 1 | -4/+4 |
| * | pack-protocol.txt: fix spelling | Tay Ray Chuan | 2010-04-04 | 1 | -1/+1 |
| * | Merge branch 'sp/maint-push-sideband' into maint | Junio C Hamano | 2010-03-02 | 1 | -11/+41 |
| |\ | |||||
* | \ | Merge branch 'ml/color-when' | Junio C Hamano | 2010-03-02 | 1 | -0/+12 |
|\ \ \ | |||||
| * | | | Add an optional argument for --color options | Mark Lodato | 2010-02-18 | 1 | -0/+12 |
| |/ / | |||||
* | | | Merge branch 'sp/push-sideband' | Junio C Hamano | 2010-02-21 | 1 | -11/+41 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge branch 'sp/maint-push-sideband' into sp/push-sideband | Junio C Hamano | 2010-02-05 | 1 | -11/+41 |
| |\ \ | | |/ | |||||
| | * | run-command: support custom fd-set in async | Erik Faye-Lund | 2010-02-05 | 1 | -10/+40 |
| | * | run-command: Allow stderr to be a caller supplied pipe | Shawn O. Pearce | 2010-02-05 | 1 | -1/+1 |
* | | | Fix typos in technical documentation. | Ralf Wildenhues | 2010-01-31 | 3 | -8/+8 |
|/ / | |||||
* | | Merge branch 'jk/warn-author-committer-after-commit' | Junio C Hamano | 2010-01-20 | 1 | -0/+11 |
|\ \ | |||||
| * | | strbuf: add strbuf_addbuf_percentquote | Jeff King | 2010-01-14 | 1 | -0/+7 |
| * | | strbuf_expand: convert "%%" to "%" | Jeff King | 2010-01-14 | 1 | -0/+4 |
| |/ | |||||
* | | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | Read .gitignore from index if it is skip-worktree | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -0/+3 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-12-19 | 2 | -4/+56 |
|\ \ | |||||
| * | | technical-docs: document hash API | Stephen Boyd | 2009-12-17 | 1 | -2/+48 |
| * | | api-strbuf.txt: fix typos and document launch_editor() | Stephen Boyd | 2009-12-17 | 1 | -2/+8 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-11-22 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | Documentation: undocument gc'd function graph_release() | Greg Price | 2009-11-19 | 1 | -5/+0 |
* | | | Update packfile transfer protocol documentation | Scott Chacon | 2009-11-13 | 3 | -41/+777 |
|/ / | |||||
* | | racy-git.txt: explain nsec problem in more detail | Jonathan Nieder | 2009-10-09 | 1 | -4/+6 |
|/ | |||||
* | Merge branch 'js/run-command-updates' | Junio C Hamano | 2009-08-10 | 1 | -3/+28 |
|\ | |||||
| * | api-run-command.txt: describe error behavior of run_command functions | Johannes Sixt | 2009-08-08 | 1 | -3/+28 |
* | | technical-docs: document tree-walking API | Stephen Boyd | 2009-08-03 | 1 | -7/+140 |
|/ | |||||
* | technical/api-remote: Describe new struct remote member pushurl | Michael J Gruber | 2009-06-09 | 1 | -0/+4 |
* | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 2009-05-25 | 1 | -0/+5 |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -2/+2 |
* | Merge branch 'rs/grep-parseopt' | Junio C Hamano | 2009-05-23 | 1 | -0/+12 |
|\ | |||||
| * | parseopt: add OPT_NUMBER_CALLBACK | René Scharfe | 2009-05-09 | 1 | -0/+8 |
| * | parseopt: add OPT_NEGBIT | René Scharfe | 2009-05-09 | 1 | -0/+4 |
* | | api-parse-options.txt: use 'func' instead of 'funct' | Stephen Boyd | 2009-05-16 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'maint' | Junio C Hamano | 2009-04-28 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-28 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-28 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Documentation: fix a grammatical error in api-builtin.txt | Allan Caffee | 2009-04-27 | 1 | -1/+1 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-03-30 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-03-30 | 1 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-03-30 | 1 | -4/+4 |
| | |\ \ | | | |/ | |||||
| | | * | Documentation: update graph api example. | Allan Caffee | 2009-03-30 | 1 | -4/+4 |