| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | | parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together | René Scharfe | 2009-03-09 | 1 | -1/+2 |
* | | | | parseopt: document KEEP_ARGV0, KEEP_UNKNOWN, NO_INTERNAL_HELP | René Scharfe | 2009-03-09 | 1 | -0/+27 |
|/ / / |
|
* | | | Documentation: Typo / spelling / formatting fixes | Mike Ralphson | 2009-03-03 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-02-04 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-03 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | fix typo in Documentation | Guanqun Lu | 2009-02-03 | 1 | -1/+1 |
* | | | run_hook(): allow more than 9 hook arguments | Stephan Beyer | 2009-01-17 | 1 | -1/+1 |
* | | | api-run-command.txt: talk about run_hook() | Stephan Beyer | 2009-01-17 | 1 | -0/+15 |
* | | | strbuf: instate cleanup rule in case of non-memory errors | René Scharfe | 2009-01-06 | 1 | -2/+9 |
|/ / |
|
* | | Fix typos in documentation | Alexander Potashev | 2008-12-09 | 1 | -1/+1 |
* | | add strbuf_expand_dict_cb(), a helper for simple cases | René Scharfe | 2008-11-23 | 1 | -0/+7 |
* | | run-command.c: remove run_command_v_opt_cd() | Nanako Shiraishi | 2008-10-02 | 1 | -1/+1 |
|/ |
|
* | Fix two leftovers from path_list->string_list | Johannes Schindelin | 2008-07-22 | 1 | -2/+2 |
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 | 2 | -126/+128 |
* | api-run-command.txt: typofix | Stephan Beyer | 2008-07-17 | 1 | -1/+1 |
* | api-parse-options.txt: Introduce documentation for parse options API | Stephan Beyer | 2008-06-22 | 1 | -2/+202 |
* | api-builtin.txt: update and fix typo | Stephan Beyer | 2008-06-22 | 1 | -5/+10 |
* | path-list documentation: document all functions and data structures | Miklos Vajna | 2008-06-16 | 1 | -4/+121 |
* | run-command documentation: fix "memset()" parameter | Miklos Vajna | 2008-06-16 | 1 | -2/+2 |
* | Strbuf documentation: document most functions | Miklos Vajna | 2008-06-04 | 1 | -2/+237 |
* | Revision walking documentation: document most important functions | Miklos Vajna | 2008-05-31 | 1 | -1/+59 |
* | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 2008-05-25 | 1 | -1/+1 |
* | log and rev-list: add --graph option | Adam Simpkins | 2008-05-05 | 1 | -5/+8 |
* | Add history graph API | Adam Simpkins | 2008-05-05 | 1 | -0/+176 |
* | Add description of OFS_DELTA to the pack format description | Peter Eriksen | 2008-04-06 | 1 | -1/+15 |
* | run-command: Redirect stderr to a pipe before redirecting stdout to stderr | Christian Couder | 2008-03-05 | 1 | -3/+4 |
* | Fix doc typos. | Ralf Wildenhues | 2008-03-02 | 1 | -3/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2008-02-29 | 1 | -1/+1 |
|\ |
|
| * | Correct name of diff_flush() in API documentation | Daniel Barkalow | 2008-02-28 | 1 | -1/+1 |
* | | Technical documentation of the run-command API. | Johannes Sixt | 2008-02-19 | 1 | -5/+166 |
* | | API documentation for remote.h | Daniel Barkalow | 2008-02-19 | 1 | -0/+123 |
|/ |
|
* | fix doc typos | Jim Meyering | 2008-01-29 | 1 | -1/+1 |
* | close_lock_file(): new function in the lockfile API | Brandon Casey | 2008-01-16 | 1 | -3/+12 |
* | Document lockfile API | Junio C Hamano | 2008-01-16 | 1 | -7/+60 |
* | Documentation: typofix | Ralf Wildenhues | 2008-01-07 | 2 | -4/+4 |
* | Start preparing the API documents. | Junio C Hamano | 2007-12-14 | 23 | -0/+644 |
* | Documentation: describe pack idx v2 | linux@horizon.com | 2007-12-14 | 1 | -33/+61 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -4/+4 |
* | Merge branch 'maint' | Junio C Hamano | 2007-03-22 | 1 | -4/+6 |
|\ |
|
| * | Documentation/pack-format.txt: Clear up description of types. | Peter Eriksen | 2007-03-22 | 1 | -4/+6 |
* | | Provide some technical documentation for shallow clones | Johannes Schindelin | 2007-03-19 | 1 | -0/+49 |
|/ |
|
* | Update send-pack pipeline documentation. | Junio C Hamano | 2007-01-01 | 1 | -65/+16 |
* | Documentation: illustrate send-pack pipeline. | Junio C Hamano | 2006-12-29 | 1 | -0/+112 |
* | racy-git: documentation updates. | Junio C Hamano | 2006-12-18 | 1 | -18/+20 |
* | Documentation/technical/racy-git.txt | Junio C Hamano | 2006-08-15 | 1 | -0/+193 |
* | Assorted typo fixes | Pavel Roskin | 2006-07-09 | 1 | -4/+4 |