summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-0521-36/+79
|\
| * Don't unconstify when castingBen Straub2012-12-031-1/+1
| * Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-036-18/+1
| * Deploy GIT_INIT_STRUCTUREBen Straub2012-11-302-3/+11
| * Deploy GITERR_CHECK_VERSIONBen Straub2012-11-3017-161/+38
| * Deploy GIT_SIGNATURE_INITBen Straub2012-11-307-1/+38
| * Deploy versioned git_transport structureBen Straub2012-11-303-3/+18
| * Deploy GIT_STATUS_OPTIONS_INITBen Straub2012-11-302-8/+19
| * Deploy GIT_REPOSITORY_INIT_OPTIONS_INITBen Straub2012-11-302-4/+17
| * Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-1/+18
| * Deploy versioned git_odb_backend structureBen Straub2012-11-303-0/+18
| * Deploy GIT_DIFF_FIND_OPTIONS_INITBen Straub2012-11-301-1/+17
| * Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-307-10/+26
| * Deploy git_config_backend versionBen Straub2012-11-302-2/+17
| * Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-303-6/+23
* | indentation fixEdward Thomson2012-12-041-3/+3
* | hey don't stomp on my memory!Edward Thomson2012-12-041-3/+7
* | status should ignore conflicts entries in the indexEdward Thomson2012-12-031-10/+30
* | Merge pull request #1112 from barrbrain/odb-pack-read-headerVicent Martí2012-12-035-10/+95
|\ \
| * | odb-pack: resurrect pack_backend__read_headerDavid Michael Barr2012-12-031-10/+9
| * | pack: add git_packfile_resolve_headerDavid Michael Barr2012-12-032-0/+56
| * | delta-apply: add git__delta_read_headerDavid Michael Barr2012-12-012-0/+30
* | | Vade retro satanaVicent Marti2012-12-031-1/+1
* | | revparse: Deploy EINVALIDSPEC usagenulltoken2012-12-013-42/+56
* | | object: refine git_object_peel() error reportnulltoken2012-12-011-11/+33
* | | tag: Deploy EINVALIDSPEC usagenulltoken2012-12-011-2/+3
* | | reflog: Deploy EINVALIDSPEC usagenulltoken2012-12-011-3/+12
* | | refs: Deploy EINVALIDSPEC usagenulltoken2012-12-011-15/+18
* | | refs: Fix error clearingnulltoken2012-12-011-1/+5
* | | remote: deploy EINVALIDSPEC usagenulltoken2012-12-011-26/+41
| |/ |/|
* | graph: plug leakCarlos Martín Nieto2012-11-301-2/+7
* | buf test: make sure we always set the bom variableCarlos Martín Nieto2012-11-301-0/+1
* | Merge pull request #1108 from libgit2/ahead-behind-countRussell Belfer2012-11-295-11/+108
|\ \ | |/ |/|
| * Fix error condition typoScott J. Goldman2012-11-291-1/+1
| * Fix function name and add real error checkRussell Belfer2012-11-295-12/+17
| * graph.c: prune includesScott J. Goldman2012-11-281-7/+0
| * Rename git_count_ahead_behind -> git_graph_ahead_behindScott J. Goldman2012-11-282-82/+100
| * fix coding style: while( -> while (Scott J. Goldman2012-11-281-1/+1
| * Add initial implementation of ahead-behind countScott J. Goldman2012-11-281-0/+81
* | Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí2012-11-2918-333/+1898
|\ \
| * | Leverage the min macro from util.hPhilip Kelley2012-11-292-6/+3
| * | Remove casts of return values of type void *Philip Kelley2012-11-298-32/+32
| * | Remove git_object_oid2typePhilip Kelley2012-11-291-15/+0
| * | Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-2817-332/+1915
| |/
* | Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí2012-11-293-36/+67
|\ \
| * | Improve iterator ignoring .git fileRussell Belfer2012-11-191-4/+23
| * | Set up default internal ignoresRussell Belfer2012-11-191-13/+21
| * | Minor optimization to tree entry validity checkRussell Belfer2012-11-191-19/+23
* | | Merge pull request #1083 from nulltoken/fix/trackingVicent Martí2012-11-291-2/+2
|\ \ \
| * | | tracking: fix retrieval of the tracking ref of branch with empty merge and/or...nulltoken2012-11-281-2/+2
| | |/ | |/|