2007-09-30 |
Pierre Habouzit | Make read_patch_file work on a strbuf. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Pierre Habouzit | strbuf_read_file enhancement, and use it. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Pierre Habouzit | strbuf change: be sure ->buf is never ever NULL. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Pierre Habouzit | double free in builtin-update-index.c |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Kristian Høgsberg | Clean up stripspace a bit, use strbuf even more. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Kristian Høgsberg | Add strbuf_read_file(). |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Junio C Hamano | rerere: Fix use of an empty strbuf.buf |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Pierre Habouzit | Small cache_tree_write refactor. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Pierre Habouzit | Make builtin-rerere use of strbuf nicer and more efficient. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Pierre Habouzit | Add strbuf_cmp. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Junio C Hamano | strbuf_setlen(): do not barf on setting length of an... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Pierre Habouzit | sq_quote_argv and add_to_string rework with strbuf's. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Pierre Habouzit | Full rework of quote_c_style and write_name_quoted. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Pierre Habouzit | Rework unquote_c_style to work on a strbuf. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Pierre Habouzit | strbuf API additions and enhancements. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Pierre Habouzit | nfv?asprintf are broken without va_copy, workaround... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Pierre Habouzit | Fix the expansion pattern of the pseudo-static path... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Junio C Hamano | builtin-for-each-ref.c::copy_name() - do not overstep... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Junio C Hamano | builtin-apply.c: fix a tiny leak introduced during... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Pierre Habouzit | Use xmemdupz() in many places. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Junio C Hamano | Merge branch 'master' into ph/strbuf |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Junio C Hamano | Merge branch 'maint' |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Väinö Järvelä | Fixed update-hook example allow-users format. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Eric Wong | Documentation/git-svn: updated design philosophy notes |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | t/t4014: test "am -3" with mode-only change. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
David Kastrup | git-commit.sh: Shell script cleanup |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Dmitry Potapov | preserve executable bits in zip archives |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Pierre Habouzit | Fix lapsus in builtin-apply.c |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Jeff King | git-push: documentation and tests for pushing only... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Matthias Urlichs | git-svnimport: Use separate arguments in the pipe for... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Jeff King | contrib/fast-import: add perl version of simple example |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Nguyen Thai... | contrib/fast-import: add simple shell example |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Pierre Habouzit | Add xmemdupz() that duplicates a block of memory, and... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Christian Couder | rev-list --bisect: Bisection "distance" clean up. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Christian Couder | rev-list --bisect: Move some bisection code into best_b... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Christian Couder | rev-list --bisect: Move finding bisection into do_find_... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Pierre Habouzit | fast-import optimization: |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Pierre Habouzit | fast-import was using dbuf's, replace them with strbuf's. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Pierre Habouzit | Drop strbuf's 'eof' marker, and make read_line a first... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | Merge branch 'cr/reset' |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | Merge branch 'maint' |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | Document ls-files --with-tree=<tree-ish> |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | git-commit: partial commit of paths only removed from... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | git-commit: Allow partial commit of file removal. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | Merge branch 'jc/grep-c' into maint |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | Merge branch 'maint' of git://repo.or.cz/git-gui into... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Junio C Hamano | send-email: make message-id generation a bit more robust |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Junio C Hamano | Merge branch 'maint' |
commit | commitdiff | tree | snapshot |
2007-09-17 |
J. Bruce Fields | git-apply: fix whitespace stripping |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Shawn O. Pearce | git-gui: Disable native platform text selection in... gitgui-0.8.3 |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Johannes Schindelin | apply --index-info: fall back to current index for... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Pierre Habouzit | Remove preemptive allocations. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Pierre Habouzit | Refactor replace_encoding_header. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Pierre Habouzit | builtin-apply: use strbuf's instead of buffer_desc's. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Pierre Habouzit | Now that cache.h needs strbuf.h, remove useless includes. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Pierre Habouzit | Rewrite convert_to_{git,working_tree} to use strbuf's. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Pierre Habouzit | New strbuf APIs: splice and attach. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Junio C Hamano | Merge branch 'maint' of git://linux-nfs.org/~bfields... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | core-tutorial: minor cleanup |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | documentation: replace Discussion section by link to... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: todo updates and cleanup |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: fix introduction to packfiles |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: move packfile and dangling object discussion |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: rewrite object database discussion |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: reorder commit, blob, tree discussion |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: rewrite index discussion |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: create new "low-level git operations"... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: rename "git internals" to "git concepts" |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: move object format details to hacking... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
J. Bruce Fields | user-manual: adjust section levels in "git internals" |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Johannes Schindelin | revision walker: --cherry-pick is a limited operation |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | git-sh-setup: typofix in comments |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | Merge branch 'js/remote' |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | Merge branch 'js/tag' |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | Merge branch 'lh/svn-first-parent' |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | Merge branch 'np/delta' |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | builtin-pack-objects.c: avoid bogus gcc warnings |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | Merge branch 'jc/pack' |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | Merge branch 'dk/diff-delta' |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Junio C Hamano | Merge branch 'jc/partial-remove' |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | Document ls-files --with-tree=<tree-ish> |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | git-commit: partial commit of paths only removed from... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | Merge branch 'jc/grep-c' |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | Split grep arguments in a way that does not requires... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | Documentation/git-config.txt: AsciiDoc tweak to avoid... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Benoit Sigoure | Add test to check recent fix to "git add -u" |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Jari Aalto | Documentation/git-archive.txt: a couple of clarifications. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Linus Torvalds | Fix the rename detection limit checking |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | diff --no-index: do not forget to run diff_setup_done() |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | Merge branch 'jc/cachetree' into cr/reset |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | Simplify cache API |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | Merge branch 'maint' |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | git-format-patch --in-reply-to: accept <message@id... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Junio C Hamano | git-add -u: do not barf on type changes |
commit | commitdiff | tree | snapshot |
2007-09-14 |
René Scharfe | archive: fix subst file generation |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Ulrik Sverdrup | Remove duplicate note about removing commits with git... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Gerrit Pape | git-clone: improve error message if curl program is... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Alexandre Julliard | git.el: Allow the add and remove commands to be applied... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Alexandre Julliard | git.el: Allow selecting whether to display uptodate... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Alexandre Julliard | git.el: Keep the status buffer sorted by filename. |
commit | commitdiff | tree | snapshot |
next |