aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-02
* Merge branch 'maint'Junio C Hamano2007-03-02
|\
| * Fix quoting in update hook templateGerrit Pape2007-03-02
* | git-branch: document new --no-abbrev optionJulian Phillips2007-03-02
* | git-branch: improve abbreviation of sha1s in verbose modeJulian Phillips2007-03-02
* | print_wrapped_text: fix output for negative indentJohannes Schindelin2007-03-02
* | Sample update hook: typofix and modernization to use "git log"Andy Parkins2007-03-02
* | Merge branch 'js/commit-format'Junio C Hamano2007-03-02
|\ \
| * | show_date(): rename the "relative" parameter to "mode"Johannes Schindelin2007-02-27
| * | Actually make print_wrapped_text() usefulJohannes Schindelin2007-02-27
| * | pretty-formats: add 'format:<string>'Johannes Schindelin2007-02-22
* | | Merge branch 'maint'Junio C Hamano2007-03-02
|\ \ \ | | |/ | |/|
| * | Another memory overrun in http-push.cEygene Ryabinkin2007-03-02
| * | fetch.o depends on the headers, too.Johannes Schindelin2007-03-01
| * | Documentation: Correct minor typo in git-add documentation.Christian Schlotter2007-03-01
| * | Documentation/git-send-email.txt: Fix labeled list formattingSergey Vlasov2007-03-01
| * | Documentation/git-quiltimport.txt: Fix labeled list formattingSergey Vlasov2007-03-01
| * | Documentation/build-docdep.perl: Fix dependencies for included asciidoc filesSergey Vlasov2007-03-01
* | | Documentation/git-svn.txt: Fix formatting errorsSergey Vlasov2007-03-01
* | | fix various doc typosMichael Coleman2007-03-01
* | | Add recent changes to draft 1.5.1 release notes.Junio C Hamano2007-02-28
* | | Merge branch 'js/commit-by-name'Junio C Hamano2007-02-28
|\ \ \
| * | | object name: introduce ':/<oneline prefix>' notationJohannes Schindelin2007-02-24
* | | | Merge branch 'js/bundle'Junio C Hamano2007-02-28
|\ \ \ \
| * | | | bundle: reword missing prerequisite error messageJunio C Hamano2007-02-24
| * | | | git-bundle: record commit summary in the prerequisite dataJohannes Schindelin2007-02-22
| * | | | git-bundle: fix 'create --all'Johannes Schindelin2007-02-22
| * | | | git-bundle: avoid fork() in verify_bundle()Johannes Schindelin2007-02-22
| * | | | git-bundle: assorted fixesJohannes Schindelin2007-02-22
| * | | | Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-22
| | |_|/ | |/| |
* | | | Merge branch 'maint'Junio C Hamano2007-02-28
|\ \ \ \ | | |_|/ | |/| |
| * | | Start preparing Release Notes for 1.5.0.3Junio C Hamano2007-02-28
| * | | Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name urlJunio C Hamano2007-02-28
| * | | Include config.mak in doc/MakefileUwe Kleine-König2007-02-28
| * | | git.el: Set the default commit coding system from the repository config.Alexandre Julliard2007-02-28
| * | | git-archimport: support empty summaries, put summary on a single line.Paolo Bonzini2007-02-28
| * | | http-push.c::lock_remote(): validate all remote refs.Eygene Ryabinkin2007-02-28
| * | | git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Gerrit Pape2007-02-28
* | | | index_fd(): convert blob only if it is a regular file.Junio C Hamano2007-02-28
* | | | index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano2007-02-28
* | | | index_fd(): use enum object_type instead of type name string.Junio C Hamano2007-02-28
* | | | Merge branch 'np/types'Junio C Hamano2007-02-28
|\ \ \ \
| * | | | Cleanup check_valid in commit-tree.Shawn O. Pearce2007-02-27
| * | | | make sure enum object_type is signedNicolas Pitre2007-02-27
| * | | | get rid of lookup_object_type()Nicolas Pitre2007-02-27
| * | | | convert object type handling from a string to a numberNicolas Pitre2007-02-27
| * | | | formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-27
| * | | | sha1_file.c: don't ignore an error condition in sha1_loose_object_info()Nicolas Pitre2007-02-27
| * | | | sha1_file.c: cleanup "offset" usageNicolas Pitre2007-02-27
| * | | | sha1_file.c: cleanup hdr usageNicolas Pitre2007-02-27