Code

git.git
2009-07-29 Junio C HamanoGIT 1.6.3.4 v1.6.3.4
2009-07-29 Stephen Boydconfig.txt: document add.ignore-errors
2009-07-29 Tom Grennanrequest-pull: allow ls-remote to notice remote.$nicknam...
2009-07-25 Junio C Hamanot8005: Nobody writes Russian in shift_jis
2009-07-25 Junio C HamanoFix severe breakage in "git-apply --whitespace=fix"
2009-07-24 Junio C HamanoSunOS grep does not understand -C<n> nor -e
2009-07-24 Matthias AndreeFix export_marks() error handling.
2009-07-24 Linus Torvaldsgit branch: clean up detached branch handling
2009-07-24 Linus Torvaldsgit branch: avoid unnecessary object lookups
2009-07-24 Linus Torvaldsgit branch: fix performance problem
2009-07-23 Junio C Hamanodo_one_ref(): null_sha1 check is not about broken ref
2009-07-23 SZEDER GáborTrailing whitespace and no newline fix
2009-07-22 Junio C Hamanodiff --cc: a lost line at the beginning of the file...
2009-07-22 Junio C Hamanocombine-diff.c: fix performance problem when folding...
2009-07-18 Junio C Hamanocheckout -f: deal with a D/F conflict entry correctly
2009-07-16 Brandon Caseysha1_name.c: avoid unnecessary strbuf_release
2009-07-16 Brandon Caseyrefs.c: release file descriptor on error return
2009-07-08 Junio C HamanoMerge branch 'cb/maint-fetch-refspec-wo-dst' into maint
2009-07-08 Junio C HamanoMerge branch 'cf/maint-remote-uploadpack-useconfig...
2009-07-08 Sitaram ChamartyDocumentation: update description of shell aliases
2009-07-01 Michal Marekrequest-pull: really really disable pager
2009-06-30 René Scharfeattr: plug minor memory leak
2009-06-30 Junio C Hamanorequest-pull: really disable pager
2009-06-30 Thadeu Lima... Makes some cleanup/review in gittutorial
2009-06-30 Johannes SixtMakefile: git.o depends on library headers
2009-06-30 Miklos Vajnagit-submodule documentation: fix foreach example
2009-06-27 Giuseppe Bilottagitweb/README: fix AliasMatch in example
2009-06-27 Thomas RastTest grep --and/--or/--not
2009-06-27 Thomas RastTest git archive --remote
2009-06-25 Chris Freygit-remote: fix missing .uploadpack usage for show...
2009-06-23 Roel Kluinfread does not return negative on error
2009-06-22 Johannes Sixtt3700-add: add a POSIXPERM prerequisite to a new test
2009-06-22 Junio C HamanoMerge branch 'sb/maint-1.6.0-add-config-fix' into maint
2009-06-22 Junio C HamanoGIT 1.6.3.3 v1.6.3.3
2009-06-22 Junio C HamanoMerge branch 'ak/maint-for-each-ref-no-lookup' into...
2009-06-22 Junio C HamanoMerge branch 'rc/maint-http-local-slot-fix' into maint
2009-06-22 Junio C HamanoMerge branch 'cb/maint-no-double-merge' into maint
2009-06-22 Junio C HamanoMerge branch 'mn/maint-iconv-autoconf' into maint
2009-06-22 Junio C HamanoMerge branch 'lt/maint-unsigned-left-shift' into maint
2009-06-22 Junio C HamanoMerge branch 'pb/maint-1.6.2-userdiff-fix' into maint
2009-06-21 Junio C Hamanoattribute: whitespace set to true detects all errors...
2009-06-21 Nanako Shiraishi.gitattributes: CR at the end of the line is an error
2009-06-21 Junio C Hamanot3505: fix abuse of test_expect_code
2009-06-21 Junio C HamanoMerge branch 'maint-1.6.2' into maint
2009-06-21 Junio C HamanoMerge branch 'maint-1.6.1' into maint-1.6.2
2009-06-21 Junio C HamanoMerge branch 'maint-1.6.0' into maint-1.6.1
2009-06-21 Stephen Boydgit-show-ref.txt: remove word and make consistent
2009-06-21 Miklos Vajnagit-svn documentation: fix typo in 'rebase vs. pull...
2009-06-18 Stephen Boydadd: allow configurations to be overriden by command...
2009-06-18 Mark Lodatohttp.c: fix compiling with libcurl 7.9.2
2009-06-18 Clemens Buchacherfetch: do not create ref from empty name
2009-06-18 Johannes Schindelinimport-tars: support symlinks
2009-06-18 René Scharfeupload-archive: fix infinite loop on Cygwin
2009-06-18 Paolo Bonziniavoid exponential regex match for java and objc functio...
2009-06-18 Linus TorvaldsFix big left-shifts of unsigned char
2009-06-15 Stephen Boydpull, rebase: simplify to use die()
2009-06-14 Jim Meyeringuse xstrdup, not strdup in ll-merge.c
2009-06-14 Junio C HamanoMerge branch 'maint-1.6.2' into maint
2009-06-14 Junio C HamanoMerge branch 'maint-1.6.1' into maint-1.6.2
2009-06-14 Junio C HamanoMerge branch 'maint-1.6.0' into maint-1.6.1
2009-06-13 Stephen Boydgit-rerere.txt: grammatical fixups and cleanups
2009-06-12 Paolo BonziniDocumentation: git-send-mail can take rev-list arg...
2009-06-11 Junio C HamanoMerge branch 'uk/maint-1.5.3-rebase-i-reflog' into...
2009-06-11 Uwe Kleine... rebase--interactive: remote stray closing parenthesis
2009-06-09 Johannes Sixtdiff.c: plug a memory leak in an error path
2009-06-09 Johannes Sixtfetch-pack: close output channel after sideband demulti...
2009-06-09 Marco Nelissenfix handling of iconv configuration options
2009-06-08 Michael J Gruberbuiltin-remote: Make "remote show" display all urls
2009-06-06 Thomas RastDocumentation: refer to gitworkflows(7) from tutorial...
2009-06-06 Shawn O. Pearcedaemon: Strictly parse the "extra arg" part of the...
2009-06-06 Tay Ray Chuanhttp*: cleanup slot->local after fclose
2009-06-04 Junio C HamanoGIT 1.6.3.2 v1.6.3.2
2009-06-03 René Scharfegrep: fix empty word-regexp matches
2009-06-03 Junio C Hamanoblame: correctly handle a path that used to be a directory
2009-06-03 Thomas Rastadd -i: do not dump patch during application
2009-06-02 Junio C HamanoUpdate draft release notes for 1.6.3.2
2009-06-02 Junio C HamanoMerge branch 'cb/maint-1.6.0-xdl-merge-fix' into maint
2009-06-02 Junio C HamanoMerge branch 'rs/maint-grep-word-regexp-fix' into maint
2009-06-02 Junio C HamanoMerge branch 'sb/maint-1.6.2-opt-filename-fix' into...
2009-06-02 Junio C HamanoMerge branch 'jc/maint-add-p-coalesce-fix' into maint
2009-06-02 Junio C HamanoMerge branch 'tr/maint-doc-stash-pop' into maint
2009-06-02 René Scharfegrep: fix colouring of matches with zero length
2009-06-02 Clemens Buchacherrefuse to merge during a merge
2009-05-29 Anders Kaseorgfor-each-ref: Do not lookup objects when they will...
2009-05-29 Thomas RastDocumentation: teach stash/pop workflow instead of...
2009-05-28 Clemens Buchacherfix segfault showing an empty remote
2009-05-26 Junio C HamanoPrepare for 1.6.3.2
2009-05-26 Junio C HamanoMerge branch 'js/maint-no-ln-across-libexec-and-bin...
2009-05-26 Junio C HamanoMerge branch 'lt/maint-diff-reduce-lstat' into maint
2009-05-26 Junio C HamanoMerge branch 'jm/format-patch-no-auto-n-when-k-is-given...
2009-05-26 Junio C HamanoMerge branch 'do/maint-merge-recursive-fix' into maint
2009-05-26 Junio C HamanoMerge branch 'jk/maint-1.6.0-trace-argv' into maint
2009-05-26 Junio C HamanoMerge branch 'np/push-delta' into maint
2009-05-26 Junio C HamanoMerge branch 'ar/merge-one-file-diag' into maint
2009-05-26 Junio C HamanoMerge branch 'ar/unlink-err' into maint
2009-05-26 Junio C HamanoMerge branch 'jk/maint-add-empty' into maint
2009-05-25 Jeff Kingfix cat-file usage message and documentation
2009-05-25 Jeff Kingfetch: report ref storage DF errors more accurately
2009-05-25 Jeff Kinglock_ref: inform callers of unavailable ref
2009-05-25 Johannes Sixtt3701: ensure correctly set up repository after skipped...
next