index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
technical
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
technical/api-remote: Describe new struct remote member pushurl
Michael J Gruber
2009-06-10
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
*
|
|
|
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-04
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-04
1
-1
/
+1
|
|
\
|
|
|
*
fix typo in Documentation
Guanqun Lu
2009-02-04
1
-1
/
+1
*
|
|
run_hook(): allow more than 9 hook arguments
Stephan Beyer
2009-01-18
1
-1
/
+1
*
|
|
api-run-command.txt: talk about run_hook()
Stephan Beyer
2009-01-18
1
-0
/
+15
*
|
|
strbuf: instate cleanup rule in case of non-memory errors
René Scharfe
2009-01-07
1
-2
/
+9
|
/
/
*
|
Fix typos in documentation
Alexander Potashev
2008-12-10
1
-1
/
+1
*
|
add strbuf_expand_dict_cb(), a helper for simple cases
René Scharfe
2008-11-24
1
-0
/
+7
*
|
run-command.c: remove run_command_v_opt_cd()
Nanako Shiraishi
2008-10-03
1
-1
/
+1
|
/
*
Fix two leftovers from path_list->string_list
Johannes Schindelin
2008-07-23
1
-2
/
+2
*
Rename path_list to string_list
Johannes Schindelin
2008-07-22
2
-126
/
+128
*
api-run-command.txt: typofix
Stephan Beyer
2008-07-18
1
-1
/
+1
*
api-parse-options.txt: Introduce documentation for parse options API
Stephan Beyer
2008-06-23
1
-2
/
+202
*
api-builtin.txt: update and fix typo
Stephan Beyer
2008-06-23
1
-5
/
+10
*
path-list documentation: document all functions and data structures
Miklos Vajna
2008-06-17
1
-4
/
+121
*
run-command documentation: fix "memset()" parameter
Miklos Vajna
2008-06-17
1
-2
/
+2
*
Strbuf documentation: document most functions
Miklos Vajna
2008-06-05
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-06
1
-5
/
+8
*
Add history graph API
Adam Simpkins
2008-05-06
1
-0
/
+176
*
Add description of OFS_DELTA to the pack format description
Peter Eriksen
2008-04-07
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-03
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-20
1
-5
/
+166
*
|
API documentation for remote.h
Daniel Barkalow
2008-02-19
1
-0
/
+123
|
/
*
fix doc typos
Jim Meyering
2008-01-30
1
-1
/
+1
*
close_lock_file(): new function in the lockfile API
Brandon Casey
2008-01-17
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
[next]