aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'tr/maint-strbuf-grow-nul-termination'Junio C Hamano2011-09-02
|\
| * strbuf_grow(): maintain nul-termination even for new bufferThomas Rast2011-08-29
* | Merge branch 'tr/maint-ident-to-git-memmove'Junio C Hamano2011-09-02
|\ \
| * | Use memmove in ident_to_gitThomas Rast2011-08-29
* | | Merge branch 'tr/maint-format-patch-empty-output'Junio C Hamano2011-09-02
|\ \ \
| * | | Document negated forms of format-patch --to --cc --add-headersThomas Rast2011-08-29
| * | | t4014: "no-add-headers" is actually called "no-add-header"Thomas Rast2011-08-29
| * | | t4014: invoke format-patch with --stdout where intendedThomas Rast2011-08-29
| * | | t4014: check for empty files from git format-patch --stdoutThomas Rast2011-08-29
* | | | Merge branch 'gb/maint-am-stgit-author-to-from-fix'Junio C Hamano2011-09-02
|\ \ \ \
| * | | | am: fix stgit patch manglingGiuseppe Bilotta2011-08-29
* | | | | Merge branch 'gb/maint-am-patch-format-error-message'Junio C Hamano2011-09-02
|\ \ \ \ \
| * | | | | am: format is in $patch_format, not parse_patchGiuseppe Bilotta2011-08-29
* | | | | | Merge branch 'ms/daemon-timeout-is-in-seconds'Junio C Hamano2011-09-02
|\ \ \ \ \ \
| * | | | | | git-daemon.txt: specify --timeout in secondsMichael Stapelberg2011-08-28
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bg/t5540-osx-grep'Junio C Hamano2011-09-02
|\ \ \ \ \ \
| * | | | | | t5540-http-test: shorten grep patternBrian Gernhardt2011-08-28
* | | | | | | Merge branch 'jc/clean-exclude-doc'Junio C Hamano2011-09-02
|\ \ \ \ \ \ \
| * | | | | | | Documentation: clarify "git clean -e <pattern>"Junio C Hamano2011-08-28
* | | | | | | | Merge branch 'mg/maint-notes-C-doc'Junio C Hamano2011-09-02
|\ \ \ \ \ \ \ \
| * | | | | | | | git-notes.txt: clarify -C vs. copy and -FMichael J Gruber2011-08-25
| |/ / / / / / /
* | | | | | | | Merge branch 'fg/submodule-ff-check-before-push'Junio C Hamano2011-09-02
|\ \ \ \ \ \ \ \
| * | | | | | | | push: Don't push a repository with unpushed submodulesFredrik Gustafsson2011-08-20
* | | | | | | | | Merge branch 'rc/diff-cleanup-records'Junio C Hamano2011-09-02
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rc/histogram-diff' into HEADJunio C Hamano2011-08-17
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()Tay Ray Chuan2011-08-17
* | | | | | | | | | | Merge branch 'fk/use-kwset-pickaxe-grep-f'Junio C Hamano2011-09-02
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | obstack: Fix portability issuesFredrik Kuivinen2011-08-28
| * | | | | | | | | | | Use kwset in grepFredrik Kuivinen2011-08-20
| * | | | | | | | | | | Use kwset in pickaxeFredrik Kuivinen2011-08-20
| * | | | | | | | | | | Adapt the kwset code to GitFredrik Kuivinen2011-08-20
| * | | | | | | | | | | Add string search routines from GNU grepFredrik Kuivinen2011-08-20
| * | | | | | | | | | | Add obstack.[ch] from EGLIBC 2.10Fredrik Kuivinen2011-08-20
* | | | | | | | | | | | Merge branch 'en/merge-recursive-2'Junio C Hamano2011-09-02
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | merge-recursive: Don't re-sort a list whose order we depend uponElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Fix virtual merge base for rename/rename(1to2)/add-destElijah Newren2011-08-14
| * | | | | | | | | | | | t6036: criss-cross + rename/rename(1to2)/add-dest + simple modifyElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Avoid unnecessary file rewritesElijah Newren2011-08-14
| * | | | | | | | | | | | t6022: Additional tests checking for unnecessary updates of filesElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Fix spurious 'refusing to lose untracked file...' messagesElijah Newren2011-08-14
| * | | | | | | | | | | | t6022: Add testcase for spurious "refusing to lose untracked" messagesElijah Newren2011-08-14
| * | | | | | | | | | | | t3030: fix accidental success in symlink renameJeff King2011-08-14
| * | | | | | | | | | | | merge-recursive: Fix working copy handling for rename/rename/add/addElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: add handling for rename/rename/add-dest/add-destElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Have conflict_rename_delete reuse modify/delete codeElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Make modify/delete handling code reusableElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Consider modifications in rename/rename(2to1) conflictsElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Create function for merging with branchname:file markersElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Record more data needed for merging with dual renamesElijah Newren2011-08-14
| * | | | | | | | | | | | merge-recursive: Defer rename/rename(2to1) handling until process_entryElijah Newren2011-08-14