summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-187-41/+39
| * | | | Remove preemptive allocations.Pierre Habouzit2007-09-161-30/+5
| * | | | Refactor replace_encoding_header.Pierre Habouzit2007-09-161-36/+23
| * | | | builtin-apply: use strbuf's instead of buffer_desc's.Pierre Habouzit2007-09-161-140/+72
| * | | | Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-1620-20/+0
| * | | | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-167-317/+240
| * | | | New strbuf APIs: splice and attach.Pierre Habouzit2007-09-162-15/+57
| * | | | archive: fix subst file generationRené Scharfe2007-09-132-9/+10
| * | | | Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-105-120/+56
| * | | | Use strbufs to in read_message (imap-send.c), custom buffer--.Pierre Habouzit2007-09-101-20/+11
| * | | | Use strbuf_read in builtin-fetch-tool.c.Pierre Habouzit2007-09-101-17/+6
| * | | | Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-108-299/+191
| * | | | Change semantics of interpolate to work like snprintf.Pierre Habouzit2007-09-102-16/+13
| * | | | Strbuf API extensions and fixes.Pierre Habouzit2007-09-1014-34/+58
| * | | | Merge branch 'master' into ph/strbufJunio C Hamano2007-09-1025-54/+272
| |\ \ \ \
| * | | | | Use strbuf API in cache-tree.cPierre Habouzit2007-09-061-37/+22
| * | | | | Use strbuf API in buitin-rerere.cPierre Habouzit2007-09-061-38/+18
| * | | | | Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit2007-09-064-108/+44
| * | | | | mktree: Simplify write_tree() using strbuf APIPierre Habouzit2007-09-061-15/+8
| * | | | | fast-import: Use strbuf API, and simplify cmd_data()Pierre Habouzit2007-09-061-17/+13
| * | | | | Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit2007-09-061-49/+16
| * | | | | Rework strbuf API and semantics.Pierre Habouzit2007-09-065-28/+180
* | | | | | Merge branch 'lh/merge'Junio C Hamano2007-10-035-11/+521
|\ \ \ \ \ \
| * | | | | | git-merge: add --ff and --no-ff optionsLars Hjemli2007-09-233-6/+45
| * | | | | | git-merge: add support for --commit and --no-squashLars Hjemli2007-09-233-2/+36
| * | | | | | git-merge: add support for branch.<name>.mergeoptionsLars Hjemli2007-09-234-0/+85
| * | | | | | git-merge: refactor option parsingLars Hjemli2007-09-231-6/+14
| * | | | | | git-merge: fix faulty SQUASH_MSGLars Hjemli2007-09-231-1/+1
| * | | | | | Add test-script for git-merge porcelainLars Hjemli2007-09-231-0/+344
* | | | | | | Merge branch 'js/rebase-i'Junio C Hamano2007-10-032-8/+23
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: work on a detached HEADJohannes Schindelin2007-09-262-8/+23
| * | | | | | | Merge branch 'jc/autogc' into js/rebase-iJunio C Hamano2007-09-2611-14/+276
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'jc/autogc'Junio C Hamano2007-10-0311-14/+276
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano2007-09-173-7/+66
| * | | | | | | git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano2007-09-171-5/+10
| * | | | | | | git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano2007-09-171-8/+17
| * | | | | | | git-gc --auto: add documentation.Junio C Hamano2007-09-172-1/+17
| * | | | | | | git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano2007-09-171-2/+7
| * | | | | | | repack -A -d: use --keep-unreachable when repackingJunio C Hamano2007-09-171-3/+11
| * | | | | | | pack-objects --keep-unreachableJunio C Hamano2007-09-171-2/+93
| * | | | | | | Export matches_pack_name() and fix its return valueJunio C Hamano2007-09-172-7/+8
| * | | | | | | Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano2007-09-064-0/+6
| * | | | | | | Implement git gc --autoJunio C Hamano2007-09-061-1/+63
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'je/hooks'Junio C Hamano2007-10-033-0/+100
|\ \ \ \ \ \ \
| * | | | | | | post-checkout hook, tests, and docsJosh England2007-09-293-0/+100
* | | | | | | | Merge branch 'ap/dateformat'Junio C Hamano2007-10-036-24/+209
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a test script for for-each-ref, including test of date formattingAndy Parkins2007-10-031-0/+151
| * | | | | | | | dateformat: parse %(xxdate) %(yydate:format) correctlyJunio C Hamano2007-10-021-1/+1
| * | | | | | | | Make for-each-ref's grab_date() support per-atom formattingAndy Parkins2007-09-292-7/+26
| * | | | | | | | Make for-each-ref allow atom names like "<name>:<something>"Andy Parkins2007-09-291-1/+10