index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add a --dry-run option to git-send-pack.
Brian Ewins
2007-10-15
*
Fix in-place editing functions in convert.c
Pierre Habouzit
2007-10-15
*
instaweb: support for Ruby's WEBrick server
Mike Dalessio
2007-10-15
*
instaweb: allow for use of auto-generated scripts
Mike Dalessio
2007-10-15
*
Add 'git-p4 commit' as an alias for 'git-p4 submit'
Marius Storm-Olsen
2007-10-15
*
hg-to-git speedup through selectable repack intervals
Michael Gebetsroither
2007-10-15
*
git-svn: respect Subversion's [auth] section configuration values
Eygene Ryabinkin
2007-10-15
*
gtksourceview2 support for gitview
Frederick Akalin
2007-10-15
*
fix contrib/hooks/post-receive-email hooks.recipients error message
Jeff Muizelaar
2007-10-15
*
Support cvs via git-shell
Johannes Schindelin
2007-10-15
*
makefile: Add a cscope target
Kristof Provost
2007-10-15
*
git-gc --auto: simplify "repack" command line building
Brandon Casey
2007-10-15
*
git-gc: by default use safer "-A" option to repack when not --prune'ing
Brandon Casey
2007-10-15
*
fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="
Alex Riesen
2007-10-15
*
Update state documentation link for 1.5.3.4
Junio C Hamano
2007-10-04
*
Don't checkout the full tree if avoidable
Steven Walter
2007-10-03
*
builtin-apply: fix conversion error in strbuf series
Junio C Hamano
2007-10-03
*
Merge branch 'mv/unknown'
Junio C Hamano
2007-10-03
|
\
|
*
Don't use "<unknown>" for placeholders and suppress printing of empty user fo...
Michal Vitecek
2007-09-26
*
|
Merge branch 'ph/strbuf'
Junio C Hamano
2007-10-03
|
\
\
|
*
|
Make read_patch_file work on a strbuf.
Pierre Habouzit
2007-09-29
|
*
|
strbuf_read_file enhancement, and use it.
Pierre Habouzit
2007-09-29
|
*
|
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
2007-09-29
|
*
|
double free in builtin-update-index.c
Pierre Habouzit
2007-09-29
|
*
|
Clean up stripspace a bit, use strbuf even more.
Kristian Høgsberg
2007-09-27
|
*
|
Add strbuf_read_file().
Kristian Høgsberg
2007-09-27
|
*
|
rerere: Fix use of an empty strbuf.buf
Junio C Hamano
2007-09-26
|
*
|
Small cache_tree_write refactor.
Pierre Habouzit
2007-09-26
|
*
|
Make builtin-rerere use of strbuf nicer and more efficient.
Pierre Habouzit
2007-09-26
|
*
|
Add strbuf_cmp.
Pierre Habouzit
2007-09-26
|
*
|
strbuf_setlen(): do not barf on setting length of an empty buffer to 0
Junio C Hamano
2007-09-26
|
*
|
sq_quote_argv and add_to_string rework with strbuf's.
Pierre Habouzit
2007-09-21
|
*
|
Full rework of quote_c_style and write_name_quoted.
Pierre Habouzit
2007-09-20
|
*
|
Rework unquote_c_style to work on a strbuf.
Pierre Habouzit
2007-09-20
|
*
|
strbuf API additions and enhancements.
Pierre Habouzit
2007-09-20
|
*
|
nfv?asprintf are broken without va_copy, workaround them.
Pierre Habouzit
2007-09-20
|
*
|
Fix the expansion pattern of the pseudo-static path buffer.
Pierre Habouzit
2007-09-20
|
*
|
builtin-for-each-ref.c::copy_name() - do not overstep the buffer.
Junio C Hamano
2007-09-19
|
*
|
builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion.
Junio C Hamano
2007-09-19
|
*
|
Use xmemdupz() in many places.
Pierre Habouzit
2007-09-18
|
*
|
Merge branch 'master' into ph/strbuf
Junio C Hamano
2007-09-18
|
|
\
\
|
*
|
|
Add xmemdupz() that duplicates a block of memory, and NUL terminates it.
Pierre Habouzit
2007-09-18
|
*
|
|
fast-import optimization:
Pierre Habouzit
2007-09-18
|
*
|
|
fast-import was using dbuf's, replace them with strbuf's.
Pierre Habouzit
2007-09-18
|
*
|
|
Drop strbuf's 'eof' marker, and make read_line a first class citizen.
Pierre Habouzit
2007-09-18
|
*
|
|
Remove preemptive allocations.
Pierre Habouzit
2007-09-16
|
*
|
|
Refactor replace_encoding_header.
Pierre Habouzit
2007-09-16
|
*
|
|
builtin-apply: use strbuf's instead of buffer_desc's.
Pierre Habouzit
2007-09-16
|
*
|
|
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
2007-09-16
|
*
|
|
Rewrite convert_to_{git,working_tree} to use strbuf's.
Pierre Habouzit
2007-09-16
[next]