Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/opt-help-text' | Junio C Hamano | 2010-11-24 | 1 | -3/+6 |
|\ | |||||
| * | add OPT__FORCE | René Scharfe | 2010-11-15 | 1 | -0/+3 |
| * | add description parameter to OPT__QUIET | René Scharfe | 2010-11-15 | 1 | -1/+1 |
| * | add description parameter to OPT__DRY_RUN | René Scharfe | 2010-11-15 | 1 | -1/+1 |
| * | add description parameter to OPT__VERBOSE | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-11-17 | 1 | -0/+41 |
|\ \ | |/ |/| | |||||
| * | document sigchain api | Jeff King | 2010-11-16 | 1 | -0/+41 |
* | | Merge branch 'jf/merge-ignore-ws' | Junio C Hamano | 2010-10-26 | 1 | -20/+51 |
|\ \ | |/ |/| | |||||
| * | ll-merge: replace flag argument with options struct | Jonathan Nieder | 2010-08-26 | 1 | -20/+51 |
* | | Merge branch 'jn/doc-backslash' | Junio C Hamano | 2010-09-03 | 1 | -4/+4 |
|\ \ | |||||
| * | | Documentation/technical: avoid stray backslash in parse-options API docs | Jonathan Nieder | 2010-08-20 | 1 | -4/+4 |
* | | | Merge branch 'jn/merge-renormalize' | Junio C Hamano | 2010-09-03 | 1 | -0/+73 |
|\ \ \ | | |/ | |/| | |||||
| * | | ll-merge: make flag easier to populate | Jonathan Nieder | 2010-08-06 | 1 | -4/+7 |
| * | | Documentation/technical: document ll_merge | Jonathan Nieder | 2010-08-06 | 1 | -0/+70 |
* | | | 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 |